fdcavalcanti opened a new pull request, #15805: URL: https://github.com/apache/nuttx/pull/15805
## Summary This PR modifies ESP32 and ESP32S3 boards to use new symbols for wireless connectivity. It is a complementary part of this #15804. ## Impact KConfig prefixes related to radio functionalities have been modified. ESP32_* and ESP32S3_* are replaced with ESPRESSIF_* (CONFIG_ESP32_WIFI -> CONFIG_ESPRESSIF_WIFI). This is applied through arch/ and also board/ (different PR) and may impact users if they are running custom defconfigs. 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. ## Testing Reduces the amount of source code required for WiFi support. No difference in performance. -- 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