Add native USB CDC broker transport

This commit is contained in:
2026-08-23 00:47:56 +02:00
parent 6793f6bcc2
commit aa5fa207b6
11 changed files with 1394 additions and 9 deletions
+3
View File
@@ -9,6 +9,8 @@ idf_component_register(
"serial_console.c"
"session_broker.c"
"session_console.c"
"usb_cdc_transport.c"
"usb_console.c"
INCLUDE_DIRS "."
REQUIRES
console
@@ -16,6 +18,7 @@ idf_component_register(
esp_driver_uart
esp_psram
esp_timer
esp_tinyusb
freertos
led_strip
nvs_flash