1
\$\begingroup\$

The ESP32's official RTOS development framework is ESP-IDF, which typically uses FreeRTOS. But I wanted to know if we can do Zephyr RTOS in ESP32? If so does it have some framework made by the vendors similar to ESP-IDF? Any references?

\$\endgroup\$
1
  • \$\begingroup\$ Technically, yes. However, like you figured, ESP-IDF is based on a modified version of FreeRTOS. So with ESP-IDF, you may see better support for what you are going to build. \$\endgroup\$ Commented Nov 28 at 16:20

1 Answer 1

1
\$\begingroup\$
  • Yes, Zephyr has been available for ESP32 since 2017

  • Yes, it has a HAL that is based on modified version of ESP-IDF.

  • Yes, the abobe references are from Zephyr website.

\$\endgroup\$