-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrade MicroPython #47
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
Conversation
✅ Deploy Preview for distracted-dubinsky-fd8a42 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
We might need to port to the JS filesystem the behaviour change in main.c that clears the log whenever main.py is opened for writing. We already clear the log on flash though, so I think this would just catch self-rewriting programs which might not be worth the effort. See microbit-foundation/micropython-microbit-v2@6ade36b for the change. I'll check in with Carlos on this. |
@microbit-robert, as part of review please take a look at the diff: microbit-foundation/micropython-microbit-v2@318595a...804c5fe ..and see if there's anything I've missed that requires an update here. |
I've skipped to latest master as it has changes that require source level updates here that I expect to be in the 2.1 release. - Add new sound and power source files - Update conversions to use new HAL constants - Update sound expression HAL for function name change - Stub the power HAL for now (all void returns) - Update config to add power module
da534be
to
fde093a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Filesystem change already noted in comments.
Raised #48 for the data log issue. |
I've skipped to latest master as it has changes that require source
level updates here that I expect to be in the 2.1 release.