]>
granicus.if.org Git - esp-idf/log
morris [Mon, 15 Oct 2018 12:35:05 +0000 (20:35 +0800)]
ethernet: fix some bugs in phy&mac driver
1. Original register mapping for LAN8720 has some registers that doesn't exist/support.
So just remove them, and fix the power and init function for LAN8720.
2. GPIO16 and GPIO17 is occupied by PSRAM, so only ETH_CLOCK_GPIO_IN mode is supported in that case if using PSRAM.
3. Fix bug of OTA failing with Ethernet
4. Fix bug of multicast with Ethernet
Closes https://github.com/espressif/esp-idf/issues/2564
Closes https://github.com/espressif/esp-idf/issues/2620
Closes https://github.com/espressif/esp-idf/issues/2657
Ivan Grokhotkov [Tue, 6 Nov 2018 02:47:02 +0000 (10:47 +0800)]
Merge branch 'feature/vfs_utime' into 'master'
VFS: Implement utime() for FATFS and SPIFFS
See merge request idf/esp-idf!3610
Ivan Grokhotkov [Tue, 6 Nov 2018 02:45:24 +0000 (10:45 +0800)]
Merge branch 'bugfix/ut_add_job' into 'master'
ci: add unit test job
See merge request idf/esp-idf!3634
Ivan Grokhotkov [Tue, 6 Nov 2018 02:45:11 +0000 (10:45 +0800)]
Merge branch 'doc/partition_tables_zh_CN' into 'master'
translation of partition-tables.rst
See merge request idf/esp-idf!3457
Ivan Grokhotkov [Mon, 5 Nov 2018 15:19:30 +0000 (23:19 +0800)]
ci: add unit test job
Ivan Grokhotkov [Mon, 5 Nov 2018 11:49:32 +0000 (19:49 +0800)]
Merge branch 'bugfix/py3_ci_enable' into 'master'
Enable Python 3 bot tests in master
See merge request idf/esp-idf!3615
Ivan Grokhotkov [Mon, 5 Nov 2018 11:33:16 +0000 (19:33 +0800)]
Merge branch 'doc/storage_example_readme' into 'master'
examples/storage: adjust readme files according to standard
See merge request idf/esp-idf!3594
liying [Fri, 2 Nov 2018 10:51:20 +0000 (18:51 +0800)]
(doc)update_CN/EN_partition_tables
morris [Wed, 10 Oct 2018 01:43:31 +0000 (09:43 +0800)]
doc/partition-tables: translation of zh_CN
1. Translated partition-tables.rst into Chinese.
2. Fixed some error in the English version.
Ivan Grokhotkov [Mon, 5 Nov 2018 08:58:38 +0000 (16:58 +0800)]
Merge branch 'bugfix/xts_compile_err' into 'master'
mbedtls: Fix compilation errors when CONFIG_MBEDTLS_HARDWARE_AES is disabled
See merge request idf/esp-idf!3506
Roland Dobai [Thu, 25 Oct 2018 09:53:52 +0000 (11:53 +0200)]
VFS: Implement utime()
Ivan Grokhotkov [Mon, 5 Nov 2018 08:31:03 +0000 (16:31 +0800)]
Merge branch 'bugfix/aes_sha_mpi_shared_regs' into 'master'
aes/sha/mpi: Bugfix a use of shared registers.
See merge request idf/esp-idf!3580
Roland Dobai [Thu, 25 Oct 2018 09:58:49 +0000 (11:58 +0200)]
CI: Update Python 3 ignore list
Roland Dobai [Thu, 25 Oct 2018 09:02:58 +0000 (11:02 +0200)]
idf_ext.py: Fix Python 3 compatibility issue
Ivan Grokhotkov [Wed, 31 Oct 2018 07:57:48 +0000 (15:57 +0800)]
examples/storage: adjust readme files according to standard
Ivan Grokhotkov [Mon, 5 Nov 2018 04:30:22 +0000 (12:30 +0800)]
Merge branch 'bugfix/esp-tls-doc' into 'master'
esp-tls: Fix documentaion issue in esp_tls_conn_new_async API
See merge request idf/esp-idf!3545
Ivan Grokhotkov [Mon, 5 Nov 2018 04:30:04 +0000 (12:30 +0800)]
Merge branch 'bugfix/esp_http_client_async_crash' into 'master'
esp_http_client: Fix crash in async mode
See merge request idf/esp-idf!3551
Konstantin Kondrashov [Mon, 29 Oct 2018 15:55:02 +0000 (23:55 +0800)]
aes/sha/mpi: Bugfix a use of shared registers.
This commit resolves a blocking in esp_aes_block function.
Introduce:
The problem was in the fact that AES is switched off at the moment when he should give out the processed data. But because of the disabled, the operation can not be completed successfully, there is an infinite hang. The reason for this behavior is that the registers for controlling the inclusion of AES, SHA, MPI have shared registers and they were not protected from sharing.
Fix some related issue with shared using of AES SHA RSA accelerators.
Closes: https://github.com/espressif/esp-idf/issues/2295#issuecomment-432898137
Ivan Grokhotkov [Mon, 5 Nov 2018 04:20:07 +0000 (12:20 +0800)]
Merge branch 'bugfix/unit_test_adjtime' into 'master'
Resolve ""test for thread safety adjtime and gettimeofday functions" fails randomly"
Closes #37
See merge request idf/esp-idf!3613
Jiang Jiang Jian [Mon, 5 Nov 2018 03:05:45 +0000 (11:05 +0800)]
Merge branch 'test/change_iperf_test_env' into 'master'
test: use simplified env to test iperf cases
See merge request idf/esp-idf!3554
He Yin Ling [Mon, 5 Nov 2018 03:00:58 +0000 (11:00 +0800)]
Merge branch 'test/fix_bug_of_scan_interval_and_windows' into 'master'
test: fix bug of scan interval and window
See merge request idf/esp-idf!3606
Ivan Grokhotkov [Fri, 2 Nov 2018 12:38:16 +0000 (20:38 +0800)]
Merge branch 'bugfix/ci_make_html' into 'master'
ci: revert accidental change from
f0eb9985b9
See merge request idf/esp-idf!3607
Jiang Jiang Jian [Fri, 2 Nov 2018 08:12:31 +0000 (16:12 +0800)]
Merge branch 'bugfix/iperf_bt_error_when_wifi_connect' into 'master'
components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null
See merge request idf/esp-idf!3536
Ivan Grokhotkov [Fri, 2 Nov 2018 06:12:17 +0000 (14:12 +0800)]
Merge branch 'bugfix/event_perf_test_psram' into 'master'
esp_event: lower test performance threshold for PSRAM config
Closes #34
See merge request idf/esp-idf!3603
Angus Gratton [Fri, 2 Nov 2018 05:04:40 +0000 (13:04 +0800)]
Merge branch 'bugfix/build_example_make' into 'master'
Better detection failures in built_examples
See merge request idf/esp-idf!3604
Angus Gratton [Fri, 2 Nov 2018 05:02:42 +0000 (13:02 +0800)]
Merge branch 'test/fix_unit_test_script_cant_process_test_command' into 'master'
test: fix UT script can't process cmd after reset
See merge request idf/esp-idf!3372
Ivan Grokhotkov [Thu, 1 Nov 2018 14:28:31 +0000 (22:28 +0800)]
Merge branch 'bugfix/example_tests_trow_readable_errors' into 'master'
MQTT Example tests cleanup, python 2 and 3 support
See merge request idf/esp-idf!3387
Konstantin Kondrashov [Thu, 1 Nov 2018 12:34:39 +0000 (20:34 +0800)]
newlib: Fix UT adjtime
baohongde [Thu, 1 Nov 2018 09:33:44 +0000 (17:33 +0800)]
components/bt: Point ACL RX buffer ptr to ACL RX buffer if ACL RX buffer ptr is null
1. When WIFI task or other high priority task blocks the Bluetooth task, ACL RX buffer will use up, ACL RX buffer ptr will point to null and will never point to a valid adress. Causing errors in Bluetooth.
2. hcimsgs.h used whether flow control is on or off
David Cermak [Thu, 27 Sep 2018 09:46:13 +0000 (11:46 +0200)]
mqtt: example tests refactored to provide descriptive failures, addapted to python23, removed workarround for launching without mqtt-paho package
Jiang Jiang Jian [Thu, 1 Nov 2018 07:58:00 +0000 (15:58 +0800)]
Merge branch 'bugfix/btdm_sniff_anchor_point_calculation_error' into 'master'
bugfix/btdm_sniff_anchor_point_calculation_error
See merge request idf/esp-idf!3582
Jiang Jiang Jian [Thu, 1 Nov 2018 07:56:45 +0000 (15:56 +0800)]
Merge branch 'bugfix/btdm_name_buffer_allocation_size_differs' into 'master'
components/bt: Fix the different size of name buffer allocation size
See merge request idf/esp-idf!3587
Jiang Jiang Jian [Thu, 1 Nov 2018 07:55:22 +0000 (15:55 +0800)]
Merge branch 'bugfix/btdm_fix_get_attr_value_error' into 'master'
Component/bt: fix get attr value API error
See merge request idf/esp-idf!3583
Jiang Jiang Jian [Thu, 1 Nov 2018 07:55:05 +0000 (15:55 +0800)]
Merge branch 'bugfix/btdm_fix_ble_cannt_send_or_receive_packet_sometimes' into 'master'
Component/bt: fix ble cannot send or receive packet sometimes
See merge request idf/esp-idf!3585
Sagar Bijwe [Wed, 17 Oct 2018 13:53:46 +0000 (19:23 +0530)]
mbedtls: Fix compilation errors when CONFIG_MBEDTLS_HARDWARE_AES is disabled
Ivan Grokhotkov [Thu, 1 Nov 2018 05:56:43 +0000 (13:56 +0800)]
Merge branch 'bugfix/bootloader_iram_overlap_check' into 'master'
bootloader: verify that loaded image does not overlap bootloader code
See merge request idf/esp-idf!3409
Ivan Grokhotkov [Thu, 1 Nov 2018 03:01:35 +0000 (11:01 +0800)]
esp_event: lower test performance threshold for PSRAM config
Ivan Grokhotkov [Thu, 1 Nov 2018 04:56:07 +0000 (12:56 +0800)]
ci: revert accidental change from
f0eb9985b9
Ivan Grokhotkov [Thu, 1 Nov 2018 04:50:49 +0000 (12:50 +0800)]
Merge branch 'bugfix/wl_version_update' into 'master'
Version update from V1 to V2 now done in correct way.
See merge request idf/esp-idf!3557
Ivan Grokhotkov [Thu, 1 Nov 2018 04:16:30 +0000 (12:16 +0800)]
Merge branch 'doc/issue_template_compiler_version' into 'master'
doc: include compiler version in issue template
See merge request idf/esp-idf!3357
chensheng [Thu, 1 Nov 2018 03:54:52 +0000 (11:54 +0800)]
test: fix bug of scan interval and window
Anton Maklakov [Wed, 31 Oct 2018 10:33:51 +0000 (18:33 +0800)]
ci: Detect undetectable failures in build_examples
Anton Maklakov [Thu, 1 Nov 2018 02:41:45 +0000 (10:41 +0800)]
ci: Count build_example jobs in decimal instead of octal
baohongde [Tue, 30 Oct 2018 11:20:56 +0000 (19:20 +0800)]
component/bt: bugfix of error when entering sniff mode with attempt large than 0xFF
wangmengyang [Tue, 30 Oct 2018 06:30:07 +0000 (14:30 +0800)]
component/bt: bugfix for the error in calculation sniff anchor point which can result in supervision timeout after connection is brought into sniff mode
zhiweijian [Tue, 30 Oct 2018 12:01:13 +0000 (20:01 +0800)]
Component/bt: fix ble cannot send or receive packet sometimes
Ivan Grokhotkov [Wed, 31 Oct 2018 13:37:56 +0000 (21:37 +0800)]
Merge branch 'fix/spi_test_memory_layout' into 'master'
test: fix the unit test fail issue under single_core config
See merge request idf/esp-idf!3596
Jiang Jiang Jian [Wed, 31 Oct 2018 12:51:15 +0000 (20:51 +0800)]
Merge branch 'bugfix/btdm_change_default_CoD_of_BT_profile' into 'master'
components/bt: Set default Class of Device of BT profile
See merge request idf/esp-idf!3564
baohongde [Wed, 31 Oct 2018 02:48:47 +0000 (10:48 +0800)]
components/bt: Fix the different size of name buffer allocation size
Close https://github.com/espressif/esp-idf/issues/2615
Jiang Jiang Jian [Wed, 31 Oct 2018 09:20:47 +0000 (17:20 +0800)]
Merge branch 'bugfix/btdm_add_attr_handle_for_ESP_GATTS_CONF_EVT' into 'master'
Component/bt: add attr_handle for ESP_GATTS_CONF_EVT
See merge request idf/esp-idf!3492
Michael (XIAO Xufeng) [Wed, 31 Oct 2018 08:51:09 +0000 (16:51 +0800)]
test: fix the unit test fail issue under single_core config
Introduced in
97e35429477b9877378ce9c4ec943ccc34318d42 .
The previous commit frees the IRAM part when single core, but doesn't
change the memory layout functions. The unit test mallocs IRAM memory
from the heap, accidently into the new-released region, which doesn't
match the memory layout function.
This commit update the memory layout function to fix this.
Angus Gratton [Wed, 31 Oct 2018 05:23:58 +0000 (13:23 +0800)]
Merge branch 'bugfix/minor_doc_fixes' into 'master'
Documentation fixes
See merge request idf/esp-idf!3529
Angus Gratton [Tue, 30 Oct 2018 23:06:58 +0000 (07:06 +0800)]
Merge branch 'feature/mqtt_mutual_auth' into 'master'
MQTT: Added client cert ssl example per PR from GitHub
See merge request idf/esp-idf!3473
Jitin George [Wed, 24 Oct 2018 07:32:47 +0000 (13:02 +0530)]
esp_http_client: Fix crash in async mode
Closes https://github.com/espressif/esp-idf/issues/2624
Jiang Jiang Jian [Tue, 30 Oct 2018 07:53:31 +0000 (15:53 +0800)]
Merge branch 'bugfix/release_some_memory_on_single_core_mode' into 'master'
release memory not used in single core mode
See merge request idf/esp-idf!2733
Jiang Jiang Jian [Tue, 30 Oct 2018 07:52:02 +0000 (15:52 +0800)]
Merge branch 'bugfix/assert_when_do_wps_with_mikrotik' into 'master'
wifi: bugfix of assert when do wps with mikrotik
See merge request idf/esp-idf!3572
Jiang Jiang Jian [Tue, 30 Oct 2018 07:17:06 +0000 (15:17 +0800)]
Merge branch 'bugfix/btdm_reduce_iram_size' into 'master'
components/bt: Reduce IRAM size
See merge request idf/esp-idf!3574
David Cermak [Thu, 11 Oct 2018 15:34:09 +0000 (17:34 +0200)]
mqtt: ssl mutual authentication example added per PR from github, corrected cmake build, updated per idf style
Merges https://github.com/espressif/esp-idf/pull/2490
Riccardo Binetti [Mon, 6 Aug 2018 14:35:00 +0000 (16:35 +0200)]
mqtt: Add ssl mutual authentication example
Signed-off-by: David Cermak <cermak@espressif.com>
Riccardo Binetti [Fri, 28 Sep 2018 16:45:37 +0000 (18:45 +0200)]
transport_ssl: add support for mutual SSL authentication
Signed-off-by: David Cermak <cermak@espressif.com>
Riccardo Binetti [Fri, 28 Sep 2018 16:45:11 +0000 (18:45 +0200)]
esp-tls: add support for mutual SSL authentication
Signed-off-by: David Cermak <cermak@espressif.com>
zhiweijian [Tue, 30 Oct 2018 07:00:23 +0000 (15:00 +0800)]
Component/bt: fix get attr value API error
Angus Gratton [Mon, 29 Oct 2018 23:40:16 +0000 (07:40 +0800)]
Merge branch 'bugfix/docs_fixes_from_github' into 'master'
Documentation bugfixes from GitHub
See merge request idf/esp-idf!3570
Deng Xin [Mon, 29 Oct 2018 07:28:32 +0000 (15:28 +0800)]
wifi: bugfix of assert when do wps with mikrotik
Problem Decribe
The problem happenned when do wps with a mikrotik router
1. router always want to do connect with 32 without EAP-WSC step
2. after 4 way timeour, 32 crash
Root Cause
The reason why can not start EAP-WSC step is router's check method is RSN > WPA > WPS, when it found there include RSN and WPS in assoc, it will choice do 4 way rather than WPS
The reason of second problem is 32's EAPOL start timer didn't stop and send EAPOL start to a null pointer
Soultion
1. remove RSN and WPA ie when do WPS step
2. check mac address's pointer before send EAPOL start
closes: https://github.com/espressif/esp-idf/issues/2382
baohongde [Mon, 29 Oct 2018 08:54:32 +0000 (16:54 +0800)]
components/bt: Reduce IRAM size
libbtdm: 2608B
idf: 924B
Angus Gratton [Mon, 29 Oct 2018 08:31:52 +0000 (16:31 +0800)]
Merge branch 'bugfix/mdns_crash_on_network_change' into 'master'
Fixed mdns crashes on network changes
See merge request idf/esp-idf!3546
Angus Gratton [Mon, 29 Oct 2018 06:56:32 +0000 (14:56 +0800)]
Merge branch 'bugfix/doc_provisioning' into 'master'
Docs : Provisioning docs and READMEs updated with links to phone apps
See merge request idf/esp-idf!3511
Angus Gratton [Mon, 29 Oct 2018 01:07:30 +0000 (09:07 +0800)]
Merge branch 'feat/sdio_slave_init_doc' into 'master'
sdio_slave: add documentation for the standard init process
See merge request idf/esp-idf!3548
Peter Meerwald-Stadler [Sat, 27 Oct 2018 13:03:27 +0000 (15:03 +0200)]
Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642
fabianpedd [Sun, 28 Oct 2018 11:23:50 +0000 (12:23 +0100)]
Fixed spelling in build-system.rst. Closes https://github.com/espressif/esp-idf/pull/2641
baohongde [Fri, 26 Oct 2018 09:03:39 +0000 (17:03 +0800)]
components/bt: Set default Class of Device of BT profile
The CoD of each profile both are 0x2c0414, now they are as follow:
A2DP sink: 0x240414
A2DP source: 0x280400
HFP: 0x200408
SPP: 0x001F00
Michael (XIAO Xufeng) [Wed, 24 Oct 2018 03:17:56 +0000 (11:17 +0800)]
sdio_slave: add documentation for the standard init process
He Yin Ling [Wed, 24 Oct 2018 05:34:05 +0000 (13:34 +0800)]
test: use simplified env to test iperf cases
He Yin Ling [Tue, 25 Sep 2018 07:04:16 +0000 (15:04 +0800)]
test: fix UT script can't process cmd after reset:
There's still a small chance that can't process command issue still
happen on some runners. Now we change the way to detect if the runner
reset finished: input `-` to check test history for a few times until it
succeeded. If DUT can process check history command, then it should be
able to process other test commands.
Dmitry [Thu, 25 Oct 2018 12:31:28 +0000 (15:31 +0300)]
Version update from V1 to V2 now done in correct way.
Before this works only first time.
The source and test updated.
State length was changed to macro.
Angus Gratton [Fri, 26 Oct 2018 05:45:19 +0000 (13:45 +0800)]
Merge branch 'bugfix/py3_ci' into 'master'
Fix Python3 compatibility issues
See merge request idf/esp-idf!3487
Angus Gratton [Fri, 26 Oct 2018 05:14:19 +0000 (13:14 +0800)]
Merge branch 'feature/esp_event_loop_library' into 'master'
event: Implement event loop library
See merge request idf/esp-idf!2881
Renz Christian Bagaporo [Fri, 26 Oct 2018 05:14:19 +0000 (13:14 +0800)]
event: Implement event loop library
Angus Gratton [Fri, 26 Oct 2018 04:59:38 +0000 (12:59 +0800)]
Merge branch 'bugfix/rename_http_server' into 'master'
Rename http_server component to esp_http_server
See merge request idf/esp-idf!3553
Angus Gratton [Fri, 26 Oct 2018 04:58:03 +0000 (12:58 +0800)]
Merge branch 'bugfix/idf_pyserial_error' into 'master'
idf.py: Import from pyserial after packages have been checked
See merge request idf/esp-idf!3519
Ivan Grokhotkov [Tue, 25 Sep 2018 04:44:47 +0000 (12:44 +0800)]
doc: include compiler version in issue template
Ivan Grokhotkov [Sat, 29 Sep 2018 09:29:23 +0000 (17:29 +0800)]
bootloader: verify that loaded image does not overlap bootloader code
Fixes CVE-2018-18558
morris [Mon, 22 Oct 2018 10:26:44 +0000 (18:26 +0800)]
bugfix: minor_doc_fixes into Chinese
Ivan Grokhotkov [Mon, 22 Oct 2018 06:37:17 +0000 (14:37 +0800)]
docs: use generated links in CMake getting started guides
Ivan Grokhotkov [Mon, 22 Oct 2018 06:30:48 +0000 (14:30 +0800)]
esp_timer: document limitations on timeout/period
Closes https://github.com/espressif/esp-idf/issues/2572
Closes https://github.com/espressif/esp-idf/issues/2350
Ivan Grokhotkov [Mon, 22 Oct 2018 05:45:09 +0000 (13:45 +0800)]
docs: fix instructions for building toolchain on macOS
Closes https://github.com/espressif/esp-idf/issues/503
Closes https://github.com/espressif/esp-idf/issues/2607
Ivan Grokhotkov [Mon, 22 Oct 2018 05:33:26 +0000 (13:33 +0800)]
docs: fix git submodule update command
Closes https://github.com/espressif/esp-idf/issues/2584
Angus Gratton [Fri, 26 Oct 2018 04:41:00 +0000 (12:41 +0800)]
Merge branch 'fix/spi_polling_speed_test' into 'master'
spi: speed up polling performance and fix several tests
Closes #33
See merge request idf/esp-idf!3530
Angus Gratton [Fri, 26 Oct 2018 04:19:50 +0000 (12:19 +0800)]
Merge branch 'bugfix/missing_header_file' into 'master'
esp32: Add missing header file in esp_task.h
See merge request idf/esp-idf!3353
Ivan Grokhotkov [Fri, 26 Oct 2018 03:56:22 +0000 (11:56 +0800)]
Merge branch 'ci/only_create_required_jobs_in_pipeline' into 'master'
CI: only create required jobs when use bot to trigger test
See merge request idf/esp-idf!3404
Jiang Jiang Jian [Fri, 26 Oct 2018 03:50:44 +0000 (11:50 +0800)]
Merge branch 'bugfix/fix_some_wifi_bugs_1022' into 'master'
esp32: fix some wifi bugs
See merge request idf/esp-idf!3539
Jiang Jiang Jian [Fri, 26 Oct 2018 03:41:18 +0000 (11:41 +0800)]
Merge branch 'bugfix/btdm_read_multiple_return_callback_status_ESP_GATT_STACK_RSP' into 'master'
Component/bt: fix read multiple return callback status: ESP_GATT_STACK_RSP
See merge request idf/esp-idf!3437
Jiang Jiang Jian [Fri, 26 Oct 2018 03:38:50 +0000 (11:38 +0800)]
Merge branch 'bugfix/btdm_add_sniff_mode_to_spp' into 'master'
components/bt: Add sniff mode to SPP
See merge request idf/esp-idf!3472
Jiang Jiang Jian [Fri, 26 Oct 2018 03:34:26 +0000 (11:34 +0800)]
Merge branch 'bugfix/btdm_disconnect_ble_when_ESP_BLE_SM_ONLY_ACCEPT_SPECIFIED_SEC_AUTH_failed' into 'master'
Component/bt: add ble disconnect when ACCEPT_SPECIFIED_SEC_AUTH failed
See merge request idf/esp-idf!3465
Jitin George [Tue, 23 Oct 2018 07:41:03 +0000 (13:11 +0530)]
esp-tls: Fix documentaion issue in esp_tls_conn_new_async API
Closes https://github.com/espressif/esp-idf/issues/2576
Liu Zhi Fu [Thu, 25 Oct 2018 08:47:57 +0000 (16:47 +0800)]
esp32: fix some wifi bugs
Fix following WiFi bugs:
1. Fix the bug that MIC verification fails on soft-AP mode
2. Modify mesh root to have same behavior as normal WiFi STA in state change
3. Fix the bug that sniffer can't catch control packets
4. Fix crash bug in soft-AP mode
5. Fix ACM(Admission Control Management) bug
Jiang Jiang Jian [Thu, 25 Oct 2018 07:14:14 +0000 (15:14 +0800)]
Merge branch 'bugfix/btdm_fix_remove_bond_list_failed' into 'master'
component/bt: fix remove bond list failed
See merge request idf/esp-idf!3475
Roland Dobai [Thu, 25 Oct 2018 06:16:30 +0000 (08:16 +0200)]
idf.py: Import from pyserial after packages have been checked
Closes https://github.com/espressif/esp-idf/issues/2573
zhiweijian [Thu, 11 Oct 2018 03:25:45 +0000 (11:25 +0800)]
Component/bt: add ble disconnect when ACCEPT_SPECIFIED_SEC_AUTH failed
Michael (XIAO Xufeng) [Mon, 22 Oct 2018 07:25:41 +0000 (15:25 +0800)]
spi_master: speed up polling performance by putting into IRAM