esp-idf/components
Wu Jian Gang d0c9c1de57 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
2016-11-22 19:19:10 +08:00
..
bootloader Merge branch 'master' into feature/build_component_project_vars 2016-11-14 14:54:41 +11:00
bootloader_support Build system: Raise warning level 2016-11-16 15:57:34 +11:00
bt Merge branch 'feature/docs_general_notes' into 'master' 2016-11-17 19:00:03 +08:00
driver Merge branch 'bugfix/gpio_config_pullup' into 'master' 2016-11-22 12:12:31 +08:00
esp32 esp32: fix random pkt cause esp32 watchdog 2016-11-22 11:46:10 +08:00
esptool_py build system: Refactor SubmoduleCheck to work project-wide 2016-11-17 09:18:51 +11:00
expat Build system: Raise warning level 2016-11-16 15:57:34 +11:00
freertos ringbuf: Fix case where xTaskGetTickCount() overflows but task timeout point doesn't 2016-11-16 17:56:49 +11:00
idf_test Set result "Succeed" for passed cases 2016-11-02 20:54:22 +08:00
json build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
log Merge branch 'master' into feature/build_component_project_vars 2016-11-14 14:54:41 +11:00
lwip Merge branch 'bugfix/arp_queue_failed' into 'master' 2016-11-22 14:45:44 +08:00
mbedtls mbedtls hardware bignum: Use memcpy instead of REG_WRITE/REG_READ in a loop 2016-11-21 18:09:09 +11:00
micro-ecc micro-ecc: Add submodule dependency 2016-11-17 09:18:51 +11:00
newlib build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
nghttp build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
nvs_flash nvs, spi_flash: handle case when source data is in DROM 2016-11-18 20:11:17 +08:00
openssl Merge branch 'master' into feature/openssl 2016-11-15 15:20:48 +08:00
partition_table phy init data: Read PHY init data partition offset from menuconfig 2016-11-18 20:11:16 +08:00
spi_flash nvs, spi_flash: handle case when source data is in DROM 2016-11-18 20:11:17 +08:00
tcpip_adapter ipv6 interface: add branch for ipv6 interface 2016-11-21 11:06:51 +08:00
vfs docs: fix Doxygen warnings, fail CI build on Doxygen warnings 2016-11-16 22:44:22 +08:00
wpa_supplicant build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
xtensa-debug-module build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00