From 6c1d728743fb60adc64e426c069d894a687d4578 Mon Sep 17 00:00:00 2001 From: MacRsh Date: Wed, 10 Jan 2024 17:12:42 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=96=B0=E5=A2=9EST-BSP=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/st/README.md | 16 ++++++++++++++++ bsp/st/README_EN.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 bsp/st/README.md create mode 100644 bsp/st/README_EN.md diff --git a/bsp/st/README.md b/bsp/st/README.md new file mode 100644 index 0000000..96e284b --- /dev/null +++ b/bsp/st/README.md @@ -0,0 +1,16 @@ +# ST配置教程 + +[English](README_EN.md) + +注: + +- 此`BSP`仅支持`HAL`库,暂不支持标准库或`LL`库需求。 +- 此`BSP`需与`CubeMx`结合使用。 + +## 创建工程 + +使用`CubeMx`创建对应芯片的工程。使能需要使用的功能(仅需要配置管脚映射关系,不需要设置具体参数值)。 + +注:禁止使能中断,否则会报重复定义错误(`MR`框架已接管中断)。 + +## 参考仓库目录下的`README`,添加 mr-library diff --git a/bsp/st/README_EN.md b/bsp/st/README_EN.md new file mode 100644 index 0000000..cc0c3e5 --- /dev/null +++ b/bsp/st/README_EN.md @@ -0,0 +1,16 @@ +# ST configuration tutorial + +[中文](README.md) + +Note: + +- This BSP only supports the HAL library, and does not currently support standard library or LL library requirements. +- This BSP needs to be used together with CubeMx. + +## Create project + +Use CubeMx to create a project for the corresponding chip. Enable the required functions (only need to configure pin mapping relationships, no need to set specific parameter values). + +Note: Do not enable interrupts, otherwise it will report redefinition errors (the MR framework has taken over interrupts). + +## Refer to the README under the repository directory to add mr-library