1234567891011121314151617181920212223242526 |
- menu "Hardware Drivers Config"
- config SOC_LPC178X
- bool
- select SOC_LPC178X_SERIES
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
- menu "On-chip Peripheral Drivers"
- config BSP_USING_UART0
- bool "Enable UART0"
- default y
- endmenu
- menu "Onboard Peripheral Drivers"
- endmenu
- menu "Board extended module Drivers"
- endmenu
- endmenu
|