arch: local ISR table declaration: Remove experimental label
The local ISR table generation was introduced in 13638a0351
, and
included in Zephyr v3.6.0.
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
e3f935650b
commit
6160ff24ef
1 changed files with 1 additions and 2 deletions
|
@ -449,9 +449,8 @@ config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
|
||||||
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
|
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" || "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "gnuarmemb"
|
||||||
|
|
||||||
config ISR_TABLES_LOCAL_DECLARATION
|
config ISR_TABLES_LOCAL_DECLARATION
|
||||||
bool "ISR tables created locally and placed by linker [EXPERIMENTAL]"
|
bool "ISR tables created locally and placed by linker"
|
||||||
depends on ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
|
depends on ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
|
||||||
select EXPERIMENTAL
|
|
||||||
help
|
help
|
||||||
Enable new scheme of interrupt tables generation.
|
Enable new scheme of interrupt tables generation.
|
||||||
This is totally different generator that would create tables entries locally
|
This is totally different generator that would create tables entries locally
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue