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

   ## Summary
   
   This PR modifies ESP32S3 to use WiFi source code from the common layer, 
which is already used by ESP32S2.
   
   KConfig prefixes such as `ESP32S3_*` are replaced with `ESPRESSIF_*` 
(`CONFIG_ESP32S3_WIFI -> CONFIG_ESPRESSIF_WIFI`). This is applied through 
`arch/` and also `board/`.
   
   BLE symbols are altered as well, since they share some common wireless 
implementations. However, source code for BLE has not been merged into the 
common layer.
   
   ## Impact
   
   KConfig changes will cause issues to users who have custom defconfigs, as 
they should now update the wireless symbols.
   
   ## Testing
   
   Internal CI testing +
   `sta_softap`, `wifi`, `ble`, `wifi_ble` defconfigs (among others) have been 
tested and are performing as expected.
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to