-
Notifications
You must be signed in to change notification settings - Fork 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
MicroPython 1.23.0 #104
Merged
Merged
MicroPython 1.23.0 #104
Conversation
This file contains 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
Borrows the build setup from Badger OS which- * Uses a uf2-manifest and dir2uf2 to append examples in a user-visible filesystem * Uses MICROPY_BOARD_DIR to specify an out-of-tree board def * Uses ccache and caches MicroPython (compiled tools) * Builds against upstream MicroPython
* Use string_view in lieu of string * Rewrite _parse_escape_code to be compatible with string_view * Allocate a static buffer_t _SCREEN if DYNAMIC_BUFFER not set
Replaces MICROPY_EVENT_POLL_HOOK.
Gadgetoid
force-pushed
the
picosystem-2024
branch
2 times, most recently
from
July 5, 2024 19:48
6a8c3d6
to
0ebba92
Compare
Want to be initialising pin 16, not pin 65536
Gadgetoid
force-pushed
the
picosystem-2024
branch
2 times, most recently
from
July 5, 2024 20:55
618f867
to
3c6c878
Compare
Closed
Bump dir2uf2 to v0.0.5 and use --fs-compact to trim the PicoSystem "with examples" uf2 from 32mb down to around 2mb.
Gadgetoid
force-pushed
the
picosystem-2024
branch
from
July 12, 2024 10:56
4160a65
to
2aab2f7
Compare
Colour is messed up in this build for some reason 😭 |
Gadgetoid
force-pushed
the
picosystem-2024
branch
2 times, most recently
from
July 12, 2024 11:31
40cd97e
to
2aab2f7
Compare
This flag disabled the accomodations for PIO clock speed, causing PIO to be driven way, way too fast and the parallel LCD to go fuzzy and lose colour.
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.
A long overdue set of changes to bring PicoSystem kicking and screaming into 2024, MicroPython 1.23.0 and a quiet, hack-free life of almost vanilla mainline MicroPython.
Preview builds are here (these links may be updated):
What's changed
builtins
MICROPY_BOARD_DIR
and have a local board definition for PicoSystem, makes full 15MB (16MB - 1MB firmware) availableinit()
so you can call it twice, thrice, many times without it exploding