Skip to content
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

Zephyr support for ESP8266 #246

Closed
maxgerhardt opened this issue Apr 16, 2021 · 2 comments
Closed

Zephyr support for ESP8266 #246

maxgerhardt opened this issue Apr 16, 2021 · 2 comments

Comments

@maxgerhardt
Copy link

maxgerhardt commented Apr 16, 2021

See https://community.platformio.org/t/add-esp8266-zephyrrtos-support/20774.

Per https://docs.zephyrproject.org/2.5.0/boards/shields/esp_8266/doc/index.html the Zephyr RTOS project supports the ESP8266.

We already have Zephyr build support for other platforms (like ststm32 and nordicnrfX), so I think it shouldn't be too difficult to add support for it too? :)

@maxgerhardt
Copy link
Author

Sorry, I'll be revising or closing this issue after some clarifications: Zephyr doesn't run natively on the ESP8266 (but the ESP32 for example). It only supports the ESP8266 as shield, but with another MCU as a base board. I'll investigate.

https://docs.zephyrproject.org/2.5.0/boards/xtensa/index.html

@maxgerhardt
Copy link
Author

Zephyr does not run natively on the ESP8266.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant