esp-idf/components/esp32
XiaXiaotian 2d8a8bc141 esp32: fixs about auto-reconnect and ap ssid configuration
1. Remove auto-reconnect
2. Use strnlen instead strlen to calculate ssid len in wifi lib
2017-01-11 17:21:10 +08:00
..
hwcrypto
include Merge branch 'feature/add_wpa2_set_id_api' into 'master' 2017-01-11 15:13:47 +08:00
ld sdmmc: add peripheral driver and protocol layer 2017-01-09 04:51:24 +08:00
lib@0135161682 esp32: fixs about auto-reconnect and ap ssid configuration 2017-01-11 17:21:10 +08:00
test esp32: sanity check ISR handler address passed into esp_intr_alloc 2017-01-11 11:38:17 +08:00
Kconfig wifi: add wifi rx buffer number config in menuconfig 2017-01-06 10:12:27 +08:00
Makefile.projbuild
brownout.c
component.mk
cpu_freq.c esp32: ets_update_cpu_frequency should set tick scale for both CPUs 2017-01-06 15:00:17 +08:00
cpu_start.c
cpu_util.c Add sdkconfig include to cpu_util.h so CONFIG_ESP32_DEBUG_OCDAWARE actually resolves 2017-01-07 18:44:20 +08:00
crosscore_int.c esp32: sanity check ISR handler address passed into esp_intr_alloc 2017-01-11 11:38:17 +08:00
deep_sleep.c
event_default_handlers.c
event_loop.c
freertos_hooks.c
gdbstub.c
heap_alloc_caps.c esp32: modify ld file to fix a crash issue 2017-01-07 16:12:07 +08:00
hw_random.c esp_random: XOR the RNG register value several times before returning it 2017-01-04 17:07:12 +11:00
int_wdt.c
intr_alloc.c esp32: sanity check ISR handler address passed into esp_intr_alloc 2017-01-11 11:38:17 +08:00
ipc.c
lib_printf.c
libhal.a
panic.c Add documentation to panic handler functions, move watchpoint stuff from tasks.c to port.c, account for non-32-bytes-aligned stacks when setting watchpoint, add debug reason explanation to panic handler 2017-01-10 13:05:19 +08:00
phy.h
phy_init.c ethernet: support flow control 2017-01-10 15:19:18 +08:00
phy_init_data.h phy init data update 2016-12-19 14:23:39 +08:00
rtc.h
spiram.h
system_api.c ethernet: support flow control 2017-01-10 15:19:18 +08:00
task_wdt.c