stansotn / windrider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WindRider-Fitted Firmware

Coming soon...

To learn more about project structure check out this article.

Build

Make sure you have arm-none-eabi installed.

git clone --recursive https://github.com/stansotn/windrider.git
cd windrider

Specify arm-none-eabi toolchain path in here.

set(yaccs_compiler_paths /Applications/ARM/bin/)

Build.

mkdir build
cd build
cmake ..
make

About


Languages

Language:C 52.2%Language:C++ 44.2%Language:CMake 3.6%