mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 03:53:31 +08:00
7c53d46ba7
- 添加 RA 系列 BSP 开发教程 - 添加 ra6m4-iot PPP 上网 - 整理 驱动文件
21 lines
383 B
Plaintext
21 lines
383 B
Plaintext
config BSP_USING_GPIO
|
|
bool "Enable GPIO"
|
|
select RT_USING_PIN
|
|
default y
|
|
|
|
config BSP_USING_ONCHIP_FLASH
|
|
bool "Enable Onchip FLASH"
|
|
default n
|
|
|
|
config BSP_USING_WDT
|
|
bool "Enable Watchdog Timer"
|
|
select RT_USING_WDT
|
|
default n
|
|
|
|
menuconfig BSP_USING_ONCHIP_RTC
|
|
bool "Enable RTC"
|
|
select RT_USING_RTC
|
|
default n
|
|
if BSP_USING_ONCHIP_RTC
|
|
endif
|