chirping78 opened a new pull request, #16672: URL: https://github.com/apache/nuttx/pull/16672
## Summary The architecture defines maximum of 128 interrupts, whereas previous code only supported 32 interrupts. For every 32 interrupts added, there are three additional registers: `INTERRUPT`, `INTCLEAR`, and `INTENABLE`. This patch adds support for handling these registers. ## Impact interrupt handling ## Testing Have passed running `ostest` on these configs: `esp32-devkitc:smp` `esp32s2-saola-1:ostest` ` esp32s3-devkit:smp` -- 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