mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/tw8727_pc_send_random_pkt_cause_esp32_watchdog' into 'master'
esp32: fix random pkt cause esp32 watchdog This change fixes the ESP32 watchdog issue. When the MPDU of AMPDU is longer than 1600B, esp32 will check whether the last 4B is DEADBEEF, if it's not DEADBEEF, it will assert and the assert will cause esp32 watchdog. The solution is to init the last 4B to DEADBEEF when malloc new ebuf for the packet longer than 1600B. See merge request !233
This commit is contained in:
commit
d0c9c1de57
@ -1 +1 @@
|
||||
Subproject commit ea9c156e8a67d27623eab6f98ce5a55a00c8fb19
|
||||
Subproject commit e2e5781dc27e638c5e63f85bc23590dd21af1619
|
Loading…
Reference in New Issue
Block a user