File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -598,9 +598,9 @@ The name comes from the fact that all the entries to the arrays that would creat
598598interrupt vectors are created locally in place of invocation of :c:macro: `IRQ_CONNECT ` macro.
599599Then automatically generated linker scripts are used to place it in the right place in the memory.
600600
601- This option requires enabling by the choose of :kconfig:option: `ISR_TABLES_LOCAL_DECLARATION `.
601+ This option requires enabling by the choose of :kconfig:option: `CONFIG_ISR_TABLES_LOCAL_DECLARATION `.
602602If this configuration is supported by the used architecture and toolchaing the
603- :kconfig:option: `ISR_TABLES_LOCAL_DECLARATION_SUPPORTED ` is set.
603+ :kconfig:option: `CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED ` is set.
604604See details of this option for the information about currently supported configurations.
605605
606606Any invocation of :c:macro: `IRQ_CONNECT ` or :c:macro: `IRQ_DIRECT_CONNECT ` will declare an instance
You can’t perform that action at this time.
0 commit comments