Guitar Effects Pedal based on STM32 and WM8731 audio codec. This is an early stage of device, I use custom PCB boards for WM8731 and filter stages, with STM32F4Discovery.
git submodule init
git submodule update
./build.sh
cd build
make libopencm3
make
make upload