From 9d939d2da93510f6f92c0f2752ea9be0c592999f Mon Sep 17 00:00:00 2001 From: lion187 Date: Wed, 16 Jan 2019 16:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=20nuttx=5F?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E9=85=8D=E7=BD=AE=E5=92=8C=E7=BC=96=E8=AF=91?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md b/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md index 1a5ca99..076b28f 100644 --- a/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md +++ b/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md @@ -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