-
-
Notifications
You must be signed in to change notification settings - Fork 16
extmod: Start support for cmake RP2040/ESP32 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c766368
to
cbe765b
Compare
Tested on an RPI Pico, but it is failing in odd ways on the xor_run example. In some cases, the module loads OK, but then hangs forever on model.predict(). In another case, the filesystem stops working after flashing the firmware with module. Cannot get the filesystem to fail on official MicroPython 1.25.0 build downloaded from micropython.org, or when building rp2 port without the emlearn_trees extmod. |
I think the missing filesystem issue is because the frozen manifest does not include the board/port manifest, which the documentation says one should do... It also happened on ESP32. |
Fixes issue where mpremote could not access filesystem xor_run with emlearn_trees now tested working on RPI-Pico/RP2040 and ESP32_S3_GENERIC (M5Stack AtomSU3)
Unix does not have manifest at PORT level, which is different from the hardware ones...
7c52779
to
89a71a9
Compare
References #19