From b4c0f5b6532e15f930aee25ca6ca0faa27901366 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Fri, 23 Aug 2024 10:04:14 +0800 Subject: [PATCH] Enable T3 use HW USB --- boards/t3_s3_v1_x.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/t3_s3_v1_x.json b/boards/t3_s3_v1_x.json index 530102e7..49f9171c 100644 --- a/boards/t3_s3_v1_x.json +++ b/boards/t3_s3_v1_x.json @@ -11,7 +11,8 @@ "-DBOARD_HAS_PSRAM", "-DARDUINO_USB_CDC_ON_BOOT=1", "-DARDUINO_RUNNING_CORE=1", - "-DARDUINO_EVENT_RUNNING_CORE=1" + "-DARDUINO_EVENT_RUNNING_CORE=1", + "-DARDUINO_USB_MODE=1" ], "f_cpu": "240000000L", "f_flash": "80000000L",