stm32-nuttx Nuttx notes Environment arm-none-eabi-gcc version 4.9.3 and 5.4.1 has been tested. Ubuntu14.04 / Ubuntu16.04 flash tools Building and exporting nuttx $ git clone https://github.com/huanglilong/stm32-nuttx $ cd stm32-nuttx $ git submodule update --init Configure and build nuttx $ make archive Building firmware $ make firmware Flashing firmware $ make upload