You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This splits off enabling the native USB peripheral from enabling the
MICROPY_HW_USB_CDC option. Although currently setting
MICROPY_HW_ENABLE_USBDEV 1 and MICROPY_HW_USB_CDC 0 results in a
non-functional USB device, as there's no other driver support.
This brings the esp32 port further in line with rp2 port and the (upcoming)
support for using MicroPython's TinyUSB with esp32.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
0 commit comments