hal_espressif
hal_espressif copied to clipboard
HAL and SDK for ESP32 and other hardware from Espressif
Ensure that the venv's Python executable is used, and convert the WindowsPath to a string.
Is there any plan to add WPA-Enterprise support to Zephyr on Espressif platforms? This would be a big help, letting us move a couple of projects that are currently stuck...
Added LL files for clock control of USB JTAG peripheral
Moves SoCs sdkconfig.h contents to a suitable Kconfig file
LL files and tools config update to support ESP32C2 and ESP8684
Use CONFIG_ESP_WIFI_MAX_THREAD_PRIO instead of hardcoded value in the `task_get_max_priority_wrapper`. The real priority is then calculated as prio = (CONFIG_ESP_WIFI_MAX_THREAD_PRIO - 2) during the wifi runtime.
added i2s support for esp32-s3 and esp32-c3
--- zephyr/port/include/stubs.h +++ zephyr/port/include/stubs.h 72 - define esp_console_uart_none 72 + define config_esp_console_none Then esp32-c3 Board fail to boot. Zephyr 3.7.0 rc3
The ESP32 comes in a wide variety of chip and package revisions. Recent V3 revision brings important and major silicon and ROM fixes. To avoid isues, which comes from using...