esp-idf/components/esp32
liu zhifu 197e0ae147 esp_wifi: fix some WiFi bugs
Fix following WiFi bugs:
1. Make smartconfig thread-safe
2. Fix WiFi stop/deinit memory leak
3. Refactor for WiFi init/deinit/ioctl etc
4. Add declaration for esp_wifi_internal_ioctl()
5. Fix the bug that WiFi stop leads to task watchdog
2019-05-22 22:18:05 +08:00
..
include Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
ld Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
test Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
CMakeLists.txt examples: update idf_as_lib example to use new api 2019-05-14 18:01:14 +08:00
Kconfig Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
Makefile.projbuild
brownout.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
cache_err_int.c
cache_sram_mmu.c
clk.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
component.mk
cpu_start.c Rename Kconfig options (components/bootloader) 2019-05-21 09:32:55 +02:00
crosscore_int.c crosscore_init: port*_CRITICAL vanilla FreeRTOS compliance 2019-05-13 16:39:19 +05:30
dport_access.c
dport_panic_highint_hdl.S Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
esp_adapter.c esp_wifi: fix some WiFi bugs 2019-05-22 22:18:05 +08:00
esp_clk_internal.h
esp_himem.c
esp_timer_esp32.c
gdbstub.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
hw_random.c
int_wdt.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
intr_alloc.c intr_alloc: port*_CRITICAL vanilla FreeRTOS compliance 2019-05-13 16:39:19 +05:30
linker.lf
panic.c Rename Kconfig options (components/app_trace) 2019-05-21 09:32:55 +02:00
pm_esp32.c power_management: port*_CRITICAL vanilla FreeRTOS compliance 2019-05-13 16:39:19 +05:30
pm_trace.c
project_include.cmake components: update with build system changes 2019-05-13 19:59:17 +08:00
reset_reason.c
sdkconfig.rename Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
sleep_modes.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
spiram.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
spiram_psram.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
spiram_psram.h
system_api.c
task_wdt.c