-
|
Greetings Zephyr community, I am having some troubles making esp_hosted work in a Zephyr sample. But first, I would like to confirm what version of the co-processor firmware from espressif/esp_hosted is compatible with the current Zephyr esp_hosted driver of Zephyr 4.4.0. Could someone help me with this information, please? For instance, this structure on esp-hosted-mcu for the co-processor (https://github.com/espressif/esp-hosted-mcu/blob/main/common/esp_hosted_interface.h#L14-L24): It is a bit different from its Zephyr counterpart (https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/wifi/esp_hosted/esp_hosted_wifi.h#L30-L38): Also the payload header diverges a bit (e.g. Zephyr driver does not have the field throttle_cmd):
I wonder if these discrepancies could be enough to cause any incompatibility between Zephyr host and the co-processor. Thanks in advance for all the support! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The driver is compatible with ESP-Hosted-FG (#87685), mainly because Arduino Portenta C33 will ship with this firmware. Further updates were merged at #103154 to support ESP-Hosted-FG v1.0.0.0.0. |
Beta Was this translation helpful? Give feedback.
The driver is compatible with ESP-Hosted-FG (#87685), mainly because Arduino Portenta C33 will ship with this firmware. Further updates were merged at #103154 to support ESP-Hosted-FG v1.0.0.0.0.