This is an old revision of the document!
libmaple
libmaple is a firmware library for the Leaflabs maple and maple mini and clones with STM32 CPUs.
The firmware library was built with this compiler.
Build
mkdir -p /embedded/arm-cortex/src cd /embedded/arm-cortex/src git clone https://github.com/leaflabs/libmaple.git cd libmaple cp main.cpp.example main.cpp make CROSS_COMPILE=/embedded/arm-cortex/gcc-arm-none-eabi-4_9-2014q4/bin/arm-none-eabi-