-
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
circuitpython on zephyr #8135
Comments
Issue from discussion in https://forums.adafruit.com/viewtopic.php?p=977770. Copied from there:
|
What would you want from CircuitPython that MicroPython on Zephyr doesn't provide? |
My main need would be the Adafruit web libraries like the adafruit_httpserver Zephyr OS offers very easy portability and very wide hardware support. Especially Ethernet support (for internal MACs) is one major feature that is missing from CircuitPython at the moment (unless one wants to use the WIZNET5K chips externally).
One hope of mine would also be that e.g. protocol support for Zigbee, Thread etc. would be far easier to achieve when relying on Zephyr OS's hardware abstraction. |
I'd be happy to review and merge a Zephyr port of some sort. I'm still concerned that Zephyr isn't dynamic enough to build CP on top of. (Pin muxing is the main example.) I'd be happy if someone could prove me wrong. |
I've opened #9902 so that I can edit my own top post. Thanks for opening this earlier. |
hi
well it would be a major boost for hi end embedded applications to have it on zephyr rtos
The text was updated successfully, but these errors were encountered: