forked from pimoroni/pimoroni-pico
-
Notifications
You must be signed in to change notification settings - Fork 0
Ned/fixing ulab #2
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
Open
ned-pcs
wants to merge
71
commits into
main
Choose a base branch
from
ned/fixing-ulab
base: main
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.
Open
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
Just a little correction of the word "timer" instead of "alarm" for the last test.
Disambiguate build dir between multiple firmwares that use the same board, but different config. Avoids cryptic errors caused by incompatible build artifacts leaking into other builds via the MicroPython cache.
Revert lib/pico-sdk back to default before building. Avoids a patched tree (fetched via the cache) leaking into or breaking subsequent builds.
CI: Fix various build errors due to a caching race condition.
MicroPython: Set board manifest for Inky, Enviro.
Fix relative link to PicoGraphics documentation
CI: Set MICROPY_GIT_TAG for pimoroni#752.
This broke our release v1.20.0 since we clearly use malloc somewhere. Oops. Set the heap size to get us a working release.
CI: Single-job builds to avoid pimoroni#761.
Reduces the MicroPython cache from ~879MB down to ~187MB for a reduction of around 6,920MB across builds.
Simplify the build to use *only* local (to pimoroni-pico) copies of MicroPython board config dirs. This allows us to specify MICROPY_C_HEAP_SIZE (and potentially other options) in board config rather than at build-time.
Reduce size & workload of MicroPython build cache
Display initialisation fixes for the Pico Display Pack 1.14" LCD
Cosmic: add links
Fixes for compilation under macOS / GCC 13.3.1
pico_rtc.py, Just a little PR for a possible typo :)
Fix web server only serving file once and wifi country configuration
Ulab: Bump to 6.0.12.
Ghosting fix for Cosmic
Support for RGB Encoder Wheel Breakout
Use DMA to transfer a native RGB565 display buffer to PIO rather than pushing into the TX FIFO in a loop. Co-authored by @zx64 - pimoroni#776
Tufty 2040: DMA display update.
Removed boards other than pico and interstate75_ulab
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 PR updates the version of the
ulabsubmodule.