From bc9218d78f726bdcd7a9565a4b81ddac313dc41f Mon Sep 17 00:00:00 2001 From: mysterywolf <920369182@qq.com> Date: Fri, 6 Nov 2020 15:40:15 +0800 Subject: [PATCH] [update] --- bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md b/bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md index ad27e9160d..5cdddc3a2f 100644 --- a/bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md +++ b/bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md @@ -1,10 +1,10 @@ # STM32 Nucleo-64 BSP Introduction -This document records the guide of the BSP (board support package) provided by the RT-Thread development team for the STM32 Nucleo-64 development boards. +This document records the instruction of the BSP (board support package) that provided by the RT-Thread development team for the STM32 Nucleo-64 development boards. The document is covered in three parts: -- Resources Introduction +- Resources Introduction - Quickly Get Started - Advanced Features @@ -82,7 +82,7 @@ msh > ### Terminal tool - PuTTy -If you have no terminal tool software available, you can download *PuTTy*: +If you don't have a terminal tool software available, you can download *PuTTy*: > https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html @@ -90,7 +90,7 @@ If you have no terminal tool software available, you can download *PuTTy*: -These two videos will show you how to use PuTTy: +Follow these tutorial videos to learn PuTTy: > https://www.youtube.com/watch?v=ab4ilbsteWU > @@ -102,12 +102,12 @@ These two videos will show you how to use PuTTy: This BSP only enables GPIO and USART2 by default. If you need more advanced features such as SPI, I2C, you need to configure the BSP with RT-Thread [ENV tool](https://www.rt-thread.io/download.html?download=Env) , as follows: -1. Open the ENV tool under the specific BSP folder; +1. Open the Env tool under the specific BSP folder; 2. Enter `menuconfig` command to configure the project, then save and exit; 3. Enter `pkgs --update` command to update the package; 4. Enter `scons --target=mdk4/mdk5/iar` command to regenerate the project. -Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md). +Learn how to use RT-Thread Env, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).