-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Merge MicroPython v1.11 into CircuitPython #4649
Conversation
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.
I looked at a subset of this and didn't see anything of concern. No testing performed.
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.
I looked through all the interesting files (I skip the tests). Looks good, and this is simpler than V1.10, so it should get easier and easier.
I'll do some more extensive filesystem testing when the build works, due to the update of oofatfs
.
lib/utils/pyexec.c \ | ||
lib/utils/stdout_helpers.c \ | ||
lib/utils/sys_stdio_mphal.c | ||
|
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.
Yay!
Ok, build is passing. I turned off some modules to make it fit. Mostly synthio, msgpack, and asyncio. |
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.
Works for me! I used the Metro M4 version, edited code.py, and also copied and editing a much larger file, whose contents were fine over reboots.
Another step for #2999