From 4d41e54f8de25543a7aede260cd3afca63244a6d Mon Sep 17 00:00:00 2001 From: mysterywolf <920369182@qq.com> Date: Sun, 8 Nov 2020 04:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90English=20readme=E3=80=91[bsp][stm32][?= =?UTF-8?q?f091]=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32f091-st-nucleo/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bsp/stm32/stm32f091-st-nucleo/README.md b/bsp/stm32/stm32f091-st-nucleo/README.md index 00706886a..031c0ec16 100644 --- a/bsp/stm32/stm32f091-st-nucleo/README.md +++ b/bsp/stm32/stm32f091-st-nucleo/README.md @@ -1,4 +1,4 @@ -# STM32F091RC-Nucleo BSP (Board Support Package) Execution Instruction +# STM32F091-Nucleo BSP Introduction [中文页](README_zh.md) | @@ -14,11 +14,13 @@ The document is covered in three parts: 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. + + ## STM32F091RC-Nucleo Resources Introduction 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. -[![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) +[![board](figures\board.jpg)](https://github.com/RT-Thread/rt-thread/blob/master/bsp/stm32/stm32f091-st-nucleo/figures/board.jpg) The mainly-used resources of this board are shown as follows: @@ -29,6 +31,8 @@ The mainly-used resources of this board are shown as follows: - Common-used interfaces: USB, Arduino interface, etc. - 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). + + ## **Peripheral Condition** Each peripheral supporting condition for this BSP is as follows: @@ -48,9 +52,9 @@ Each peripheral supporting condition for this BSP is as follows: | FLASH | Support | | | IWGSupport | | | -## Execution Instruction -### Quickly Get Started + +## Quickly Get Started 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. -- GitLab