Nuttx 我也正在使用及研究中
我的MCU是 STM32F405RG ( TMR-FC board https://sourceforge.net/projects/tmr-fc/ )
目前編譯 nuttx + NSH ( STM32 VCP 虛擬 USB串口 ) 在板上跑起來了
我的作業系統 :
windows 7 (64 bit)
我的環境及編譯器 :
BASH on Windows
Cygwin ( gcc, g++, make, gdb, perl, flex, bison, python, unix2dos )
http://www.cygwin.com/
Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4, Cortex-R4/R5).
gcc-arm-none-eabi-4_7-2013q1-20130313-win32 ( 支援 hard FPU )
https://launchpad.net/gcc-arm-embedded/... read more