fdcavalcanti opened a new pull request, #15749: URL: https://github.com/apache/nuttx/pull/15749
## Summary This PR modifies ESP32 and ESP32S3 to use WiFi source code from the common layer, which is already used by ESP32S2. KConfig prefixes such as ESP32_* and ESP32S3_* are replaced with ESPRESSIF_* (CONFIG_ESP32_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 Reduces the amount of source code required for WiFi support. No difference in performance. ## Testing Internal CI testing. -- 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