esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable
Darian Leung 816ddc8867 freertos(SMP): Fix SMP FreeRTOS portDISABLE_INTERRUPTS() macro on xtensa port
The portDISABLE_INTERRUPTS() macro on Xtensa should return only the interrupt
mask/level before the interrupts were disabled. Previously, the entire contents
of PS register were returned (i.e., direct return from RSIL instruction without
any bit masking or shifting).

This commit fixes the portDISABLE_INTERRUPTS() macro to return the INTLEVEL
bitfield of the PS register.
2022-11-15 14:57:24 +08:00
..
riscv Merge branch 'bugfix/xtensa_freertos_16B_aligned' into 'master' 2022-11-14 10:53:10 +08:00
xtensa freertos(SMP): Fix SMP FreeRTOS portDISABLE_INTERRUPTS() macro on xtensa port 2022-11-15 14:57:24 +08:00