You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pico 2 and Pico W support, new build system (#129)
* Build and compile inside build/ directory
* Add family ID argument to process_ipl.py script
* Update .gitignore
* Add main build script
* Update build workflow
* Add GPIO status LED driver
* Add CYW43 status LED driver
* Abstract Status LED from hardware platform
* Detect HW at runtime
* Move version injection code to separate cmake file
* Support rp2350-arm-s family ID in uf2 payload file
* Adjust main program file to recent changes
* Update year in file headers
* Fix build script with platform workarounds
* Update release workflow for new dist structure
* Remove redundant tagging
* Trigger build workflow after devcontainer
* Update workflow names
* Revert "Trigger build workflow after devcontainer"
This reverts commit b4c5717.
* Never push devcontainer image in build workflow
* Fix build workflow name
* Fetch full history before build
* Update build summary
* Automatically generate release notes
* Add changelog to release
* Fix changelog in releases
* Use default commit template in release notes
* Update changelog template
* Fix author and commit link in changelogs
* Use payload.dol for making builds
* Add script for aligning RP2040 binaries
* Move python scripts to tools/
* Fix process_ipl.py path
* Remove delay when waiting for USB
* Update .gitignore
* Remove debugging info
* Revert "Remove debugging info"
This reverts commit 1d6876f.
* [Workaround] Delay LED initialization
Most users should use one of the **`picoboot_full_*.uf2`** files (full package). Other files are intended for advanced users to update only specific parts of the firmware or payload.
0 commit comments