]>
granicus.if.org Git - esp-idf/log
suda-morris [Mon, 12 Aug 2019 14:07:47 +0000 (22:07 +0800)]
cbor: add tinycbor library and example
Angus Gratton [Thu, 22 Aug 2019 02:47:06 +0000 (10:47 +0800)]
Merge branch 'bugfix/fix_project_ver_issue' into 'master'
CMake: fix retrieving PROJECT_VER
See merge request espressif/esp-idf!5842
Jiang Jiang Jian [Wed, 21 Aug 2019 13:12:28 +0000 (21:12 +0800)]
Merge branch 'feature/wifi_use_new_event_api' into 'master'
esp_wifi/event: wifi use new event api
Closes WIFI-696
See merge request espressif/esp-idf!5454
Mahavir Jain [Wed, 21 Aug 2019 11:28:47 +0000 (19:28 +0800)]
Merge branch 'nimble/misc_menuconfig_options' into 'master'
NimBLE: Add misc menuconfig options
See merge request espressif/esp-idf!5843
Prasad Alatkar [Wed, 21 Aug 2019 11:28:47 +0000 (19:28 +0800)]
NimBLE: Add misc menuconfig options
- Add option to configure stack size of NimBLE host task, update NimBLE
submodule for the same.
- Change max concurrent connections supported to 9 inline with controller.
Jiang Jiang Jian [Wed, 21 Aug 2019 08:44:11 +0000 (16:44 +0800)]
Merge branch 'Bugfix/nonblocking_udp_is_zero' into 'master'
fix bug for nonblocking udp is zero
Closes WIFI-756
See merge request espressif/esp-idf!5792
Angus Gratton [Wed, 21 Aug 2019 08:40:35 +0000 (16:40 +0800)]
Merge branch 'update/cjson_v1_7_12' into 'master'
Update cJSON to v1.7.12
See merge request espressif/esp-idf!5776
Angus Gratton [Wed, 21 Aug 2019 08:19:59 +0000 (16:19 +0800)]
Merge branch 'bugfix_kconfig_deps_missing' into 'master'
kconfig: Add -MP option so .d files include empty targets
See merge request espressif/esp-idf!5820
Angus Gratton [Wed, 21 Aug 2019 08:18:47 +0000 (16:18 +0800)]
Merge branch 'feature/freebsd_build_system' into 'master'
build systems: Changes to work on FreeBSD
Closes IDFGH-1657
See merge request espressif/esp-idf!5821
Angus Gratton [Wed, 21 Aug 2019 08:17:15 +0000 (16:17 +0800)]
Merge branch 'bugfix/esp_timer_null_checks' into 'master'
esp_timer: Add parameter NULL checks to public API
See merge request espressif/esp-idf!5804
Renz Christian Bagaporo [Wed, 21 Aug 2019 04:43:19 +0000 (12:43 +0800)]
cmake: make default version 1
Renz Christian Bagaporo [Wed, 21 Aug 2019 04:00:55 +0000 (12:00 +0800)]
cmake: fix issue with checking build process args
xueyunfei [Thu, 15 Aug 2019 03:17:15 +0000 (11:17 +0800)]
fix bug for nonblocking udp is zero
Ivan Grokhotkov [Tue, 20 Aug 2019 13:34:45 +0000 (21:34 +0800)]
Merge branch 'bugfix/openocd_ulp_install_instructions' into 'master'
docs: jtag-debugging: update for IDF Tools installation method
Closes IDF-824
See merge request espressif/esp-idf!5803
suda-morris [Fri, 16 Aug 2019 07:34:49 +0000 (15:34 +0800)]
docs: jtag-debugging: update translation
Ivan Grokhotkov [Thu, 15 Aug 2019 16:37:52 +0000 (18:37 +0200)]
docs: jtag-debugging: update for IDF Tools installation method
- rely on OPENOCD_SCRIPTS variable in all cases, remove -s flags
- replace installation section with a reference to the Getting Started
guides
- add Windows-specific commands in a few cases
Ivan Grokhotkov [Tue, 20 Aug 2019 12:40:09 +0000 (20:40 +0800)]
Merge branch 'feature/ulp_macro_updates' into 'master'
ulp: updates for ULP macros (PRs from Github)
Closes IDFGH-1492
See merge request espressif/esp-idf!5801
liu zhifu [Fri, 5 Jul 2019 08:58:04 +0000 (16:58 +0800)]
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism
2. Update examples to use new event mechanism
Ivan Grokhotkov [Tue, 20 Aug 2019 08:24:30 +0000 (16:24 +0800)]
Merge branch 'bugfix/newlib_time_test' into 'master'
newlib: Fix UT - test time adjustment happens linearly
See merge request espressif/esp-idf!5712
Angus Gratton [Tue, 20 Aug 2019 05:10:36 +0000 (13:10 +0800)]
Merge branch 'bugfix/set_mconf_idf_build_dir' into 'master'
cmake: set build dir for mconf-idf
See merge request espressif/esp-idf!5819
Angus Gratton [Tue, 20 Aug 2019 04:30:50 +0000 (12:30 +0800)]
Merge branch 'feat/idf_py_set_target' into 'master'
idf_py: support new command set-target
See merge request espressif/esp-idf!5785
Krzysztof Budzynski [Mon, 19 Aug 2019 21:14:17 +0000 (05:14 +0800)]
Merge branch 'doc/bootloader_zh_CN' into 'master'
zh_CN translation of bootloader document
See merge request espressif/esp-idf!4746
Jiang Jiang Jian [Mon, 19 Aug 2019 09:11:34 +0000 (17:11 +0800)]
Merge branch 'cleanup/make_supp_headers_private' into 'master'
wpa_supplicant: Make internally used crypto headers private
Closes IDF-476
See merge request espressif/esp-idf!5666
Tomoyuki Sakurai [Sun, 18 Aug 2019 05:30:48 +0000 (14:30 +0900)]
build systems: Changes to work on FreeBSD
Merges https://github.com/espressif/esp-idf/pull/2029
Angus Gratton [Mon, 19 Aug 2019 05:08:33 +0000 (13:08 +0800)]
Merge branch 'feature/cmake_check_mconf_version' into 'master'
cmake: check mconf-idf binary version
Closes IDF-835
See merge request espressif/esp-idf!5799
Angus Gratton [Mon, 19 Aug 2019 05:06:31 +0000 (13:06 +0800)]
Merge branch 'feat/idf_monitor_event_queue_block' into 'master'
idf_monitor: fix the bug that idf_monitor not blocked when no log printed
See merge request espressif/esp-idf!5805
suda-morris [Tue, 9 Apr 2019 08:35:58 +0000 (16:35 +0800)]
zh_CN translation of bootloader document
Angus Gratton [Mon, 19 Aug 2019 02:36:32 +0000 (10:36 +0800)]
Merge branch 'bugfix/remove_transport_strcasestr' into 'master'
tcp_transport: replace transport_strcasestr with strcasestr
Closes IDF-548
See merge request espressif/esp-idf!5802
Angus Gratton [Mon, 19 Aug 2019 01:42:39 +0000 (11:42 +1000)]
kconfig: Add -MP option so .d files include empty targets
Prevents make-level errors when switching IDF versions, as headers may be removed.
Similar to some mentioned here:
https://github.com/espressif/esp-idf/issues/712
Angus Gratton [Mon, 19 Aug 2019 00:23:02 +0000 (08:23 +0800)]
Merge branch 'bugfix/confserver_temporaryfile_windows' into 'master'
confserver: Fix NamedTemporaryFile use on Windows
See merge request espressif/esp-idf!5814
Nachiket Kukade [Tue, 6 Aug 2019 11:40:16 +0000 (17:10 +0530)]
wpa_supplicant: Make internally used crypto headers private
A lot of internally used crypto headers are publicly includeable
in user projects. This leads to bug reports when these headers
are incorrectly used or the API's are not used as intended.
Move all crypto headers into private crypto src folder, also move
crypto_ops into Supplicant to remove dependecy on crypto headers.
Closes IDF-476
Michael (XIAO Xufeng) [Wed, 14 Aug 2019 13:19:06 +0000 (21:19 +0800)]
idf_py: support new command set-target
Instead of using -DIDF_TARGET, this command is more intuitive:
1. Can limit the choice of targets
2. Easy to understand this is a destructive command
3. Easy to remember, and have an entry in the --help menu
Michael (XIAO Xufeng) [Fri, 16 Aug 2019 03:24:57 +0000 (11:24 +0800)]
idf_monitor: fix the bug that idf_monitor not blocked when no log printed
Inspired by @no1seman, @negativekelvin and @pglen on Github. (In post oder)
Resolves https://github.com/espressif/esp-idf/issues/3884
Renz Christian Bagaporo [Fri, 16 Aug 2019 09:46:50 +0000 (17:46 +0800)]
cmake: set build dir for mconf-idf
Fixes an issue where if idf_build_process is called in a CMake
subdirectory, menuconfig looks for the mconf-idf binary in the wrong
place (in the subdirectory build dir instead of root binary dir).
Angus Gratton [Fri, 16 Aug 2019 09:39:16 +0000 (17:39 +0800)]
Merge branch 'bugfix/ledc_clock_mode' into 'master'
driver: ledc: Fix clock mode selection
See merge request espressif/esp-idf!5747
Angus Gratton [Fri, 16 Aug 2019 09:24:20 +0000 (19:24 +1000)]
confserver: Fix NamedTemporaryFile use on Windows
Can't have the file open twice, so need to close and delete after reopening.
Angus Gratton [Fri, 16 Aug 2019 03:00:21 +0000 (13:00 +1000)]
esp_timer: Add parameter NULL checks to public API
Return ESP_ERR_INVALID_ARG if the handle is NULL, instead of crashing.
As reported via forum https://esp32.com/viewtopic.php?f=13&t=11721&p=47926#p47926
Angus Gratton [Thu, 15 Aug 2019 22:14:48 +0000 (06:14 +0800)]
Merge branch 'fix/esp_flash_set_get_wp' into 'master'
esp_flash: fix the set/get write protection functions
See merge request espressif/esp-idf!5682
Ivan Grokhotkov [Thu, 15 Aug 2019 15:51:54 +0000 (17:51 +0200)]
tcp_transport: replace transport_strcasestr with strcasestr
esp32-2019r1 toolchain version includes 'strcasestr', so the version
provided in tcp_transport component is no longer needed.
Saket Dandawate [Wed, 10 Jul 2019 14:37:37 +0000 (07:37 -0700)]
ulp: Add aditional uint32_t object to `ulp_insn_t`
Used to get the encoded instruction from bit-field structs.
Merges https://github.com/espressif/esp-idf/pull/3759
boarchuz [Thu, 13 Jun 2019 20:03:56 +0000 (06:03 +1000)]
ulp: Correct misleading corrections of i2c comments
Merges https://github.com/espressif/esp-idf/pull/3580
boarchuz [Thu, 13 Jun 2019 08:20:31 +0000 (18:20 +1000)]
ulp: Correct misleading i2c write mask comments
Merges https://github.com/espressif/esp-idf/pull/3580
boarchuz [Mon, 3 Jun 2019 09:32:38 +0000 (19:32 +1000)]
ulp: Expand ULP macro functionality
Merges https://github.com/espressif/esp-idf/pull/3580
Ivan Grokhotkov [Thu, 15 Aug 2019 13:49:46 +0000 (15:49 +0200)]
cmake: check mconf-idf binary version
Print a warning if an outdated version of mconf-idf is found in
the PATH.
Mahavir Jain [Thu, 15 Aug 2019 13:10:00 +0000 (21:10 +0800)]
Merge branch 'bugfix/add_error_check_in_ota_ops' into 'master'
esp_https_ota: Added error checking functionalities.
See merge request espressif/esp-idf!5672
Hrudaynath Dhabe [Thu, 15 Aug 2019 13:10:00 +0000 (21:10 +0800)]
esp_https_ota: Added error checking functionalities.
Current implimentation of esp_http_ota does not perform any error-checking in the data writing phase calls `esp_ota_get_next_update_partition()` irrespetive of the received state of the image. A few additional error checking mechanism have now been added inside the esp_https_ota which returns the control in case an invalid header is received and a wrapper to the function `esp_http_client_is_complete_data_received()` of `esp_http_client` has been added.
Ivan Grokhotkov [Thu, 15 Aug 2019 11:57:30 +0000 (19:57 +0800)]
Merge branch 'bugfix/vfs_concurrent_select' into 'master'
VFS: Support concurrent VFS select calls & improve the documentation
Closes IDFGH-1072
See merge request espressif/esp-idf!5538
Angus Gratton [Thu, 15 Aug 2019 08:22:50 +0000 (16:22 +0800)]
Merge branch 'feature/cmake_build_internals_docs' into 'master'
Docs: Enchance build system internals docs
See merge request espressif/esp-idf!5753
Angus Gratton [Sun, 11 Aug 2019 05:48:17 +0000 (15:48 +1000)]
driver: Check ledc config result in PCNT tests
Angus Gratton [Sun, 11 Aug 2019 05:47:30 +0000 (15:47 +1000)]
driver: ledc: Fix low/high speed parameter setting
Fix regression introduced in
2e8c85d8fff823232af46cc0f353ac170d0971e9
Renz Christian Bagaporo [Sun, 11 Aug 2019 12:25:54 +0000 (20:25 +0800)]
docs: build system internals
Angus Gratton [Thu, 15 Aug 2019 05:32:20 +0000 (13:32 +0800)]
Merge branch 'bugfix/mbedtls_add_source_files_to_appropriate_library' into 'master'
mbedtls: add source files to appropriate library
See merge request espressif/esp-idf!5761
Renz Christian Bagaporo [Mon, 12 Aug 2019 12:32:14 +0000 (20:32 +0800)]
mbedtls: add source files to appropriate library
Angus Gratton [Thu, 15 Aug 2019 04:41:54 +0000 (12:41 +0800)]
Merge branch 'docs/order_toctree_alphabetically' into 'master'
docs: Alphbetically sort toctree
See merge request espressif/esp-idf!5770
Angus Gratton [Thu, 15 Aug 2019 03:28:19 +0000 (11:28 +0800)]
Merge branch 'bugfix/fix_flash_read_error_in_dio_mode' into 'master'
bugfix(flash): add spi dio address bitlen configure in psram init
See merge request espressif/esp-idf!5783
Angus Gratton [Thu, 15 Aug 2019 02:50:30 +0000 (10:50 +0800)]
Merge branch 'bugfix/protocomm_nimble' into 'master'
NimBLE: Fix bug in `protocomm_nimble` characteristic access callback
See merge request espressif/esp-idf!5752
Prasad Alatkar [Thu, 15 Aug 2019 02:50:30 +0000 (10:50 +0800)]
NimBLE: Fix bug in `protocomm_nimble` chararcteristic access callback
Fixes bug in `protocomm_nimble` while writing to characteristic with length greater than MTU value.
Angus Gratton [Thu, 15 Aug 2019 02:50:17 +0000 (10:50 +0800)]
Merge branch 'bugfix/mdns_send_bye_service_instance' into 'master'
mdns: fix missing bye packet if services removed with mdns_service_remove_all() or mdns_free()
See merge request espressif/esp-idf!5308
Angus Gratton [Thu, 15 Aug 2019 02:50:01 +0000 (10:50 +0800)]
Merge branch 'feature/exclude_rom_from_example_header_files' into 'master'
exclude rom headers in examples
Closes IDF-557
See merge request espressif/esp-idf!5051
chenjianqiang [Wed, 14 Aug 2019 12:57:30 +0000 (20:57 +0800)]
bugfix(flash): add spi dio address bitlen configure in psram init
Angus Gratton [Wed, 14 Aug 2019 07:32:16 +0000 (15:32 +0800)]
Merge branch 'refactor/timerg_in_test' into 'master'
timer_group: refactoring to avoid direct register access in the ISR
See merge request espressif/esp-idf!5656
David Cermak [Thu, 20 Jun 2019 15:27:29 +0000 (17:27 +0200)]
mdns: fix missing bye packet if services removed with mdns_service_remove_all() or mdns_free()
Closes https://github.com/espressif/esp-idf/issues/3660
Angus Gratton [Wed, 14 Aug 2019 01:01:48 +0000 (09:01 +0800)]
Merge branch 'feature/ver-4.1' into 'master'
global: bump version to 4.1
See merge request espressif/esp-idf!5771
Angus Gratton [Wed, 14 Aug 2019 00:03:27 +0000 (10:03 +1000)]
Update cJSON to v1.7.12
Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354
Ivan Grokhotkov [Tue, 13 Aug 2019 08:09:52 +0000 (10:09 +0200)]
bump version to 4.1
Darian Leung [Tue, 13 Aug 2019 08:01:50 +0000 (16:01 +0800)]
docs: Alphbetically sort toctree
This commit sorts the entries of variuos toctrees
alphabetically. Indentation was also fixed. The order
of some toctrees were not modified if the existing
order had some form of suggested reading order.
Angus Gratton [Tue, 13 Aug 2019 06:38:28 +0000 (14:38 +0800)]
Merge branch 'bugfix/fix_mbedtls_net_sockets_error_handling' into 'master'
mbedtls: use `errno` instead of `SO_ERROR` for getting socket errors
See merge request espressif/esp-idf!5727
Angus Gratton [Tue, 13 Aug 2019 06:10:54 +0000 (14:10 +0800)]
Merge branch 'feature/migrate_gh_action_to_yaml' into 'master'
gh_action: converted main.workflow to Actions V2 yml files
See merge request espressif/esp-idf!5758
Angus Gratton [Tue, 13 Aug 2019 05:45:57 +0000 (13:45 +0800)]
Merge branch 'bugfix/fix_encrypted_project_flash_arg_file_gen' into 'master'
CMake: fix encrypted project flash arg file generation
See merge request espressif/esp-idf!5741
Angus Gratton [Tue, 13 Aug 2019 04:13:22 +0000 (12:13 +0800)]
Merge branch 'feature/dport_eco_revision2' into 'master'
make dport workaround depend on chip revision
Closes IDF-809 and IDF-813
See merge request espressif/esp-idf!5606
Angus Gratton [Tue, 13 Aug 2019 03:42:35 +0000 (11:42 +0800)]
Merge branch 'bugfix/doc_pip_requirements' into 'master'
Add -r flag to pip install command from file
Closes IDFGH-1670 and IDFGH-1622
See merge request espressif/esp-idf!5760
suda-morris [Wed, 22 May 2019 12:21:11 +0000 (20:21 +0800)]
exclude rom headers in examples
1. avoid including rom headers directly in examples
2. add common API interface for CRC calculation in esp_common component
suda-morris [Mon, 29 Jul 2019 03:35:00 +0000 (11:35 +0800)]
efuse: update the scheme of getting chip revision
Angus Gratton [Tue, 13 Aug 2019 02:23:30 +0000 (10:23 +0800)]
Merge branch 'bugfix/component_set_properties' into 'master'
CMake: Set component properties
See merge request espressif/esp-idf!5738
Jiang Jiang Jian [Mon, 12 Aug 2019 15:33:45 +0000 (23:33 +0800)]
Merge branch 'bugfix/reuse_pmk_without_set_config' into 'master'
wifi: Avoid recalculating PMK when esp_wifi_set_config is not called
Closes IDFGH-1520
See merge request espressif/esp-idf!5745
Luke Bayes [Sun, 4 Aug 2019 21:05:03 +0000 (17:05 -0400)]
Added -r flag to pip install command from file
Closes https://github.com/espressif/esp-idf/pull/3874
Closes https://github.com/espressif/esp-idf/issues/3915
suda-morris [Mon, 12 Aug 2019 11:45:48 +0000 (19:45 +0800)]
gh_action: converted main.workflow to Actions V2 yml files
Angus Gratton [Mon, 12 Aug 2019 07:16:51 +0000 (15:16 +0800)]
Merge branch 'bugfix/core_id_arg' into 'master'
doc: Add clarifications Xtensa Core ID and "Core ID" used in FreeRTOS are different
Closes IDFGH-407
See merge request espressif/esp-idf!5661
Angus Gratton [Mon, 12 Aug 2019 07:14:23 +0000 (15:14 +0800)]
Merge branch 'ci/disable_nimble_tests' into 'master'
ci: Temporarily disable NimBLE tests in CI
See merge request espressif/esp-idf!5749
Angus Gratton [Mon, 12 Aug 2019 04:45:34 +0000 (12:45 +0800)]
Merge branch 'feature/tls_psk_authentication' into 'master'
esp_tls: add psk verification mode
Closes IDFGH-992
See merge request espressif/esp-idf!5095
Angus Gratton [Mon, 12 Aug 2019 04:45:11 +0000 (12:45 +0800)]
Merge branch 'bugfix/check_include_dirs' into 'master'
CMake: Check if component include dirs are directories
See merge request espressif/esp-idf!5701
Angus Gratton [Mon, 12 Aug 2019 01:12:34 +0000 (11:12 +1000)]
freertos: Rename CORE_ID_PRO/CORE_ID_APP macros to CORE_ID_REGVAL_xxx
Old values remain for compatibility.
As suggested in https://github.com/espressif/esp-idf/issues/2567
Angus Gratton [Wed, 31 Jul 2019 03:07:23 +0000 (11:07 +0800)]
doc: Add clarifications Xtensa Core ID and "Core ID" used in FreeRTOS are different
Closes https://github.com/espressif/esp-idf/issues/2567
Angus Gratton [Sun, 11 Aug 2019 23:38:44 +0000 (09:38 +1000)]
ci: Temporarily disable NimBLE tests in CI
Angus Gratton [Sun, 11 Aug 2019 07:02:25 +0000 (15:02 +0800)]
Merge branch 'bugfix/hwcrypt_fault_inj' into 'master'
hwcrypto: Add more AES & SHA fault injection checks
Closes IDF-786
See merge request espressif/esp-idf!5050
Angus Gratton [Wed, 22 May 2019 00:18:55 +0000 (10:18 +1000)]
sha: Add fault injection checks reading hash digest state
Vulnerability reported by LimitedResults under Espressif Bug Bounty Program.
Angus Gratton [Tue, 21 May 2019 08:12:42 +0000 (18:12 +1000)]
aes: Add fault injection checks when writing key to hardware
Vulnerability reported by LimitedResults under Espressif Bug Bounty Program.
Renz Christian Bagaporo [Fri, 9 Aug 2019 04:30:23 +0000 (12:30 +0800)]
cmake: set component properties
Sagar Bijwe [Thu, 8 Aug 2019 10:32:33 +0000 (16:02 +0530)]
wifi: Avoid recalculating PMK when esp_wifi_set_config is not called
Scenarios where this fix is applicable.
1) Every time the system is powered-on/restarted without calling
esp_wifi_set_config.
2) esp_wifi_init()/connect()/stop()/deinit() is called multiple
times without esp_wifi_set_config.
Closes IDFGH-1520
Renz Christian Bagaporo [Fri, 9 Aug 2019 08:35:31 +0000 (16:35 +0800)]
cmake: fix encrypted project flash arg file generation
Jiang Jiang Jian [Fri, 9 Aug 2019 06:25:45 +0000 (14:25 +0800)]
Merge branch 'bugfix/efuse_write_config' into 'master'
efuse: set timing configuration before writing
See merge request espressif/esp-idf!4750
Angus Gratton [Fri, 9 Aug 2019 06:21:19 +0000 (14:21 +0800)]
Merge branch 'bugfix/confgen_sdkconfig_renames' into 'master'
tools: Support sdkconfig.rename files from outside IDF in confgen.py
Closes IDF-659
See merge request espressif/esp-idf!5551
Angus Gratton [Fri, 9 Aug 2019 06:20:51 +0000 (14:20 +0800)]
Merge branch 'bugfix/httpd_sess_close' into 'master'
httpd_sess_close: Check for session validity before closing
See merge request espressif/esp-idf!5705
Michael (XIAO Xufeng) [Thu, 8 Aug 2019 09:49:12 +0000 (17:49 +0800)]
esp_attr: add flag_attr to support enums used as flags
Michael (XIAO Xufeng) [Wed, 24 Jul 2019 15:18:19 +0000 (23:18 +0800)]
timer_group: use the LL
Michael (XIAO Xufeng) [Tue, 30 Jul 2019 09:22:51 +0000 (17:22 +0800)]
timer_group: add LL functions for WDT
Michael (XIAO Xufeng) [Thu, 25 Jul 2019 01:52:36 +0000 (09:52 +0800)]
timer_group: support interrupt LL and some utility functions in ISR
chenjianqiang [Mon, 15 Jul 2019 06:21:36 +0000 (14:21 +0800)]
feat(timer): refator timer group driver (partly pick)
Michael (XIAO Xufeng) [Mon, 29 Jul 2019 06:31:30 +0000 (14:31 +0800)]
esp_attr: support force_inline
Angus Gratton [Fri, 9 Aug 2019 04:52:03 +0000 (12:52 +0800)]
Merge branch 'feature/repl_suppl_crypto_by_mbedtls' into 'master'
wpa_supplicant: Port more crypto functions to use mbedtls
Closes WIFI-1590
See merge request espressif/esp-idf!5684