mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 17:36:45 +00:00
silabs_s2 uses simplicity_sdk hal library, which already have by default a zero latency IRQs mechanism with a hardcoded value. In order to be aligned with simplicity_sdk, we need to activate Zero Latency IRQ in Zephyr by default. The level (2) depends on the hardcoded value in simplicity_sdk (CORE_ATOMIC_BASE_PRIORITY_LEVEL). Without this fix, if you use an IRQ with a priority of 0 or 1, irq_lock() and irq_unlock() have no effect for this IRQ. Signed-off-by: Martin Hoff <martin.hoff@silabs.com> |
||
---|---|---|
.. | ||
common | ||
silabs_s0 | ||
silabs_s1 | ||
silabs_s2 | ||
silabs_sim3 | ||
silabs_siwx91x | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.defconfig | ||
Kconfig.soc | ||
soc.yml |