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
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include "esp_err.h"
/* Register UART0 diagnostics and writer controls for native USB CDC-ACM. */
esp_err_t usb_console_register_commands(void);