mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 17:10:57 +02:00
freertos/Kconfig: removed isr optimization option from menuconfig
This commit is contained in:
@@ -177,8 +177,8 @@ _xt_context_save:
|
|||||||
movi a3, PS_INTLEVEL(1)
|
movi a3, PS_INTLEVEL(1)
|
||||||
or a2, a2, a3
|
or a2, a2, a3
|
||||||
wsr a2, PS
|
wsr a2, PS
|
||||||
_not_l1:
|
|
||||||
|
|
||||||
|
_not_l1:
|
||||||
rsr a2, PS
|
rsr a2, PS
|
||||||
movi a3, ~(PS_EXCM_MASK)
|
movi a3, ~(PS_EXCM_MASK)
|
||||||
and a2, a2, a3
|
and a2, a2, a3
|
||||||
|
Reference in New Issue
Block a user