esp-idf/components
xiaxiaotian e6d45cc91f 1. Add api ssc cmd "ap -K -a aid" to kick out connected station.
The parameter aid followed -a is aid of the connected station. If aid is 0, kick out all of the connected stations.
2. Add block parameter to api esp_wifi_scan_start.
   If block is true, the api blocks before scan done or returns directly.
2016-08-30 18:09:48 +08:00
..
bootloader Merge branch 'master' into feature/newlib_locking 2016-08-25 11:11:35 +08:00
bt Initial public version 2016-08-17 23:08:22 +08:00
esp32 1. Add api ssc cmd "ap -K -a aid" to kick out connected station. 2016-08-30 18:09:48 +08:00
esptool_py esptool.py & Makefile: Fix compressed upload support (enabled by default) 2016-08-22 18:44:46 +08:00
freertos components: lwip/tcpip_adapter/freertos/esp32 2016-08-26 19:03:51 +08:00
lwip remove unnecessary print in sys_arch.c 2016-08-30 09:48:08 +08:00
newlib Use IDF_PATH instead of SDK_PATH for the environment variable pointing to esp-idf 2016-08-19 15:01:49 +08:00
nvs_flash components/nvs: strlcpy is not available on Linux, replace with strncpy and terminate strings explicitly 2016-08-23 15:14:13 +08:00
partition_table Use IDF_PATH instead of SDK_PATH for the environment variable pointing to esp-idf 2016-08-19 15:01:49 +08:00
spi_flash Use IDF_PATH instead of SDK_PATH for the environment variable pointing to esp-idf 2016-08-19 15:01:49 +08:00
tcpip_adapter components: lwip - adjust ip print 2016-08-30 13:52:44 +08:00