eren-terzioglu opened a new pull request, #11300:
URL: https://github.com/apache/nuttx/pull/11300

   ## Summary
   
   xtensa/esp32s2: Add RTC support
   xtensa/esp32s2: Add RTC config
   
   ## Impact
   
   Only ESP32S2
   
   ## Testing
   
   `esp32s2-saola-1:rtc` config used. `alarm 10` and `alarm -r` commands 
applied. Expected outputs should look like this (might be in different order)
   
   ```
   nsh> alarm 10
   alarm_daemon started
   alarm_daemon: Running
   Opening /dev/rtc0
   Alarm 0 set in 10 seconds
   nsh> alarm -r
   Opening /dev/rtc0
   Alarm 0 is active with 10 seconds to expiration
   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

Reply via email to