-
Notifications
You must be signed in to change notification settings - Fork 499
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: Update to support new slots mp_obj_type_t. #515
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
micropython/mp_obj_type_t_upgrade
branch
3 times, most recently
from
September 20, 2022 13:34
799ef69
to
10c1a84
Compare
Still waiting on a ulab release here 😬 |
Gadgetoid
force-pushed
the
micropython/mp_obj_type_t_upgrade
branch
2 times, most recently
from
October 6, 2022 11:15
ac338bc
to
d7e3ed7
Compare
Gadgetoid
force-pushed
the
micropython/mp_obj_type_t_upgrade
branch
3 times, most recently
from
November 9, 2022 11:05
848d5f8
to
6862ca3
Compare
Gadgetoid
force-pushed
the
micropython/mp_obj_type_t_upgrade
branch
2 times, most recently
from
December 20, 2022 19:51
12301a1
to
490d857
Compare
We can always rely on the micropython-lib dir (now a submodule) being present. See: micropython/micropython@da7f253
Follows the lead from: micropython/micropython@662b976 Update to support MP_DEFINE_CONST_OBJ_TYPE with backwards compatibility.
Gadgetoid
force-pushed
the
micropython/mp_obj_type_t_upgrade
branch
from
January 11, 2023 09:47
3b807e1
to
828ff84
Compare
Bump up to the tip of master for the latest fixes. Need to switch this to targeting a release when one's available with the mp_obj_type_t fix.
Gadgetoid
force-pushed
the
micropython/mp_obj_type_t_upgrade
branch
from
January 11, 2023 12:25
04141ba
to
0709878
Compare
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.
Follows the lead from: micropython/micropython@662b976
Update to support MP_DEFINE_CONST_OBJ_TYPE with backwards compatibility.
TODO
ulab
when it's availableqrcode