acassis commented on code in PR #18160:
URL: https://github.com/apache/nuttx/pull/18160#discussion_r2727360539


##########
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:
   Please explain what is the feature, why and when to use it



##########
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"

Review Comment:
   ```suggestion
        bool "IRQ to Index"



##########
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"

Review Comment:
   IRQ normally is upper case, and better to use Index here instead of ndx to 
make is user for end user understand



-- 
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]

Reply via email to