platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
336 stars 219 forks source link

Zephyr support for ESP8266 #246

Closed maxgerhardt closed 3 years ago

maxgerhardt commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

Zephyr does not run natively on the ESP8266.