Skip to content
Commit e794a86a authored by Sylvio Alves's avatar Sylvio Alves Committed by Anas Nashif
Browse files

drivers: intc: esp32: fix non-IRAM mask usage in interrupt disable



Fix the non-IRAM interrupt disable routine to use non_iram_int_mask[cpu]
directly instead of its bitwise inverse. The previous implementation used
the wrong mask and could affect unrelated interrupts. This change ensures
that only intended non-IRAM interrupts are disabled and restored.

Signed-off-by: default avatarSylvio Alves <sylvio.alves@espressif.com>
parent d55c5505
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment