Page 1 of 1

cdc repl编译失败

Posted: Sat Jul 09, 2022 8:21 am
by tommy.guo
master分支,使用cdc作为console输出,增加repl功能,编译报错如下,有什么好的解决办法。

Code: Select all

esp-idf/components/esp_system/port/soc/esp32s3/usb_console.c:69:1: error: static assertion failed: "usb_osglue_*_int is not multicore capable"
 _Static_assert(SOC_CPU_CORES_NUM == 1, "usb_osglue_*_int is not multicore capable");

Re: cdc repl编译失败

Posted: Wed Jul 20, 2022 3:40 am
by ESP_ICY

Re: cdc repl编译失败

Posted: Tue Jul 26, 2022 3:10 pm
by tommy.guo
ESP_ICY wrote:
Wed Jul 20, 2022 3:40 am
可以看一下这里的介绍 https://github.com/espressif/esp-idf/issues/8879
十分感谢