You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bsp/stm32/docs/STM32_Nucleo-64_BSP_Introduction.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# STM32 Nucleo-64 BSP Introduction
2
2
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.
4
4
5
5
The document is covered in three parts:
6
6
7
-
-Resources Introduction
7
+
- Resources Introduction
8
8
- Quickly Get Started
9
9
- Advanced Features
10
10
@@ -82,15 +82,15 @@ msh >
82
82
83
83
### Terminal tool - PuTTy
84
84
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*:
@@ -102,12 +102,12 @@ These two videos will show you how to use PuTTy:
102
102
103
103
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:
104
104
105
-
1. Open the ENV tool under the specific BSP folder;
105
+
1. Open the Env tool under the specific BSP folder;
106
106
2. Enter `menuconfig` command to configure the project, then save and exit;
107
107
3. Enter `pkgs --update` command to update the package;
108
108
4. Enter `scons --target=mdk4/mdk5/iar` command to regenerate the project.
109
109
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).
0 commit comments