gustavonihei opened a new pull request, #8980: URL: https://github.com/apache/nuttx/pull/8980
## Summary This PR intends to enable the NuttX RTC subsystem for the currently supported Espressif RISC-V based chips: - **ESP32-C3** - **ESP32-C6** - **ESP32-H2** ## Impact New feature, no impact if not explicitly enabled. ## Testing Successful execution of the `alarm` application with the following defconfigs: - `esp32c3-generic:rtc` - `esp32c6-generic:rtc` - `esp32h2-generic:rtc` ``` nsh> alarm 3 alarm_daemon started alarm_daemon: Running Opening /dev/rtc0 Alarm 0 set in 3 seconds nsh> alarm_daemon: alarm 0 received ``` -- 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