Skip to content

huanglilong/stm32-nuttx

Repository files navigation

stm32-nuttx

Nuttx notes

Environment

  1. arm-none-eabi-gcc version 4.9.3 and 5.4.1 has been tested.

  2. Ubuntu14.04 / Ubuntu16.04

  3. 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