123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- menu "Hardware Drivers Config"
- menu "On-chip Peripheral Drivers"
- config BSP_USING_EMAC
- bool "EMAC driver"
- select RT_USING_LWIP
- default n
- config BSP_USING_HWTIMER0
- bool "Using timer0"
- select RT_USING_HWTIMER
- default n
- menu "UART Drivers"
- config BSP_USING_UART0
- bool "Enable UART0 P0.2/P0.3(T/R)"
- select RT_USING_SERIAL
- default y
-
- config BSP_USING_UART2
- bool "Enable UART2 P2.8/P0.11(T/R)"
- select RT_USING_SERIAL
- default n
-
- endmenu
- endmenu
-
- menu "Onboard Peripheral Drivers"
-
- config BSP_USING_SDRAM
- bool "Enable sdram"
- default n
- config BSP_USING_LED
- bool "Enable LED"
- default n
- endmenu
-
- menu "Offboard Peripheral Drivers"
- endmenu
-
- endmenu
|