nuttx/arch/risc-v
Tiago Medicci Serrano c72c66fff8 espressif: Fix deadlock in RT timer caused by critical section
This commit fixes a deadlock in `esp32s3-devkit:sta_softap`
defconfig: `spin_lock_irqsave` was being used to enter a critical
section that calls `nxsem_post`. In this case, it's recommended
to use `[enter|leave]_critical_section` to avoid deadlocks when a
context switch may happen, for instance.
2024-08-30 17:00:51 -03:00
..
include nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
src espressif: Fix deadlock in RT timer caused by critical section 2024-08-30 17:00:51 -03:00
CMakeLists.txt
Kconfig risc-v/bl808: Configure MMU to cache User Text, Data and Heap 2024-08-28 13:47:41 +08:00