mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-11 08:51:10 +08:00
23 lines
347 B
Plaintext
23 lines
347 B
Plaintext
|
menu "Hardware Drivers Config"
|
||
|
|
||
|
config SOC_NRF52832
|
||
|
bool
|
||
|
select RT_USING_COMPONENTS_INIT
|
||
|
# select RT_USING_USER_MAIN
|
||
|
default y
|
||
|
|
||
|
menu "Onboard Peripheral Drivers"
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
menu "On-chip Peripheral Drivers"
|
||
|
|
||
|
menuconfig BSP_USING_UART
|
||
|
bool "Enable UART"
|
||
|
default y
|
||
|
select RT_USING_SERIAL
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endmenu
|