调整触摸距离翻页逻辑,开始尝试串口

This commit is contained in:
2024-12-21 15:18:10 +08:00
parent 3a9b9ab4f2
commit 938e2f7025
15 changed files with 61263 additions and 105 deletions

View File

@@ -722,6 +722,10 @@ 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
@@ -761,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