From 6c48d53636471a2aaaffae80312a2e7220aa7b0b Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Thu, 30 Nov 2023 18:24:39 +0800 Subject: [PATCH] =?UTF-8?q?[bsp][renesas]=E6=9B=B4=E6=96=B0ra8m1=E9=A9=B1?= =?UTF-8?q?=E5=8A=A8=E6=94=AF=E6=8C=81=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/renesas/ra8m1-ek/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bsp/renesas/ra8m1-ek/README.md b/bsp/renesas/ra8m1-ek/README.md index 8b22711a42..fbe7c583ce 100644 --- a/bsp/renesas/ra8m1-ek/README.md +++ b/bsp/renesas/ra8m1-ek/README.md @@ -39,9 +39,20 @@ 本 BSP 目前对外设的支持情况如下: | **片上外设** | **支持情况** | **备注** | -| :----------------: | :----------------: | :------------- | +| :----------------: | :----------------: | :------------: | | UART | 支持 | UART9 为默认日志输出端口 | | GPIO | 支持 | | +| USB | 支持 | TinyUSB | +| Camera | 支持 | ov2640、ov7725、ov7670... | +| SDHC | 支持 | 1bit、4bit | +| ADC | 支持 | | +| DAC | 支持 | | +| SPI | 支持 | | +| PWM | 支持 | | +| RTC | 支持 | | +| FLASH | 支持 | 片上flash | +| WDT | 支持 | | +| IIC | 支持 | | * 注意:仓库刚拉下来是最小系统,若需添加/使能其他外设需参考:[外设驱动使用教程 (rt-thread.org)](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA系列BSP外设驱动使用教程)