G4laxy

A synthesizer module based on STM32G4 series of microcontrollers.

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.

© 2023 Rafael G. Martins. Project released under a BSD-3-Clause (Software) / CERN-OHL-S-2.0 (Hardware) license. Impressum/Imprint
Website powered by: blogc 0.20.1.21-f35e | Built in 926us (2024-06-01 03:17:36 GMT), using 2.125MB.