Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information