Skip to content
Discussion options

You must be logged in to vote

This comes from the custom board config in lvgl_micropython, not from a missing submodule checkout.

The MicroPython submodule is pinned to 1.27.0 (78ff170). Before that release, MicroPython commit 4f193132 removed ports/esp32/boards/sdkconfig.usb while switching away from esp_tinyusb. The upstream ESP32-S2/S3 board configs removed the same entry at that point.

The T-Deck config still contains this in display_configs/LilyGo-TDeck/mpconfigboard.cmake:

boards/sdkconfig.usb

Remove that line from the SDKCONFIG_DEFAULTS list. The board header already enables USB CDC with MICROPY_HW_USB_CDC (1), and current MicroPython provides the default USB VID/PID and descriptor values from ports/esp32/mpcon…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by anotherdoesnm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants