You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Zephyr 3.7.x (tested both 3.7.0 and 3.7.1-rc1), when enabling WiFi and asserts, the ESP32 won't start. This was previously reported and fixed in #37236.
When building and run the WiFi shell sample with asserts enabled it doesn't even log after boot. west build -p -b esp32_devkitc_wroom/esp32/procpu zephyr/samples/net/wifi/ -DCONFIG_ASSERT=y
However, when I build the Hello World sample and enable WiFi:
Describe the bug
In Zephyr 3.7.x (tested both 3.7.0 and 3.7.1-rc1), when enabling WiFi and asserts, the ESP32 won't start. This was previously reported and fixed in #37236.
When building and run the WiFi shell sample with asserts enabled it doesn't even log after boot.
west build -p -b esp32_devkitc_wroom/esp32/procpu zephyr/samples/net/wifi/ -DCONFIG_ASSERT=y
However, when I build the Hello World sample and enable WiFi:
and
and
west build -p -b esp32_devkitc_wroom/esp32/procpu zephyr/samples/hello_world
I get:
which was also reported in the earlier mentioned issue.
I did the same in 4.0.0., there it works.
Expected behavior
WiFi and assert works.
Impact
We can't bump to 3.7.x LTS.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: