用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
934 B

12 months ago
menu "Hardware Drivers Config"
config SOC_CH579M
bool
select RT_USING_USER_MAIN
select RT_USING_COMPONENTS_INIT
default y
menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_UART
bool "Enable UART"
default y
select RT_USING_SERIAL
if BSP_USING_UART
config BSP_USING_UART0
bool "Enable UART0"
default n
config BSP_USING_UART1
bool "Enable UART1"
default y
config BSP_USING_UART2
bool "Enable UART2"
default n
config BSP_USING_UART3
bool "Enable UART3"
default n
endif
config BSP_USING_USBH
bool "Enable USBH"
default n
select RT_USING_USB_HOST
config BSP_USING_ETH
bool "Enable ETH"
default n
select RT_USING_LWIP
endmenu
endmenu