Skip to content

Commit 213142d

Browse files
sylvioalvesdkalowsk
authored andcommitted
soc: espressif: riscv: disable local isr location
Disable support to local ISR declaration on Espressif SoCs. Code relocation is not yet supported, causing build fail. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent 4ad9216 commit 213142d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/espressif/common/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ config GEN_SW_ISR_TABLE
1212
config GEN_IRQ_VECTOR_TABLE
1313
default n
1414

15+
config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
16+
default n
17+
1518
config DYNAMIC_INTERRUPTS
1619
default y if !SOC_ESP32C6_LPCORE
1720

0 commit comments

Comments
 (0)