extmod: Start support for cmake RP2040/ESP32#39
Merged
Conversation
c766368 to
cbe765b
Compare
Contributor
Author
|
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. |
Contributor
Author
|
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References #19