lucasssvaz opened a new pull request, #8382: URL: https://github.com/apache/nuttx/pull/8382
## Summary This PR aims to fix a potential problem with the execution of 2nd level RTC IRQ handlers. Some drivers might need to re-check the RTC status register. This patch propagates the current status register inside the interruption context. ## Impact Nothing is affected by this currently. Avoids possible problems that might occur in the future. ## Testing Tested using the `esp32-lyrat:buttons` defconfig. -- 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