tmedicci opened a new pull request, #9232:
URL: https://github.com/apache/nuttx/pull/9232

   ## Summary
   
   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 connecting the device automatically on bringup if 
`CONFIG_NETUTILS_NETINIT` is selected.
   
   ## Impact
   
   Impacts only ESP32, ESP32-C3 and ESP32-S3.
   
   ## Testing
   
   Internal CI testing on ESP32, ESP32-C3 and ESP32-S3, testing connection, 
`wapi save_config`, saved data, reboot and automatic reconnection.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to