pangzhen1xiaomi commented on code in PR #18160:
URL: https://github.com/apache/nuttx/pull/18160#discussion_r2727752253
##########
arch/Kconfig:
##########
@@ -1279,6 +1279,13 @@ config ARCH_MINIMAL_VECTORTABLE_DYNAMIC
---help---
Use a minimum amount of RAM for the vector table.
+config ARCH_IRQ_TO_NDX
+ bool "Irq to ndx"
+ default n
+ depends on ARCH_MINIMAL_VECTORTABLE_DYNAMIC
+ ---help---
+ Use up_irq_to_ndx interface.
Review Comment:
done, please review again, thanks
--
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]