Skip to content

Problem getting console log esp32-s3 #12031

Answered by shlomozippel
shariltumin asked this question in ESP32
Discussion options

You must be logged in to vote

I found an easier way. You need to call init the tusb console in ports/esp32/usb.c:

    ...
    ESP_ERROR_CHECK(tusb_cdc_acm_init(&acm_cfg));
    ESP_ERROR_CHECK(esp_tusb_init_console(CDC_ITF));
    ...

You'll have to #include "tusb_console.h" for that to work

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MathyV
Comment options

Answer selected by shariltumin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants