nuttx/boards/xtensa/esp32/esp32-wrover-kit
Tiago Medicci Serrano 3e07477c85 esp32/wifi: use wapis init config to save Wi-Fi data
Instead of using Espressif's emulated NVS to save Wi-Fi data, use
`wapi`s wireless configure initialization mechanism for saving
Wi-Fi data. It 1) avoids creating a specific storage partition
just to save Wi-Fi data (ESP32's storage partition is used
instead); 2) avoids initialization problems of the emulated NVS
when SMP is enabled (the Wi-Fi driver tries to initialize it before
the actual partition is initialized); and 3) enables reconnecting
using `wapi reconnect` command and connect the device automatically
on bringup if `CONFIG_NETUTILS_NETINIT` is selected.
2023-05-12 01:09:09 +08:00
..
configs esp32/wifi: use wapis init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
include boards/esp32-wrover-kit: Fix GPIO conflicts 2022-11-26 11:58:58 +08:00
scripts xtensa/esp32: Simplify board linker script selection 2022-12-08 21:55:29 +08:00
src xtensa/esp32: Remove deprecated CONFIGFILE variable 2023-01-19 10:11:34 +08:00
Kconfig