ESP32-Mini-1 support in Zephyr #81477
-
Hi All, I am currently exploring the capabilities of the Zephyr RTOS and am particularly interested in the ESP32-Mini-1 module. Could anyone please confirm whether the ESP32-Mini-1 is supported by Zephyr? So far I couldn't find the board support added under \zephyr\boards\xtensa\ folder. If so, I would appreciate any insights on the specific features or limitations associated with using this module within the Zephyr environment. Thanks in advance! 🙌 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi, it is supported, as you can see here: I also suggest you to use latest Zephyr release if possible so you get updated environment. Sylvio |
Beta Was this translation helpful? Give feedback.
Hi, it is supported, as you can see here:
https://github.com/zephyrproject-rtos/zephyr/blob/main/soc/espressif/esp32/Kconfig.soc#L22
I also suggest you to use latest Zephyr release if possible so you get updated environment.
zephyr\boards\xt…