Skip to content

drivers: wifi: esp32: keep slp iram opt off in no-blobs builds - #117389

Merged
dkalowsk merged 1 commit into
zephyrproject-rtos:mainfrom
sylvioalves:bugfix/wifi-slp-iram-opt-no-blobs
Aug 26, 2026
Merged

drivers: wifi: esp32: keep slp iram opt off in no-blobs builds#117389
dkalowsk merged 1 commit into
zephyrproject-rtos:mainfrom
sylvioalves:bugfix/wifi-slp-iram-opt-no-blobs

Conversation

@sylvioalves

@sylvioalves sylvioalves commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Without CONFIG_PM the Wi-Fi SLP IRAM optimization path calls esp_wifi_internal_update_modem_sleep_default_params(), which is only provided by the Wi-Fi blobs. Builds on Wi-Fi 6 SoCs with CONFIG_BUILD_ONLY_NO_BLOBS=y fail to link, so keep the option default off there until a stub is available.

Fixes build errors:
https://github.com/zephyrproject-rtos/zephyr/actions/runs/32902885013/job/97980864420

Without CONFIG_PM the Wi-Fi SLP IRAM optimization path calls
esp_wifi_internal_update_modem_sleep_default_params(), which is
only provided by the Wi-Fi blobs. Builds on Wi-Fi 6 SoCs with
CONFIG_BUILD_ONLY_NO_BLOBS=y fail to link, so keep the option
default off there until a stub is available.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
@zephyrbot zephyrbot added area: Wi-Fi Wi-Fi platform: ESP32 Espressif ESP32 labels Aug 26, 2026
@sylvioalves sylvioalves added the Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. label Aug 26, 2026
@sylvioalves
sylvioalves requested a review from nashif August 26, 2026 00:39
@dkalowsk
dkalowsk merged commit e64f6be into zephyrproject-rtos:main Aug 26, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Wi-Fi Wi-Fi Hotfix Fix for issues blocking development, i.e. upstream CI issues, tests failing in upstream CI , etc. platform: ESP32 Espressif ESP32

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants