]>
granicus.if.org Git - esp-idf/log
raldone01 [Tue, 16 Jul 2019 15:52:04 +0000 (17:52 +0200)]
newlib: Move _gettimeofday_r call in clock_gettime
Signed-off-by: KonstantinKondrashov <konstantin@espressif.com>
Merges: https://github.com/espressif/esp-idf/pull/3789
Jiang Jiang Jian [Tue, 16 Jul 2019 16:09:17 +0000 (00:09 +0800)]
Merge branch 'fix_bug_for_ipv6_example' into 'master'
Modify IPv6 functionality compatible with lwip2.1.2
See merge request espressif/esp-idf!5495
Jiang Jiang Jian [Tue, 16 Jul 2019 09:55:19 +0000 (17:55 +0800)]
Merge branch 'bugfix/fix_wifi_stop_bug' into 'master'
esp_wifi: fix wifi stop
See merge request espressif/esp-idf!5479
xueyunfei [Wed, 10 Jul 2019 07:29:32 +0000 (03:29 -0400)]
Modify IPv6 functionality compatible with lwip2.1.2
Angus Gratton [Tue, 16 Jul 2019 07:32:03 +0000 (15:32 +0800)]
Merge branch 'feature/update_mbedtls_config_approach' into 'master'
Modify esp_config include approach
See merge request espressif/esp-idf!5382
Angus Gratton [Tue, 16 Jul 2019 06:51:35 +0000 (14:51 +0800)]
Merge branch 'bugfix/fix_mcpwm_example_memory_bug' into 'master'
Bugfix(example) : Fixed the bug that the malloc memory size is smaller than the actual required.
Closes IDFGH-1490
See merge request espressif/esp-idf!5509
liu zhifu [Tue, 16 Jul 2019 06:09:47 +0000 (14:09 +0800)]
esp_wifi: fix WiFi stop bug
Fix the bug that WiFi stop causes esp_wifi_internal_reg_rxcb() fails.
Angus Gratton [Tue, 16 Jul 2019 05:53:08 +0000 (13:53 +0800)]
Merge branch 'bugfix/wifi_prov_mgr_event_end_missing' into 'master'
Bugfix wifi_prov_mgr : Added missing esp_event_post() for WIFI_PROV_END events
See merge request espressif/esp-idf!5522
Angus Gratton [Tue, 16 Jul 2019 05:36:35 +0000 (13:36 +0800)]
Merge branch 'bugfix/do_not_require_new_target_link_library_signature' into 'master'
CMake: Do not force use of new target_link_libraries signature
See merge request espressif/esp-idf!5471
Jiang Jiang Jian [Mon, 15 Jul 2019 13:21:09 +0000 (21:21 +0800)]
Merge branch 'bugfix/fix_smartconfig_crash_when_no_ap_is_found' into 'master'
esp_wifi: smartconfig crash when no ap is found
Closes IDFGH-1292
See merge request espressif/esp-idf!5505
liu zhifu [Thu, 11 Jul 2019 10:00:40 +0000 (18:00 +0800)]
esp_wifi: fix smartconfig crash when no AP is found
Fix the bug that smartconfig crashes when no AP is found during smartconfig scan.
Jiang Jiang Jian [Mon, 15 Jul 2019 04:41:59 +0000 (12:41 +0800)]
Merge branch 'bugfix/modify_wifi_country_struct' into 'master'
esp32: make wifi_country_t in idf consistent with VNC
See merge request espressif/esp-idf!5463
Angus Gratton [Mon, 15 Jul 2019 03:05:21 +0000 (11:05 +0800)]
Merge branch 'bugfix/fix_regression_with_setting_component_dir_in_early_expansion' into 'master'
cmake: set COMPONENT_DIR in early expansion
Closes IDFGH-1506
See merge request espressif/esp-idf!5518
Angus Gratton [Mon, 15 Jul 2019 02:53:37 +0000 (10:53 +0800)]
Merge branch 'bugfix/docs_update_openssl_command' into 'master'
mqtt: update example documentation on generating a certificate for ssl authentication to hosts
See merge request espressif/esp-idf!5220
Angus Gratton [Mon, 15 Jul 2019 02:52:15 +0000 (10:52 +0800)]
Merge branch 'feature/esptool_py_use_component_properties' into 'master'
esptool_py: use component property to simplify arg file generation
See merge request espressif/esp-idf!5312
David Cermak [Wed, 12 Jun 2019 12:55:58 +0000 (14:55 +0200)]
mqtt: update example documentation on generating a certificate for ssl authentication to hosts
Closes https://github.com/espressif/esp-idf/issues/3593
Jiang Jiang Jian [Sun, 14 Jul 2019 09:19:16 +0000 (17:19 +0800)]
Merge branch 'bugfix/fix_wps_memory_leak' into 'master'
WPS: fix wps memory leak
Closes WIFI-630 and WIFI-644
See merge request espressif/esp-idf!5314
xiehang [Mon, 8 Jul 2019 03:26:18 +0000 (11:26 +0800)]
WiFi: Modify the wifi_country struct in VNC to keep it consistent with IDF.
1, Modfy wifi_country struct
2, Add md5 check esp_wifi_types.h
3, Add md5 check esp_wifi.h
Jiang Jiang Jian [Sun, 14 Jul 2019 06:48:14 +0000 (14:48 +0800)]
Merge branch 'doc/heap_thread_safety' into 'master'
docs: Add notes about thread safety and using heap from ISRs
Closes IDFGH-1502
See merge request espressif/esp-idf!5516
Jiang Jiang Jian [Sun, 14 Jul 2019 06:40:33 +0000 (14:40 +0800)]
Merge branch 'bugfix/fix_the_watchdog_during_WiFi_scan_BLE_scan' into 'master'
fix the watchdog bug during WiFi scan and BLE scan
See merge request espressif/esp-idf!5521
Anurag Kar [Sat, 13 Jul 2019 10:18:23 +0000 (15:48 +0530)]
wifi_prov_mgr : Added missing esp_event_post() for WIFI_PROV_END events
zhangyanjiao [Fri, 12 Jul 2019 12:07:10 +0000 (20:07 +0800)]
coexist: fix the watchdog bug during WiFi scan and BLE scan
Renz Christian Bagaporo [Fri, 12 Jul 2019 08:02:47 +0000 (16:02 +0800)]
cmake: set COMPONENT_DIR in early expansion
Gives same treatment to COMPONENT_DIR as COMPONENT_PATH in
https://gitlab.espressif.cn:6688/espressif/esp-idf/merge_requests/4557
Closes https://github.com/espressif/esp-idf/issues/3771
hemal.gujarathi [Wed, 26 Jun 2019 09:51:30 +0000 (15:21 +0530)]
Update esp_config and add new feature
Closes https://github.com/espressif/esp-idf/issues/3372
Ramesh [Wed, 10 Jul 2019 03:25:36 +0000 (08:55 +0530)]
Fixed the bug that the malloc memory size is smaller than the actual required.
Merges https://github.com/espressif/esp-idf/pull/3757
Angus Gratton [Fri, 12 Jul 2019 01:09:00 +0000 (11:09 +1000)]
docs: Add notes about thread safety and using heap from ISRs
Closes https://github.com/espressif/esp-idf/issues/3768
Angus Gratton [Thu, 11 Jul 2019 11:33:33 +0000 (19:33 +0800)]
Merge branch 'feature/vfs_pread' into 'master'
VFS: Implement pread() and pwrite()
Closes IDFGH-1211
See merge request espressif/esp-idf!5422
xiehang [Fri, 5 Jul 2019 02:27:20 +0000 (10:27 +0800)]
1, Fix wps memory leak.
2, Add a queue to save wps rx eapol frame.
3, Add data lock protect wpa2_sig_cnt.
4, Add a queue to save wpa2 rx rapol frame.
Angus Gratton [Thu, 11 Jul 2019 06:53:54 +0000 (14:53 +0800)]
Merge branch 'bugfix/parttool_baud' into 'master'
partition_table: Add baud option to parttool and otatool
Closes IDFGH-1483
See merge request espressif/esp-idf!5494
Roland Dobai [Mon, 1 Jul 2019 09:08:57 +0000 (11:08 +0200)]
VFS: Implement pread() and pwrite()
Closes https://github.com/espressif/esp-idf/issues/3515
Ivan Grokhotkov [Thu, 11 Jul 2019 05:59:15 +0000 (13:59 +0800)]
Merge branch 'feature/build_example_make_on_trigger' into 'master'
ci: don't build examples with Make in regular jobs
See merge request espressif/esp-idf!5498
Ivan Grokhotkov [Thu, 11 Jul 2019 05:27:30 +0000 (13:27 +0800)]
Merge branch 'bugfix/unit_test_app_size' into 'master'
unit-test-app: split default, release, single_core configs
See merge request espressif/esp-idf!5497
Jiang Jiang Jian [Thu, 11 Jul 2019 02:26:45 +0000 (10:26 +0800)]
Merge branch 'feature/cleanup_fast_crypto_files' into 'master'
wpa_supplicant: Cleanup fast_xxx modules that use duplicate code
See merge request espressif/esp-idf!5190
He Yin Ling [Wed, 10 Jul 2019 15:00:25 +0000 (23:00 +0800)]
unit-test-app: use stripped config name in test case ID:
We could split cases of same config into multiple binaries as we have limited rom space. So we should regard those configs like `default` and `default_2` as the same config.
Ivan Grokhotkov [Wed, 10 Jul 2019 15:16:53 +0000 (17:16 +0200)]
ci: don't build examples with Make on pushes
Still build the examples with make on:
- triggered pipelines
- master, release branches, tags
- scheduled and manual (web) pipelines
Ivan Grokhotkov [Wed, 10 Jul 2019 12:19:13 +0000 (14:19 +0200)]
ci: add unit test job
Ivan Grokhotkov [Wed, 10 Jul 2019 11:20:17 +0000 (13:20 +0200)]
unit-test-app: split default, release, single_core configs
Roland Dobai [Wed, 10 Jul 2019 12:11:12 +0000 (14:11 +0200)]
app_update: Add the baud option into otatool
Roland Dobai [Wed, 10 Jul 2019 06:41:47 +0000 (08:41 +0200)]
app_update: Fix argument of ParttoolTarget
Søren Christian Madsen [Thu, 27 Jun 2019 12:54:04 +0000 (14:54 +0200)]
Add --baud option to parttool
Closes https://github.com/espressif/esp-idf/pull/3753
Nachiket Kukade [Wed, 3 Jul 2019 12:09:52 +0000 (17:39 +0530)]
wpa_supplicant: Cleanup fast_xxx modules that use duplicate code
wpa_supplicant is using MbedTLS API's for crypto algorithms. For
calling them a duplicate set of modules is maintained prepended
with 'fast_'. Remove these and use flag USE_MBEDTLS_CRYPTO
instead to separate modules calling MbedTLS API's from native
implementation.
Ivan Grokhotkov [Wed, 10 Jul 2019 08:20:13 +0000 (16:20 +0800)]
Merge branch 'bugfix/idf_exe_crash' into 'master'
tools: fix idf.py.exe crash on Windows 7
Closes IDFGH-1471
See merge request espressif/esp-idf!5484
Jiang Jiang Jian [Wed, 10 Jul 2019 07:28:49 +0000 (15:28 +0800)]
Merge branch 'bugfix/btdm_compile_error_with_new_toolchain' into 'master'
components/bt: Fix compile error with new toolchain
See merge request espressif/esp-idf!5444
Angus Gratton [Wed, 10 Jul 2019 02:06:32 +0000 (10:06 +0800)]
Merge branch 'bugfix/docs_recover_some_build_time' into 'master'
docs: Remove building of zipped HTML docs from build process and consequently...
See merge request espressif/esp-idf!5467
Angus Gratton [Wed, 10 Jul 2019 00:16:39 +0000 (08:16 +0800)]
Merge branch 'feature/cmake_default_build_system' into 'master'
cmake: Make CMake the default build system
Closes IDF-198 and IDF-325
See merge request espressif/esp-idf!5328
Angus Gratton [Wed, 10 Jul 2019 00:13:35 +0000 (08:13 +0800)]
Merge branch 'bugfix/fix_flash_read_error_in_dio_26MHz_mode' into 'master'
bugfix(flash): fix flash read error in DIO/26MHz mode
See merge request espressif/esp-idf!5381
Ivan Grokhotkov [Tue, 9 Jul 2019 11:11:53 +0000 (13:11 +0200)]
tools: update idf_exe to 1.0.1
Ivan Grokhotkov [Tue, 9 Jul 2019 12:10:05 +0000 (14:10 +0200)]
idf_exe: bump version to 1.0.1
Ivan Grokhotkov [Tue, 9 Jul 2019 12:10:00 +0000 (14:10 +0200)]
idf_exe: fix NULL pointer passed to WriteFile
For an unknown reason, passing NULL pointer instead of &written worked
on Windows 10 and on Windows 7 when stdout is not redirected.
Closes https://github.com/espressif/esp-idf/issues/3740
Ivan Grokhotkov [Tue, 9 Jul 2019 11:00:16 +0000 (13:00 +0200)]
idf_tools.py: add another platform string to handle Windows x86
Jiang Jiang Jian [Tue, 9 Jul 2019 10:39:02 +0000 (18:39 +0800)]
Merge branch 'bugfix/fix_uart_wait_done_bug' into 'master'
Driver(UART): Fixed two UART issues
Closes IDFGH-1348
See merge request espressif/esp-idf!5340
Angus Gratton [Tue, 9 Jul 2019 10:35:34 +0000 (20:35 +1000)]
docs: Move Legacy Get Started guide to the Related Documents section
baohongde [Tue, 9 Jul 2019 09:50:43 +0000 (17:50 +0800)]
components/bt: Fix compile error with new toolchain
Closes https://github.com/espressif/esp-idf/issues/3331
Closes https://github.com/espressif/esp-idf/issues/3734
Angus Gratton [Fri, 5 Jul 2019 06:25:40 +0000 (16:25 +1000)]
docs: Rephrase the warning about not requiring MSYS2 on Windows
Angus Gratton [Mon, 24 Jun 2019 02:09:34 +0000 (12:09 +1000)]
docs: Update description for Eclipse+Cmake support not ready yet
Angus Gratton [Tue, 25 Jun 2019 01:26:53 +0000 (11:26 +1000)]
docs: Make CMake build system default, mark GNU Make as legacy option
All `-cmake` suffixes are removed
Where a GNU Make option is renamed, the `-legacy` suffix is used
Jiang Jiang Jian [Tue, 9 Jul 2019 04:20:44 +0000 (12:20 +0800)]
Merge branch 'bugfix/eth2ap_example' into 'master'
temporarily work around for fixing eth2ap
Closes IDFGH-1458 and IDFGH-1456
See merge request espressif/esp-idf!5441
Jiang Jiang Jian [Tue, 9 Jul 2019 04:18:38 +0000 (12:18 +0800)]
Merge branch 'docs/rename_partition_addr_param_pr3750' into 'master'
esp_partition_erase_range(): rename parameter "start_addr" to "offset"
See merge request espressif/esp-idf!5469
Renz Christian Bagaporo [Mon, 8 Jul 2019 11:14:28 +0000 (19:14 +0800)]
cmake: do not force use of new signature for target_link_libraries
Mahavir Jain [Mon, 8 Jul 2019 11:13:32 +0000 (19:13 +0800)]
Merge branch 'feature/cmake_proto_build' into 'master'
cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files
Closes IDF-725
See merge request espressif/esp-idf!5442
Angus Gratton [Tue, 25 Jun 2019 01:29:49 +0000 (11:29 +1000)]
docs: Functional renaming commit for CMake-as-default
Rename all the files which will be edited substantially in the next commit, without changing their
contents
Docs will not build for this ocmmit.
This is done so that git doesn't decide we renamed xxx-cmake -> xxx-legacy in the next commit, which
is what it will infer otherwise (and makes rebasing more of a pain than it should be)
Angus Gratton [Sun, 23 Jun 2019 02:07:06 +0000 (12:07 +1000)]
docs: Load page redirects from a file instead of inline in config
Angus Gratton [Sun, 23 Jun 2019 01:54:31 +0000 (11:54 +1000)]
build system: Use CMake-based build system as default when describing commands
Martin Thierer [Sat, 6 Jul 2019 10:22:23 +0000 (12:22 +0200)]
esp_partition_erase_range(): rename parameter "start_addr" to "offset"
The name "start_addr" (which goes straight into the docs) implies
it's an absolute address while in fact it's an offset into the
partition like what's used in all the other esp_partition_*
functions.
So in order to avoid confusion make the name consistent with the
parameter names used for the other partition functions and call it
"offset".
Merges https://github.com/espressif/esp-idf/pull/3750
Angus Gratton [Mon, 8 Jul 2019 07:19:30 +0000 (15:19 +0800)]
Merge branch 'bugfix/otadata_operations_do_not_use_esptool_configs' into 'master'
Fix Make otadata operations do not use esptool configs
Closes IDFGH-686
See merge request espressif/esp-idf!4636
Angus Gratton [Mon, 8 Jul 2019 07:15:14 +0000 (15:15 +0800)]
Merge branch 'feature/esp_http_client_tx_buf_size' into 'master'
esp_http_client: separate buffer_size config option for transmit
See merge request espressif/esp-idf!5337
suda-morris [Thu, 4 Jul 2019 04:18:43 +0000 (12:18 +0800)]
temporarily work around for fixing eth2ap
Closes https://github.com/espressif/esp-idf/issues/3726
Closes https://github.com/espressif/esp-idf/issues/3728
Krzysztof [Mon, 8 Jul 2019 05:19:56 +0000 (13:19 +0800)]
docs: Remove building of zipped HTML docs from build process and consequently from Downloads as many users don't use that. We are still providing PDF documentation for people who prefer viewing docs off-line. Removal of this build step is expected to save almost 10 minutes of build time and resolve issue of build failures because of hitting 40 min build time limit on Read The Docs.
Angus Gratton [Mon, 8 Jul 2019 04:29:25 +0000 (12:29 +0800)]
Merge branch 'ci/cmake_examples_multichip_support' into 'master'
ci: multichip build support for examples
See merge request espressif/esp-idf!5384
kooho [Wed, 12 Jun 2019 08:20:19 +0000 (16:20 +0800)]
bugfix(UART): fixed two UART issues:
1. uart_wait_tx_done works incorrect when sending a byte of data.
2. uart_set_rx_timeout sets an incorrect rx timeout value when ref_tick is enabled
closes https://github.com/espressif/esp-idf/issues/3631
Jiang Jiang Jian [Mon, 8 Jul 2019 03:13:20 +0000 (11:13 +0800)]
Merge branch 'bugfix/supplicant_security_fixes' into 'master'
wpa_supplicant: Fix sprintf security bugs.
Closes WIFI-624
See merge request espressif/esp-idf!5295
Jiang Jiang Jian [Mon, 8 Jul 2019 03:11:03 +0000 (11:11 +0800)]
Merge branch 'bugfix/improve_spi_timing_for_flash' into 'master'
bugfix(flash): improve spi cs timing settings for flash
See merge request espressif/esp-idf!4964
chenjianqiang [Thu, 27 Jun 2019 12:19:26 +0000 (20:19 +0800)]
bugfix(flash): fix flash read error in DIO/26MHz mode
Angus Gratton [Mon, 8 Jul 2019 01:30:11 +0000 (09:30 +0800)]
Merge branch 'bugfix/gcov_example_report_cmake_target' into 'master'
gcov_example: Adds cmake target to generate report
Closes IDF-727
See merge request espressif/esp-idf!5403
Angus Gratton [Mon, 8 Jul 2019 01:29:09 +0000 (09:29 +0800)]
Merge branch 'bugfix/confgen_break' into 'master'
tools: Fix indentation in confgen.py
See merge request espressif/esp-idf!5460
Angus Gratton [Mon, 8 Jul 2019 00:51:29 +0000 (08:51 +0800)]
Merge branch 'feature/tcp_transport_pass_errors_stage1' into 'master'
esp-tls: capturing specific errors to be available in tcp_transport and then in application code
See merge request espressif/esp-idf!4782
Mahavir Jain [Sun, 7 Jul 2019 05:40:18 +0000 (13:40 +0800)]
Merge branch 'feature/prov_mgr_event_loop' into 'master'
Wi-Fi Provisioning : Add support for esp_event
See merge request espressif/esp-idf!4857
Jiang Jiang Jian [Sun, 7 Jul 2019 05:33:41 +0000 (13:33 +0800)]
Merge branch 'feature/lwip_2.1.2_idf' into 'master'
lwip_2.1.2 for idf_4.0
See merge request espressif/esp-idf!5374
xueyunfei [Thu, 27 Jun 2019 09:13:44 +0000 (17:13 +0800)]
lwip_2.1.2 for idf_4.0
Jiang Jiang Jian [Sat, 6 Jul 2019 13:55:21 +0000 (21:55 +0800)]
Merge branch 'mesh/use_event_library' into 'master'
Mesh/use event library
See merge request espressif/esp-idf!4800
Roland Dobai [Sat, 6 Jul 2019 07:17:31 +0000 (09:17 +0200)]
tools: Fix indentation in confgen.py
Sagar Bijwe [Wed, 19 Jun 2019 14:03:34 +0000 (19:33 +0530)]
wpa_supplicant: Fix sprintf security bugs.
Revert back to using os_snprintf instead of sprintf.
Closes WIFI-624
chenjianqiang [Thu, 9 May 2019 07:26:24 +0000 (15:26 +0800)]
bugfix(flash): improve spi cs timing settings for flash
cs setup time is recomemded to be 1.5T, and cs hold time is recommended to be 2.5T.
(cs_setup = 1, cs_setup_time = 0; cs_hold = 1, cs_hold_time = 1)
qiyuexia [Thu, 18 Apr 2019 14:38:43 +0000 (22:38 +0800)]
mesh: update mesh events demonstration
qiyuexia [Tue, 16 Apr 2019 10:13:13 +0000 (18:13 +0800)]
mesh: use new event library
Jiang Jiang Jian [Fri, 5 Jul 2019 13:11:41 +0000 (21:11 +0800)]
Merge branch 'cleanup/remove_redundant_tags_file' into 'master'
wpa_supplicant: Remove tags file which was added by mistake
See merge request espressif/esp-idf!5457
Oleg Antonyan [Thu, 23 May 2019 06:47:31 +0000 (08:47 +0200)]
esp_http_client: separate buffer_size config option for transmit
Merges https://github.com/espressif/esp-idf/pull/3528
Signed-off-by: Jitin George <jitin@espressif.com>
Jiang Jiang Jian [Fri, 5 Jul 2019 13:03:52 +0000 (21:03 +0800)]
Merge branch 'doc/power_management_update_with_bt_changes' into 'master'
doc/power_management_update_with_bt_changes
See merge request espressif/esp-idf!5170
Jiang Jiang Jian [Fri, 5 Jul 2019 12:55:39 +0000 (20:55 +0800)]
Merge branch 'doc/add_ble_mesh_doxyfile' into 'master'
ble_mesh: add Doxyfile for core apis & model apis
See merge request espressif/esp-idf!5401
Anurag Kar [Thu, 4 Jul 2019 06:36:30 +0000 (12:06 +0530)]
cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files
Jiang Jiang Jian [Fri, 5 Jul 2019 12:48:03 +0000 (20:48 +0800)]
Merge branch 'mesh/bugfix_0628_master' into 'master'
mesh: bugfix
Closes WIFI-628, WIFI-638, WIFI-635, WIFI-582, WIFI-130, WIFI-622, WIFI-579, WIFI-428, and WIFI-451
See merge request espressif/esp-idf!5437
Alexey Gerenkov [Fri, 28 Jun 2019 13:24:05 +0000 (16:24 +0300)]
gcov_example: Adds cmake target to generate report
Closes IDF-727
Jiang Jiang Jian [Fri, 5 Jul 2019 12:27:33 +0000 (20:27 +0800)]
Merge branch 'bugfix/btdm_fix_rxwinsz_assert_in_wifi_ble_coex' into 'master'
component/bt: fix rxwinsz assert in ble and wifi coex
See merge request espressif/esp-idf!5434
Mahavir Jain [Fri, 5 Jul 2019 09:18:32 +0000 (17:18 +0800)]
Merge branch 'bugfix/prov_tool_desc_readme' into 'master'
esp_prov : Minor refactoring in argument dependent logic and other changes
See merge request espressif/esp-idf!5430
Michael (XIAO Xufeng) [Thu, 27 Jun 2019 11:11:15 +0000 (19:11 +0800)]
ci: multichip build support for examples
Nachiket Kukade [Fri, 5 Jul 2019 08:43:02 +0000 (14:13 +0530)]
wpa_supplicant: Remove tags file which was added by mistake
Merge request idf/esp-idf!5219 added a ctags 'tags' file to
the repository by mistake. Remove it.
Anurag Kar [Wed, 3 Jul 2019 15:21:11 +0000 (20:51 +0530)]
wifi_prov_mgr : Updated the set of WIFI_REASON_ codes used for setting WIFI_PROV_STA_AUTH_ERROR
Anurag Kar [Fri, 28 Jun 2019 06:42:42 +0000 (12:12 +0530)]
wifi_prov_mgr : Free memory allocated by cJSON_Print
Anurag Kar [Tue, 23 Apr 2019 18:43:14 +0000 (00:13 +0530)]
Provisioning : Manager example updated to use esp_event_loop feature
Anurag Kar [Tue, 23 Apr 2019 18:42:16 +0000 (00:12 +0530)]
Wi-Fi Provisioning : Manager docs updated with information about esp_event_loop support