Update to micropython 1.27.0 (minimal) - #6
Open
karlp wants to merge 1 commit into
Open
Conversation
This requires handling the following upstream commits: decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. This builds on prior work updating to 1.23 and 1.24 Only working ESP-IDF versions are 5.5.1 and 5.5.2. Current micropython uses the newest version of the touch sens driver, introduced in 5.5.x. 5.5.3 has a compile failure in nimble, best guess is upstream commit espressif/esp-idf@d6da79d is causing problems, but not clear yet. Runtime Tested on esp32 and esp32-s3 (local custom board using this patchset, plus extra usb changes not applicable to this repo) Signed-off-by: Karl Palsson <karl.palsson@marel.com>
Contributor
Author
|
Note, this doesn't address the board_run_boot_py changes for custom_pybd_sf2. I'm not sure the best way of doing that, and I'm not sure that def/undef antics are the best path as in #7. Take of this what you will :) |
|
Do IUC this pr replaces #4 ? |
Contributor
Author
|
Not really, I just felt that #7 had so much extra going on, and I'd been asked to update mine as well. I've not fixed the pyboard though so.... #4 is actually complete. |
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.
This requires handling the following upstream commits: decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead.
This builds on prior work updating to 1.23 and 1.24
Only working ESP-IDF versions are 5.5.1 and 5.5.2. Current micropython uses the newest version of the touch sens driver, introduced in 5.5.x. 5.5.3 has a compile failure in nimble, best guess is upstream commit
espressif/esp-idf@d6da79d is causing problems, but not clear yet.
Runtime Tested on esp32 and esp32-s3 (local custom board using this patchset, plus extra usb changes not applicable to this repo)
Vs #5, this is self contained to just update the current repo, and is based on #3 and #4