Revert "修正但仍有误"

This reverts commit 7279c647ed.
This commit is contained in:
2025-01-23 21:01:59 +08:00
parent 7279c647ed
commit 0abd316c90
110 changed files with 31062 additions and 809 deletions

View File

@@ -722,11 +722,19 @@ menu "On-chip Peripheral Drivers"
bool
default n
source "$(BSP_DIR)/libraries/HAL_Drivers/drivers/Kconfig"
config BSP_USING_USBD
bool "Enable OTGFS as USB device"
select RT_USING_USB_DEVICE
default n
endmenu
menu "Board extended module Drivers"
config BSP_USING_TEST
bool "Enable test driver"
default n
menuconfig BSP_USING_AT_ESP8266
bool "Enable ESP8266(AT Command, COM3)"
default n
@@ -757,7 +765,6 @@ menu "Board extended module Drivers"
comment "May adjust RT_SERIAL_RB_BUFSZ up to 512 if using the Serial V1 device driver"
endif
endmenu
endmenu