Skip to content

Commit 4d41e54

Browse files
committed
【English readme】[bsp][stm32][f091] update readme
1 parent 7d0b834 commit 4d41e54

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

bsp/stm32/stm32f091-st-nucleo/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# STM32F091RC-Nucleo BSP (Board Support Package) Execution Instruction
1+
# STM32F091-Nucleo BSP Introduction
22

33
[中文页](README_zh.md) |
44

@@ -14,11 +14,13 @@ The document is covered in three parts:
1414

1515
By reading the Quickly Get Started section developers can quickly get their hands on this BSP and run RT-Thread on the board. More advanced features will be introduced in the Advanced Features section to help developers take advantage of RT-Thread to drive more on-board resources.
1616

17+
18+
1719
## STM32F091RC-Nucleo Resources Introduction
1820

1921
The STM32F091RC-Nucleo is a development board that contains a ARM Cortex-M0. The maximum main frequency is 48 MHz, and it has a wealth of on-board resources that can take full advantage of the STM32F091's chip performance.
2022

21-
[![board](https://github.com/RT-Thread/rt-thread/raw/master/bsp/stm32/stm32f091-st-nucleo/figures/board.jpg)](https://github.com/RT-Thread/rt-thread/blob/master/bsp/stm32/stm32f091-st-nucleo/figures/board.jpg)
23+
[![board](figures\board.jpg)](https://github.com/RT-Thread/rt-thread/blob/master/bsp/stm32/stm32f091-st-nucleo/figures/board.jpg)
2224

2325
The mainly-used resources of this board are shown as follows:
2426

@@ -29,6 +31,8 @@ The mainly-used resources of this board are shown as follows:
2931
- Common-used interfaces: USB, Arduino interface, etc.
3032
- Debug interface: standard SWD For more details about this board, please refer to [ST official](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html?querycriteria=productId=LN1847).
3133

34+
35+
3236
## **Peripheral Condition**
3337

3438
Each peripheral supporting condition for this BSP is as follows:
@@ -48,9 +52,9 @@ Each peripheral supporting condition for this BSP is as follows:
4852
| FLASH | Support | |
4953
| IWGSupport | | |
5054

51-
## Execution Instruction
5255

53-
### Quickly Get Started
56+
57+
## Quickly Get Started
5458

5559
This BSP provides MDK4, MDK5, and IAR projects for developers and it supports the GCC development environment. Here's an example of the MDK5 development environment, to introduce how to run the system.
5660

0 commit comments

Comments
 (0)