Skip to content

nrf/mpconfigport: Enable IO.IOBase as a core feature. #17214

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpgeorge
Copy link
Member

Summary

IOBase is quite an important building block of other parts of the system, such as mpremote mount and running .mpy and native tests. It's also used by asyncio which is enabled by default on all boards.

This feature costs +244 bytes of firmware size, which is worth the cost for the extra features it enables.

Testing

Tested on PCA10028 and PCA10040, they can now run more tests.

IOBase is quite an important building block of other parts of the system,
such as `mpremote mount` and running .mpy and native tests.  It's also used
by `asyncio` which is enabled by default on all boards.

This feature costs +244 bytes of firmware size, which is worth the cost for
the extra features it enables.

Signed-off-by: Damien George <damien@micropython.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant