We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f9356 commit 6160ff2Copy full SHA for 6160ff2
arch/Kconfig
@@ -449,9 +449,8 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
449
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
450
451
config ISR_TABLES_LOCAL_DECLARATION
452
- bool "ISR tables created locally and placed by linker [EXPERIMENTAL]"
+ bool "ISR tables created locally and placed by linker"
453
depends on ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
454
- select EXPERIMENTAL
455
help
456
Enable new scheme of interrupt tables generation.
457
This is totally different generator that would create tables entries locally
0 commit comments