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>
This commit is contained in:
parent
4ad921660f
commit
213142db21
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ config GEN_SW_ISR_TABLE
|
||||||
config GEN_IRQ_VECTOR_TABLE
|
config GEN_IRQ_VECTOR_TABLE
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config ISR_TABLES_LOCAL_DECLARATION_SUPPORTED
|
||||||
|
default n
|
||||||
|
|
||||||
config DYNAMIC_INTERRUPTS
|
config DYNAMIC_INTERRUPTS
|
||||||
default y if !SOC_ESP32C6_LPCORE
|
default y if !SOC_ESP32C6_LPCORE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue