-
Notifications
You must be signed in to change notification settings - Fork 496
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 v1.23.0 + USB-compatible Pico firmware. #915
Merged
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
Gadgetoid
force-pushed
the
feature/usb
branch
6 times, most recently
from
March 30, 2024 20:31
9126c60
to
f15aa36
Compare
Hopefully caught up with the major refactor mentioned in micropython/micropython-lib#558 I have not frozen midi, keyboard or mouse modules since that 2MB flash is getting reeeaally cozy. |
Gadgetoid
force-pushed
the
feature/usb
branch
5 times, most recently
from
May 31, 2024 12:44
9e1f513
to
de02620
Compare
CI will always run against the latest MicroPython commit.
Includes fixes for: * "mp_obj_malloc_with_finaliser" replacing "m_new_obj_with_finaliser" * "STATIC" macro dropped in favour of "static"
Gadgetoid
force-pushed
the
feature/usb
branch
2 times, most recently
from
June 3, 2024 11:03
fec37d8
to
c980d86
Compare
Needs the |
Reflect the changes proposed in micropython/micropython#13763.
Gadgetoid
force-pushed
the
feature/usb
branch
3 times, most recently
from
June 4, 2024 16:21
5e5e1f8
to
2631794
Compare
⚠️ Warning: flash/firmware split is now 1Mb/1Mb to accomodate USB libs. BACK UP YOUR PICO before flashing this build. It *will* trash your filesystem. * Add new RP_PICO_USB board * Use commit 932f76c6ba64c5a3e68de3324556d9979f09303b for micropython/micropython@932f76c
Gadgetoid
changed the title
Experimental: Attempt to build USB firmware.
MicroPython v1.23.0 + USB-compatible Pico firmware.
Jun 4, 2024
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 brings us forward to MicroPython v1.23.0, which includes USB compatibility.
Our builds will not be globally enabled for USB at the moment since it's a new, complicated and hefty feature.
I am including a dedicated Pico build with USB support for experimentation.