更新文件 nuttx_基本配置和编译.md
This commit is contained in:
parent
4a193a222d
commit
9d939d2da9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue