1.新增bsp使用说明。
This commit is contained in:
13
bsp/wch/README.md
Normal file
13
bsp/wch/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# WCH配置教程
|
||||
|
||||
[English](README_EN.md)
|
||||
|
||||
## 将项目导入工程(2.添加驱动)
|
||||
|
||||
复制`bsp/wch/driver`和`ch32xxx/driver`文件至`driver`。
|
||||
|
||||
## 移植驱动
|
||||
|
||||
参考上一步中`ch32xxx/driver`路径下`Kconfig`和`mr_board.h`,修改参数,完成移植与裁剪。
|
||||
|
||||
## 继续按仓库目录下`README`,添加 mr-library
|
||||
14
bsp/wch/README_EN.md
Normal file
14
bsp/wch/README_EN.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# WCH configuration tutorial
|
||||
|
||||
[中文](README.md)
|
||||
|
||||
## Import project into project (2. Add driver)
|
||||
|
||||
Copy `bsp/wch/driver` and `ch32xxx/driver` files to `driver`.
|
||||
|
||||
## Port driver
|
||||
|
||||
Refer to the `ch32xxx/driver` path `Kconfig` and `mr_board.h` in the previous step to modify parameters and complete
|
||||
the migration and tailoring.
|
||||
|
||||
## Continue to add mr-library by pressing `README` in the repository directory
|
||||
Reference in New Issue
Block a user