soc: esp32: Update IRQ config for shared allocator
Update IRQ handling related files to unify interrupt controller between Xtensa and RISCV devices. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com> Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
3e8b246618
commit
eb606a8e7d
24 changed files with 35 additions and 315 deletions
|
@ -54,8 +54,6 @@ void IRAM_ATTR __esp_platform_app_start(void)
|
|||
|
||||
esp_flash_config();
|
||||
|
||||
esp_intr_initialize();
|
||||
|
||||
#if CONFIG_ESP_SPIRAM
|
||||
esp_init_psram();
|
||||
|
||||
|
@ -74,8 +72,6 @@ void IRAM_ATTR __esp_platform_app_start(void)
|
|||
|
||||
void IRAM_ATTR __esp_platform_mcuboot_start(void)
|
||||
{
|
||||
esp_intr_initialize();
|
||||
|
||||
/* Start Zephyr */
|
||||
z_prep_c();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue