Skip to content

Commit bc9218d

Browse files
committed
[update]
1 parent a917f2a commit bc9218d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# STM32 Nucleo-64 BSP Introduction
22

3-
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.
3+
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.
44

55
The document is covered in three parts:
66

7-
- Resources Introduction
7+
- Resources Introduction
88
- Quickly Get Started
99
- Advanced Features
1010

@@ -82,15 +82,15 @@ msh >
8282

8383
### Terminal tool - PuTTy
8484

85-
If you have no terminal tool software available, you can download *PuTTy*:
85+
If you don't have a terminal tool software available, you can download *PuTTy*:
8686

8787
> https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
8888
8989
![putty](figures/putty.png)
9090

9191

9292

93-
These two videos will show you how to use PuTTy:
93+
Follow these tutorial videos to learn PuTTy:
9494

9595
> https://www.youtube.com/watch?v=ab4ilbsteWU
9696
>
@@ -102,12 +102,12 @@ These two videos will show you how to use PuTTy:
102102

103103
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:
104104

105-
1. Open the ENV tool under the specific BSP folder;
105+
1. Open the Env tool under the specific BSP folder;
106106
2. Enter `menuconfig` command to configure the project, then save and exit;
107107
3. Enter `pkgs --update` command to update the package;
108108
4. Enter `scons --target=mdk4/mdk5/iar` command to regenerate the project.
109109

110-
Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).
110+
Learn how to use RT-Thread Env, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).
111111

112112

113113

0 commit comments

Comments
 (0)