nuttx/arch/xtensa
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
..
include xtensa/esp32s3: Add support to TWAI/CANBus controller 2023-09-08 01:49:43 +08:00
src esp32s3: fix the halt issue when esp32s3 wlan has high-speed or long time data transmission. 2023-10-18 00:00:33 +08:00
Kconfig xtensa: enable -Oz for xtensa to reduce codesize 2023-08-21 02:58:25 +08:00