-
Notifications
You must be signed in to change notification settings - Fork 84
[WIP] MicroPython upgrade to v1.25 #304
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
18
commits into
cryptoadvance: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.
+111
β31
Draft
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3bbbbea
Switch f469-disco to fork with upgraded MicroPython
miketlk b939993
Update Makefile for Micropython v1.25 (Specter adaptation)
miketlk edb46e9
Update f469-disco pointer
miketlk 13144da
Update f469-disco
miketlk d9504a6
Update f469-disco
miketlk 2bd37a0
Update f469-disco
miketlk 3b655db
Fix missing inclusion of custom MicroPython config in Unix build
miketlk 29b0190
Update f469-disco
miketlk 995511f
fix Makefile issues with clean and unix targets
miketlk f91921c
Update f469-disco
miketlk 592edb1
Update f469-disco
miketlk 6cc2ac5
Update macOS build instructions (SDL2 notice)
miketlk 78a21e6
Fix build doc for macOS: move SDL2 to the Simulator section
miketlk f6cb902
Add VcXsrv to build doc and improve structure
miketlk 4694287
Update f469-disco
miketlk b9f3813
Update build instructions: avoid conflicts with Homebrew's includes
miketlk 64860ca
Upgrade Docker container to Arm GNU Toolchain v14.3.rel1 and Python vβ¦
miketlk 705e962
Update f469-disco
miketlk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| [submodule "f469-disco"] | ||
| path = f469-disco | ||
| url = https://github.com/diybitcoinhardware/f469-disco | ||
| url = https://github.com/miketlk/f469-disco.git | ||
| branch = micropython-upgrade | ||
| [submodule "bootloader"] | ||
| path = bootloader | ||
| url = https://github.com/cryptoadvance/specter-bootloader |
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
Submodule f469-disco
updated
19 files
| +4 β2 | .gitmodules | |
| +2 β1 | Makefile | |
| +1 β1 | micropython | |
| +10 β6 | usermods/qrcode/qrcode.c | |
| +11 β11 | usermods/scard/connection.c | |
| +1 β1 | usermods/scard/ports/stm32/scard_io.c | |
| +1 β1 | usermods/scard/ports/stm32/scard_io.h | |
| +1 β1 | usermods/scard/protocols.h | |
| +13 β13 | usermods/scard/reader.c | |
| +5 β1 | usermods/scard/scard.c | |
| +6 β6 | usermods/scard/scard.h | |
| +15 β11 | usermods/sdram/sdram.c | |
| +1 β1 | usermods/secp256k1 | |
| +7 β3 | usermods/udisplay_f469/display.c | |
| +6 β2 | usermods/udisplay_f469/display_unix.c | |
| +5 β1 | usermods/udisplay_f469/display_unix_sdl.c | |
| +8 β5 | usermods/uebmit/uembit.c | |
| +22 β18 | usermods/uhashlib/hashlib.c | |
| +10 β6 | usermods/uhashlib/uhmac.c |
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.
Uh oh!
There was an error while loading. Please reload this page.