Ouss4 commented on pull request #5336: URL: https://github.com/apache/incubator-nuttx/pull/5336#issuecomment-1040217940
@zhuyanlinzyl ESP32 should have a software interrupt per CPU. I think the issue here is that the software interrupt was enabled only for CPU0. In this case we need to map the software interrupt twice (one for each CPU) and enable it twice (one for each CPU). -- 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]
