incubator-nuttx/boards/xtensa/esp32s3/esp32s3-devkit/configs
Tiago Medicci Serrano b680abd04b esp32s3/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-S3'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
..
buttons 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
cxx boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
i2c 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
mcuboot_nsh espressif: Stabilize MCUboot support on Espressif chips 2023-01-24 08:44:22 +09:00
nsh 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
psram_octal xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
psram_quad xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
pwm boards: Update and fix configs for ESP boards 2023-03-25 12:23:35 +02:00
random Add board config example to test random number generator 2023-01-27 13:16:35 +08:00
smp 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 esp32s3/wifi: use `wapi`s 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
watchdog boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
wifi esp32s3/wifi: use `wapi`s init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00