tmedicci opened a new pull request, #12337:
URL: https://github.com/apache/nuttx/pull/12337
## Summary
* esp32c6/wifi: Add support for the Wi-Fi in ESP32-C6
* esp32c3/wifi: Add support for the Wi-Fi in ESP32-C3
* esp32c3: Substitute `/` to `$(DELIM)`
* Substitute `/` to `$(DELIM)` to make it compatible with other
implementations.
* esp: Update libc stubs to properly acquire/release locks:
* Avoid using static mutex and recursive mutex as the resource to be
acquired/released. Instead, create a specific lock for each call if
it does not exist.
* esp/hr_timer: Fix issue with timed-out timers
## Impact
Enable Wi-Fi (station and softAP modes) on ESP32-C6 and ESP32-C3 (new
implementation)
## Testing
Internal CI testing + ESP32-C6 DevKitC-1 v1.1 + ESP32-C3 DevKitC-02 v1.1
--
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]