Laczen opened a new pull request, #16127: URL: https://github.com/apache/nuttx/pull/16127
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary The PR moves the espnow pktradio support from esp32 to espressif/common. This moves allows other xtensa devices like esp32s2 and esp32s3 to also utilize the espnow pktradio. This PR is part of an effort to improve the use of espnow as a pktradio sixlowpan net device. Future PR's will be provided to separate espnow pktradio from the wlan device. This PR will also make it easier to add support for espnow pktradio on esp32c3, esp32c6 and esp32h2. ## Impact Impact on users: As the Kconfig changes from ESP32_ESPNOW_PKTRADIO to ESPRESSIF_ESPNOW_PKTRADIO the users config files need a update, Impact on build process: none, Impact on hardware: none, Impact on documentation: none, Impact on security: none, Impact on compatibility: none ## Testing The updated config esp32-devkitc:espnow was tested using a network of 2 devices doing a telnet session between the 2 devices over espnow. The telnet session works as expected. @tmedicci fyi. -- 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