Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 185 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 185 Bytes

STMSynth

A MIDI synthesizer for the STM32F4 Discovery board

Build instructions

mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../CMake/arm-none-eabi-gcc.cmake ..
make