Build From Sources
To build the firmware from sources, we need a recent GCC ARM toolchain.
It is recommended to download the most recent arm-none-eabi-gcc release from
xPack. Just extract it
somewhere and add the full bin folder path to your PATH environment variable.
cmake is also required.
$ git clone https://github.com/rafaelmartins/g4laxy.git
$ mkdir -p g4laxy/build
$ cd g4laxy/build
$ cmake -DCMAKE_BUILD_TYPE=Release ../firmware
$ make
This will create the g4laxy.elf and g4laxy.hex files.