瀏覽代碼

Update ra8 readme.

Rbb666 1 年之前
父節點
當前提交
db63afdb3a

+ 2 - 0
bsp/renesas/ra8d1-ek/README.md

@@ -85,6 +85,8 @@
 
 #### 1、使用 MDK 编译:
 
+**注意:如果使用master开发需要先打开ENV进入meuconfig然后退出保存配置,再输入scons --target=mdk5生成下工程**
+
 本 BSP 目前提供 MDK5 工程。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。
 
 **编译下载**

+ 10 - 0
bsp/renesas/ra8d1-ek/board/Kconfig

@@ -112,6 +112,16 @@ menu "Hardware Drivers Config"
                     endif
             endif
 
+        menuconfig BSP_USING_ADC
+            bool "Enable ADC"
+            default n
+            select RT_USING_ADC
+            if BSP_USING_ADC
+                config BSP_USING_ADC0
+                    bool "Enable ADC0"
+                    default n
+            endif
+
         menuconfig BSP_USING_SCI_SPI
             bool "Enable SCI SPI BUS"
             default n

+ 2 - 0
bsp/renesas/ra8d1-vision-board/README_zh.md

@@ -99,6 +99,8 @@ void hal_entry(void)
 
 #### 1、使用 MDK 编译:
 
+**注意:如果使用master开发需要先打开ENV进入meuconfig然后退出保存配置,再输入scons --target=mdk5生成下工程**
+
 本 BSP 目前提供 MDK5 工程。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。
 
 **编译下载**

+ 2 - 0
bsp/renesas/ra8m1-ek/README.md

@@ -85,6 +85,8 @@
 
 #### 1、使用 MDK 编译:
 
+**注意:如果使用master开发需要先打开ENV进入meuconfig然后退出保存配置,再输入scons --target=mdk5生成下工程**
+
 本 BSP 目前提供 MDK5 工程。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。
 
 **编译下载**

+ 0 - 3
bsp/renesas/ra8m1-ek/rasc_version.txt

@@ -1,3 +0,0 @@
-# RASC version and installation file
-5.1.0
-E:\mcu_sw\Renesas\RA\sc_v2023-10_fsp_v5.1.0\eclipse\rasc.exe