-
Notifications
You must be signed in to change notification settings - Fork 18
[WIP] Upgrade Micropython to v1.25 #33
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
Draft
miketlk
wants to merge
32
commits into
diybitcoinhardware:master
Choose a base branch
from
miketlk:micropython-upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+49,247
β34,521
Conversation
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
β¦ and type checks
β¦ule registration
β¦reation and module registration
β¦hecks, object creation, and module registration
β¦checks, UART API Also fix T=1 protocol issues and make printing more canonic by switching to mp_printf().
β¦tion Also fix missing array size in arguments of function definition.
5baefec to
e117bd0
Compare
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.
π§ Work in Progress β Early Draft
This pull request is opened early to:
π‘ Note: This PR is not ready for review or merging. Some parts may be incomplete, untested, or non-buildable at this stage. Feel free to comment on design decisions, request clarifications, or suggest alternatives.
Summary
This PR updates the Micropython and user modules to ensure compatibility with MicroPython v1.25. It includes preliminary work on updating the bundled user C modules (
scard,sdram,udisplay_f469,uebmit, anduhashlib) to align with the latest MicroPython API changes.IMPORTANT: This draft PR has temporary submodule pointers to my own forks that must be fixed before merging!
Changes
qrcodeandpixelartuser modules repacing them with LVGL native QR supportREADME.mdwith build instructions and notes specific to MicroPython v1.25Testing
TODO: Build all modules for STM32F469I-DISCO using MicroPython v1.25 code and tooling
TODO: Manually test each module via REPL or example scripts:
scardsdramsecp256k1udisplay_f469uebmituhashlibTODO: Add or update example/test scripts under
tests/orexamples/Checklist