nuttx/boards/risc-v/esp32c3/esp32c3-devkit
Tiago Medicci Serrano e8e50900d0 esp32c3/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-C3'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 esp32c3/wifi: use wapis init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
include
scripts esp32c3-devkit: Remove -Werror to let compile ble stack 2023-02-18 11:02:31 +08:00
src Add MPU60x0 IMU sensors support for ESP32C3 2023-04-22 01:47:09 +08:00
Kconfig