master分支,使用cdc作为console输出,增加repl功能,编译报错如下,有什么好的解决办法。
Code:
Select all
esp-idf/components/esp_system/port/soc/esp32s3/usb_console.c:69:1: error: sta
tic assertion failed: "usb_osglue_*_int is not multicore capable"
_Static_assert(SOC_CPU_CORES_NUM == 1, "usb_osglue_*_int is not multicore capable");