From 316bb12f7ed112da01882a080a6810e5f121f9ed Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Fri, 1 Dec 2023 15:46:45 +0800 Subject: [PATCH] =?UTF-8?q?[bsp][renesas]=E6=9B=B4=E6=96=B0ek-ra6m3?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/renesas/ra6m3-ek/README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/bsp/renesas/ra6m3-ek/README.md b/bsp/renesas/ra6m3-ek/README.md index 467f1f8bbf..bed0e309e7 100644 --- a/bsp/renesas/ra6m3-ek/README.md +++ b/bsp/renesas/ra6m3-ek/README.md @@ -29,13 +29,18 @@ ## 外设支持 -本 BSP 目前对外设的支持情况如下: +* 本 BSP 目前对外设的支持情况如下: -| **片上外设** | **支持情况** | **备注** | -| :----------------- | :----------------- | :------------- | -| UART | 支持 | UART7 为默认日志输出端口 | -| GPIO | 支持 | | -| LCD | 支持 | | + | **片上外设** | **支持情况** | **备注** | + | :----------: | :----------: | :----------------------- | + | UART | 支持 | UART7 为默认日志输出端口 | + | GPIO | 支持 | | + | LCD | 支持 | | + | JPEG | 支持 | | + | G2D | 支持 | | + | ETH | 支持 | | + | SPI | 支持 | | + | I2C | 支持 | | * 注意:仓库刚拉下来是最小系统,若需添加/使能其他外设需参考:[外设驱动使用教程 (rt-thread.org)](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA系列BSP外设驱动使用教程)