nuttx/arch/xtensa/src
nuttxs 1e63401fb1 esp32s3: fix the halt issue when esp32s3 wlan has high-speed or long time data transmission.
The spin_lock in the wlan_recvframe() function that receives
RX data packets from the wireless network card and the critical
section lock in the iob_remove_queue() processing are nested,
which causes the interrupt to be disabled for a longer period
of time, resulting in a risk of deadlock.
2023-10-18 00:00:33 +08:00
..
common nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
esp32 esp32/ble: Fix task_create_wrapper CPU core ID passed as argument 2023-10-17 23:59:59 +08:00
esp32s2 nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
esp32s3 esp32s3: fix the halt issue when esp32s3 wlan has high-speed or long time data transmission. 2023-10-18 00:00:33 +08:00
lx6 kasan: add option to disable read/write checks 2023-09-07 00:41:43 +08:00
lx7 kasan: add option to disable read/write checks 2023-09-07 00:41:43 +08:00
.gitignore
Makefile toolchain/gcc: fix linker error if enable STACK_CANARIES/LTO at same time 2023-07-21 01:13:34 +08:00