chirping78 commented on code in PR #15636: URL: https://github.com/apache/nuttx/pull/15636#discussion_r1926247271
########## arch/xtensa/include/esp32/irq.h: ########## @@ -495,6 +495,23 @@ static inline_function int esp32_irq_gpio(int cpu) #endif #endif +#ifdef CONFIG_ARCH_HAVE_MULTICPU Review Comment: it's only same for esp32 and esp32s3. If another smp chip is added, it will not be same, and need be implemented by chip specifically. -- 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]
