Damien George
Damien George
See #16902.
Now implemented.
I think the issue is that `ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED` is not an option in IDF 5.0.4, whereas it is in IDF 5.2.2.
> For now I (intend to) maintain back-compatibility with the `MICROPY_HW_ENABLE_STM_USB` flag to revert to the stm stack instead of tinyusb. Yes, please do allow support for either the STM...
Code size change for stm32 is still very high....
> I believe the size issue (when building with stm usb stack) has been resolved finally. Though I want to check exactly how it's now smaller... Yes, that's a bit...
I tried to test this on PYBD_SF6, PYBV10 and NUCLEO_WB55 but it did not work: - PYBD_SF6 uses both FS and HS ports, and the main one is the HS...
Interesting! Does that fix PYBV10 as well?
Oh, I should definitely give you a PYBV1x! If you get this PR passing CI, then I can test PYBV10 myself.
Maybe it's worth splitting out the TinyUSB update to a separate PR? Then it can be tested against existing TinyUSB-based ports.