更新文件 nuttx_基本配置和编译.md

This commit is contained in:
lion187 2019-01-16 16:39:28 +08:00
parent 4a193a222d
commit 9d939d2da9
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
cd ../nuttx
git checkout nuttx-7.26
cd tools
./configure.sh configs/stm32f746g-disco/nsh
./configure.sh ../configs/stm32f746g-disco/nsh
cd ..
make menuconfig
选择编译环境为 linux 等,之后 save、exit。
选择编译环境为 linux 等,之后 save、exit。
make -j4