Andrew Leech
Andrew Leech
@dpgeorge Rebased and moved the "shared/tinyusb: Remove MICROPY_EXCLUDE_SHARED_TINYUSB_USBD_CDC." change into its own commit.
@sebromero the intention is to support the runtime USB subsystem yes! However I haven't enabled or tested that yet as part of this PR. I'm not sure if I should...
@sebromero keep an eye on this: https://github.com/micropython/micropython/issues/15564#issuecomment-2412918671
I've hacked past a bunch of compile flags to get further in the compile, but still not complete. Bluetooth is not working - `#include "esp_nimble_hci.h"` is not available unless cmake...
I should rebase this on top of https://github.com/micropython/micropython/pull/12952 to include everything already fixed there.
I've finally rebased this up to current master, including a bunch of fixes recently contributed by @IhorNehrutsa It was a rather complicated rebase as _lots_ has changed in esp32 in...
To build and flash: ``` cd micropython docker run -it --rm -e BOARD=ESP32_GENERIC_C6 -e UID=$(id -u) -v $(pwd):/micropython -v /sys/bus:/sys/bus -v /dev:/dev --net=host -w /micropython espressif/idf:v5.1.2 bash -c '\ useradd...
Thanks @mancausoft ! I've integrated your changes here and fixed a couple of other minor issues during the rebase onto current master. ``` $ mpremote Connected to MicroPython at /dev/ttyACM0...
The git branch is now in a much better state and should be considered ready for review. I got Bluetooth enabled again and it appears to be working well once...
> Uploading big files like 400k jpg will cause filesystem crashed,is it a bug? I'm not sure, does this work on other esp chips compiled with the same IDF version?...