platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
926 stars 626 forks source link

zephyr support #439

Open waspinator opened 3 years ago

waspinator commented 3 years ago

Is there a roadmap for zephyr support?

https://docs.zephyrproject.org/latest/boards/xtensa/esp32/doc/index.html

valeros commented 3 years ago

Hi @waspinator ! As far as I know, the ESP32 port is still not production ready. Have you tried it with native Zephyr build tools? Does it work reliably?

H1ghBre4k3r commented 3 years ago

I was able to flash the "Hello, World!"-example of Zephyr onto the ESP32 using west. Can test more projects and examples, so that we can test, if it works reliably.

silikone commented 3 years ago

Waste of time unless you want to port the majority of the Zephyr features to ESP32 yourself. The current port is only very basic.

alvarowolfx commented 3 years ago

Now Zephyr has WiFi station support on Zephyr. There are any plans to add bring Zephyr support with this ?

Link to the PR: https://github.com/zephyrproject-rtos/zephyr/pull/32081/files

beriberikix commented 3 years ago

Coming back to this - we have been using ESP32 now reliably since Espressif has added official support. See more here.

Szewcson commented 2 years ago

Also interested in that feature. Espressif starts official support for Zephyr so we can expect that it will be a complete solution soon. It will be great if it will be also supported by platformio. https://www.espressif.com/en/news/new_operating_systems_in_ESP32

OgnjenX commented 11 months ago

Is there any update on this?