-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
extmod/ports: Provide a common uos
module implementation
#8388
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
uos
module implementation
Tried with Teensy4.1 (mimxrt1062), Olimex rt1010 (mimxrt1011) and MIMXRT1020_DEV (mimxrt1021). Works fine. Adapting all my open branches may get a little bit of work. Git has it's challenge with Makefile. |
Thanks for testing on mimxrt. This is not urgent, it doesn't need to go in now, it can wait. (But there will always be outstanding PRs, and it can't wait forever...). |
Merge it anytime you like. I did not mean to defer it. |
Based on the rp2 port version, with the rp2 port converted to use this module. Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
This also adds uos.unlink(), for all ports that use extmod/moduos.c. Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
f21b062
to
ade2720
Compare
[ESPCAMERA] Deinit all the pins.
This PR creates a common
extmod/moduos.c
implementation and switches the following ports to use it:nrf and cc3200 ports are left for a later time because they are much more involved to convert.
unix port will be converted separately, because it's also involved.