incubator-nuttx/boards/xtensa/esp32/common
Tiago Medicci Serrano 3e07477c85 esp32/wifi: use `wapi`s 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
..
include esp32-sparrow-kit: add support for the LTR308 light sensor 2022-11-23 19:52:34 +08:00
kernel xtensa/esp32: Simplify board linker script selection 2022-12-08 21:55:29 +08:00
scripts arch/xtensa/esp32: Define syscall table to enable using ROM functions 2023-05-10 15:39:44 -03:00
src esp32/wifi: use `wapi`s init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
Kconfig Esp32 lilygo t5v2 fixed Data/Command line support. 2022-06-28 09:34:17 -03:00
Makefile boards/xtensa/esp32: A bit of re-organisation in the ESP32 boards. 2020-12-10 12:31:17 -06:00