kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/place_xt_int_fns_into_iram' into 'master'
[system]: Place xtensa_intr_asm into IRAM See merge request espressif/esp-idf!13330pull/6995/head
commit
0a0234193f
|
@ -2,6 +2,7 @@
|
||||||
archive: libxtensa.a
|
archive: libxtensa.a
|
||||||
entries:
|
entries:
|
||||||
eri (noflash_text)
|
eri (noflash_text)
|
||||||
|
xtensa_intr_asm (noflash_text)
|
||||||
|
|
||||||
[mapping:xt_hal]
|
[mapping:xt_hal]
|
||||||
archive: libxt_hal.a
|
archive: libxt_hal.a
|
||||||
|
|
|
@ -98,7 +98,7 @@ extern xt_handler_table_entry _xt_interrupt_table[XCHAL_NUM_INTERRUPTS*portNUM_P
|
||||||
/*
|
/*
|
||||||
Default handler for unhandled interrupts.
|
Default handler for unhandled interrupts.
|
||||||
*/
|
*/
|
||||||
void xt_unhandled_interrupt(void * arg)
|
void IRAM_ATTR xt_unhandled_interrupt(void * arg)
|
||||||
{
|
{
|
||||||
esp_rom_printf("Unhandled interrupt %d on cpu %d!\n", (int)arg, xPortGetCoreID());
|
esp_rom_printf("Unhandled interrupt %d on cpu %d!\n", (int)arg, xPortGetCoreID());
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue