| 123456789101112131415161718192021222324252627282930313233343536373839 |
- menu "Hardware Drivers Config"
- config SOC_LPC54608
- bool
- select SOC_LPC54608_SERIES
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
- menu "On-chip Peripheral Drivers"
- config BSP_USING_PIN
- bool "Enable GPIO"
- select RT_USING_PIN
- default y
- config BSP_USING_UART0
- bool "Enable UART0"
- default y
- config BSP_DRV_SDCARD
- bool "Enable SD Card"
- default y
- config BSP_DRV_SDRAM
- bool "Enable SDRAM"
- default y
- endmenu
- menu "Onboard Peripheral Drivers"
- endmenu
- menu "Board extended module Drivers"
- endmenu
- endmenu
|