nuttx/boards/risc-v/esp32c3/esp32c3-devkit/configs
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
..
adc boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
autopm boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
ble risc-v/esp32c3: Move files shared between boards into a common folder 2022-12-09 11:19:27 +08:00
bmp180 boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
coremark boards: Add CoreMark config to ESP boards 2023-03-08 13:11:13 +08:00
crypto boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
cxx boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
efuse boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
elf libc: Move math library from libs/libc/math to libs/libm/libm 2023-02-23 10:40:07 +02:00
gpio boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
knsh boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
lvgl boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
mcuboot_slot_confirm espressif: Stabilize MCUboot support on Espressif chips 2023-01-24 08:44:22 +09:00
module boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
nsh boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
nvcfgdata boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
oneshot boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
ostest boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
pm boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
pwm boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
random boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
romfs boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
rtc boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
sotest boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
spiflash boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
sta_softap esp32c3/wifi: use wapis init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
tickless boards: Update tickless defconfigs with ostest for testability 2023-04-06 19:29:23 +03:00
timer boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
twai boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
uid boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
usbconsole boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
watchdog boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
watcher drivers/note: Change DRIVER_NOTExxx to DRIVERS_NOTExxx 2023-02-20 14:30:59 +08:00
wifi esp32c3/wifi: use wapis init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00