| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- menu "Hardware Drivers Config"
- config BSP_USING_HYPERFLASH
- bool
- default n
- config BSP_USING_4MFLASH
- bool
- default n
- config SOC_MIMXRT1064DVL6A
- bool
- select SOC_MIMXRT1064_SERIES
- select BSP_USING_4MFLASH
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
- menu "On-chip Peripheral Drivers"
- config BSP_USING_GPIO
- bool "Enable GPIO"
- select RT_USING_PIN
- default y
- menuconfig BSP_USING_LPUART
- bool "Enable UART"
- select RT_USING_SERIAL
- default y
- if BSP_USING_LPUART
- config BSP_USING_LPUART1
- bool "Enable LPUART1"
- default y
- endif
- endmenu
- menu "Onboard Peripheral Drivers"
- endmenu
- menu "Board extended module Drivers"
- endmenu
- endmenu
|