]>
granicus.if.org Git - esp-idf/log
Jiang Jiang Jian [Mon, 8 Oct 2018 13:35:02 +0000 (21:35 +0800)]
Merge branch 'bugfix/no_disconnect_event_report_if_no_correct_status_code_report_v3.1' into 'release/v3.1'
Bugfix of no disconnect event report if no correct status code report( Backport v3.1)
See merge request idf/esp-idf!3386
Angus Gratton [Mon, 8 Oct 2018 08:20:28 +0000 (16:20 +0800)]
Merge branch 'feature/nvs_encr_v3.1' into 'release/v3.1'
nvs_flash: Add support for nvs encryption
See merge request idf/esp-idf!3434
Angus Gratton [Sun, 7 Oct 2018 23:06:40 +0000 (07:06 +0800)]
Merge branch 'bugfix/disable_coding_scheme_security_features_v3.1' into 'release/v3.1'
bootloader: Don't enable secure boot or flash encryption for 3/4 Coding Scheme (v3.1)
See merge request idf/esp-idf!3421
Sagar Bijwe [Mon, 2 Jul 2018 11:10:43 +0000 (16:40 +0530)]
nvs_flash: Add support for nvs encryption
Angus Gratton [Thu, 27 Sep 2018 00:12:00 +0000 (10:12 +1000)]
esptool: Update to v2.5.1
Release notes: https://github.com/espressif/esptool/releases/tag/v2.5.1
Needed to no longer burn keys if 3/4 Coding Scheme is enabled.
Angus Gratton [Wed, 26 Sep 2018 06:57:44 +0000 (16:57 +1000)]
bootloader: Don't enable secure boot or flash encryption for 3/4 Coding Scheme
Angus Gratton [Wed, 3 Oct 2018 03:38:00 +0000 (11:38 +0800)]
Merge branch 'bugfix/bootloader_gen_secure_boot_digest_v3.1' into 'release/v3.1'
bootloader: Fix secure boot digest generation for image length where (len%128 < 32) (backport v3.1)
See merge request idf/esp-idf!3411
Angus Gratton [Wed, 3 Oct 2018 01:24:08 +0000 (09:24 +0800)]
Merge branch 'fix/sdio_slave_reset_ret_queue_v3.1' into 'release/v3.1'
sdio_slave: fix the ret_queue crash issue when being reset by the master (Backport v3.1)
See merge request idf/esp-idf!3394
Jiang Jiang Jian [Sun, 30 Sep 2018 06:39:09 +0000 (14:39 +0800)]
Merge branch 'bugfix/btdm_watchdog_timeout_after_pair_with_iphone_v3.1' into 'release/v3.1'
component/bt: Fix BTU task watchdog timeout after pair with iphone (backport 3.1)
See merge request idf/esp-idf!3396
Jiang Jiang Jian [Sun, 30 Sep 2018 06:26:04 +0000 (14:26 +0800)]
Merge branch 'bugfix/btdm_controller_stuck_on_waking_up_for_v3.1' into 'release/v3.1'
bugfix/btdm_controller_stuck_on_waking_up_for_v3.1(backport v3.1)
See merge request idf/esp-idf!3397
Angus Gratton [Sat, 29 Sep 2018 14:31:58 +0000 (00:31 +1000)]
bootloader: Fix secure boot digest generation for image length where (len%128 < 32)
Deng Xin [Thu, 27 Sep 2018 08:46:02 +0000 (16:46 +0800)]
Bugfix of no disconnect event report if no correct status code report
Problem Description
The reporduce steps are as follows:
1.This issue can be reproduced with 4 ESP32 devices, 2 for stations (STA1, STA2) and 2 for soft-AP (AP1, AP2)
2.Configure AP1/AP2 to the same SSID (ssid_xxx)
3.The max allowed WiFi connections of AP1 is configured to 1 and STA1 connects to AP1
4.The AP1 is close to STA2 while AP2 is far away from STA2 (but the STA2 can find the AP2 via scan)
5.STA2 connects ssid_xxx with all scan method
6.The problem will happen on STA2 because it fails to connec AP1 and never connects AP2
Phenmenon
STA fail to connect after send auth or assoc with a wrong status code, but no disconnect event report and can not connect the next one in the envrionment
Root Cause
Because there are some same ssid APs in the evnrionment, when do all channel scan, it will collect all the matched AP in rc list, because rc list is not empty, so it would send disconnect event, however, we didn't do other step such as connect to other one
VNC MR 575
closes https://github.com/espressif/esp-idf/issues/2323
wangmengyang [Fri, 28 Sep 2018 04:15:16 +0000 (12:15 +0800)]
component/bt: bugfix that hci down stream datapath is unblocked too early on waking up from sleep
This issue can cause the controller to stuck after sleep interrupt happens and clock interrupt enabled
Ivan Grokhotkov [Fri, 28 Sep 2018 03:57:26 +0000 (11:57 +0800)]
Merge branch 'bugfix/btdm_coex_hw_blocking_v3.1' into 'release/v3.1'
component/bt : fix coexist hardware blocking bug
See merge request idf/esp-idf!3363
baohongde [Fri, 28 Sep 2018 03:04:44 +0000 (11:04 +0800)]
component/bt: Fix BTU task watchdog timeout after pair with iphone (backport 3.1)
A cherry-pick of MR !3366
Create a new pending queue, then re-submit pending requests in old pending queue,preventing new events being inserted into it.
Closes https://github.com/espressif/esp-idf/issues/2191
michael [Tue, 25 Sep 2018 12:29:46 +0000 (20:29 +0800)]
sdio_slave: fix the ret_queue crash issue when being reset by the master
Tian Hao [Thu, 20 Sep 2018 04:31:22 +0000 (12:31 +0800)]
component/bt : fix coexist hardware blocking bug
fix the bug following:
1. after disable bluetooth controller, wifi cannot TX/RX any packets.
2. when software coexist working, there's a little ratio cause wifi task
watchdog timeout
3. when software coexist working, there's a little ratio cause bluetooth
cannot receive anything.
feature:
1. add libbtdm_app.a git commit local and remote checking
Known issues:
1. there's still a bug occurs with a very very low ratio cause bluetooth
cannot receive anything. The reproduce interval may great than 3days
~ 1week via 7x24 hours heavy testing.
Angus Gratton [Thu, 27 Sep 2018 09:19:32 +0000 (17:19 +0800)]
Merge branch 'feature/backport_mp_support' into 'release/v3.1'
nvs-flash: Support for blobs larger than half of SPI Flash sector size
See merge request idf/esp-idf!3350
Angus Gratton [Thu, 27 Sep 2018 09:16:41 +0000 (17:16 +0800)]
Merge branch 'bugfix/btdm_fix_get_bond_list_error_sometimes_v3.1' into 'release/v3.1'
Component/bt: fix get bond list error sometimes(backport v3.1)
See merge request idf/esp-idf!3365
zhiweijian [Mon, 17 Sep 2018 09:47:16 +0000 (17:47 +0800)]
Component/bt: fix get bond list error sometimes
Angus Gratton [Thu, 27 Sep 2018 02:22:00 +0000 (10:22 +0800)]
Merge branch 'bugfix/cmake_lambda_v3.1' into 'release/v3.1'
idf.py: Make the lambda function Python 2 & 3 compatible (backport v3.1)
See merge request idf/esp-idf!3249
Jiang Jiang Jian [Wed, 26 Sep 2018 10:57:36 +0000 (18:57 +0800)]
Merge branch 'bugfix/btdm_bt_remove_device_fail_when_ble_connected_v3.1' into 'release/v3.1'
component/bt: Fix bug of remove bond device fail when BLE and BT are connectd at…
See merge request idf/esp-idf!3368
Jiang Jiang Jian [Wed, 26 Sep 2018 08:14:40 +0000 (16:14 +0800)]
Merge branch 'mesh/bugfix_v3.1' into 'release/v3.1'
Mesh/bugfix v3.1 (backport3.1)
See merge request idf/esp-idf!3358
baohongde [Wed, 26 Sep 2018 06:23:05 +0000 (14:23 +0800)]
component/bt: Fix bug of remove bond device fail when BLE and BT are connectd at the same time (backport 3.1)
A cherry-pick of MR !2767
qiyueixa [Sun, 23 Sep 2018 13:09:59 +0000 (21:09 +0800)]
mesh: bugfix
1. suppport mesh type, mesh ID, router and IE crypt func&key at any time after mesh is initalized.
2. support modify parent at any time after mesh is configured.
3. modify manual networking example.
4. update header file.
5. fix issues in root conflicts handling.
6. add max length of beacon to menuconfig.
7. fix issue when received a beacon without DSSS.
Sagar Bijwe [Mon, 2 Apr 2018 10:44:59 +0000 (16:14 +0530)]
nvs-flash: Support for blobs larger than half of SPI Flash sector size
This change removes the earlier limitation of 1984 bytes for storing data-blobs.
Blobs larger than the sector size are split and stored on multiple sectors.
For this purpose, two new datatypes (multi-page index and multi-page data) are
added for entries stored in the sectors. The underlying read, write, erase and find
operations are modified to support these large blobs. The change is transparent
to users of the library and no special APIs need to be used to store these large
blobs.
Jiang Jiang Jian [Thu, 20 Sep 2018 10:44:18 +0000 (18:44 +0800)]
Merge branch 'bugfix/fix_the_bug_create_socket_fail_v3.1' into 'release/v3.1'
lwip: fix the bug that failed to create socket (backport v3.1)
See merge request idf/esp-idf!3311
Jiang Jiang Jian [Thu, 20 Sep 2018 06:02:12 +0000 (14:02 +0800)]
Merge branch 'bugfix/btdm_fix_crash_when_test_multi_connect_v3.1' into 'release/v3.1'
Component/bt: fix crash when test multi_connect(backport v3.1)
See merge request idf/esp-idf!3313
Jiang Jiang Jian [Thu, 20 Sep 2018 02:58:01 +0000 (10:58 +0800)]
Merge branch 'bugfix/btdm_fix_save_error_key_in_smp_when_reconnect_v3.1' into 'release/v3.1'
Component/bt: fix save error key in smp when reconnect(backport v3.1)
See merge request idf/esp-idf!3289
Jiang Jiang Jian [Thu, 20 Sep 2018 02:55:08 +0000 (10:55 +0800)]
Merge branch 'bugfix/btdm_fix_iphoneX_error_when_get_wifi_list_v3.1' into 'release/v3.1'
Component/bt: fix iPhoneX error when getting wifi list (backport v3.1)
See merge request idf/esp-idf!3314
Jiang Jiang Jian [Wed, 19 Sep 2018 10:05:51 +0000 (18:05 +0800)]
Merge branch 'bugfix/mdns_memory_leak_backport_v3.1' into 'release/v3.1'
feat(mdns): fix bug when clean action memory (backport v3.1)
See merge request idf/esp-idf!3305
Liu Zhi Fu [Sun, 16 Sep 2018 10:28:45 +0000 (18:28 +0800)]
lwip: fix the bug that failed to create socket
Fix the bug that failed to create nonblocking TCP or UDP socket after several times socket create/close
zhiweijian [Tue, 18 Sep 2018 12:48:28 +0000 (20:48 +0800)]
Component/bt: fix iPhoneX error when getting wifi list
zhiweijian [Wed, 19 Sep 2018 06:26:55 +0000 (14:26 +0800)]
Component/bt: fix crash when test multi_connect
Liu Han [Fri, 14 Sep 2018 07:36:52 +0000 (15:36 +0800)]
feat(mdns): fix bug when clean action memory
Jiang Jiang Jian [Tue, 18 Sep 2018 12:03:32 +0000 (20:03 +0800)]
Merge branch 'bugfix/backport_several_wifi_bugfix_v3.1' into 'release/v3.1'
esp32: backport several WiFi bug fixes to v3.1 (backport v3.1)
See merge request idf/esp-idf!3280
Angus Gratton [Tue, 18 Sep 2018 02:49:52 +0000 (10:49 +0800)]
Merge branch 'bugfix/cmake_make_flash_target_v3.1' into 'release/v3.1'
cmake: Fix "make flash" & "ninja flash" targets
See merge request idf/esp-idf!3295
Angus Gratton [Tue, 18 Sep 2018 00:08:41 +0000 (08:08 +0800)]
Merge branch 'fix/spi_slave_free_cs_v3.1' into 'release/v3.1'
spi_slave: fix the issue rx dma get broken by master unexpected transaction (backport v3.1)
See merge request idf/esp-idf!3294
Angus Gratton [Mon, 17 Sep 2018 23:56:12 +0000 (07:56 +0800)]
Merge branch 'feature/signature_verify_updates_v3.1' into 'release/v3.1'
secure boot: Support signed app verification without hardware secure boot (backport v3.1)
See merge request idf/esp-idf!3184
Angus Gratton [Thu, 13 Sep 2018 04:13:20 +0000 (14:13 +1000)]
cmake: Fix "make flash" & "ninja flash" targets
As reported on forum.
Requires a small CMake wrapper script to pick
up environment variables at flashing time.
michael [Thu, 6 Sep 2018 06:47:45 +0000 (14:47 +0800)]
spi_slave: fix the issue rx dma get broken by master unexpected transaction
zhiweijian [Wed, 12 Sep 2018 11:51:59 +0000 (19:51 +0800)]
Component/bt: fix save error key in smp when reconnect
Jiang Jiang Jian [Mon, 17 Sep 2018 08:17:46 +0000 (16:17 +0800)]
Merge branch 'bugfix/btdm_enable_modem_sleep_by_default_for_v3.1' into 'release/v3.1'
bugfix/btdm_enable_modem_sleep_by_default_for_v3.1(backport v3.1)
See merge request idf/esp-idf!3275
Jiang Jiang Jian [Mon, 17 Sep 2018 08:17:08 +0000 (16:17 +0800)]
Merge branch 'bugfix/btdm_unreserve_scn1_for_hfp_v3.1' into 'release/v3.1'
component/bt: Unlock reserve of SCN 1 for HFP (backport v3.1)
See merge request idf/esp-idf!3285
XiaXiaotian [Mon, 3 Sep 2018 07:28:46 +0000 (15:28 +0800)]
esp32: backport several WiFi bug fixes to v3.1
Backport following WiFi fixes to v3.1:
1. Fix AMPDU RX sequence compitability bug
2. Optimize scan capability in all channel scan
3. Fix some modem sleep bugs
4. Update API to set CSI channel filter and HT_LTF data generating
baohongde [Mon, 17 Sep 2018 03:01:58 +0000 (11:01 +0800)]
component/bt: Unlock reserve of SCN 1 for HFP (backport v3.1)
A cherry-pick of MR !3269
Jiang Jiang Jian [Sun, 16 Sep 2018 07:18:39 +0000 (15:18 +0800)]
Merge branch 'bugfix/tw24694_dns_request_no_reply_v3.1' into 'release/v3.1'
lwip: add code for sending gratuitous ARP periodically (backport v3.1)
See merge request idf/esp-idf!3195
Jiang Jiang Jian [Sun, 16 Sep 2018 07:12:03 +0000 (15:12 +0800)]
Merge branch 'bugfix/mdns_service_txt_set_backportv3.1' into 'release/v3.1'
bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records (backport v3.1)
See merge request idf/esp-idf!3254
Jiang Jiang Jian [Sun, 16 Sep 2018 06:54:59 +0000 (14:54 +0800)]
Merge branch 'bugfix/ble_adv_data_tx_power_v3.1' into 'release/v3.1'
fix TX power value in ble adv data is incorrect
See merge request idf/esp-idf!3187
Jiang Jiang Jian [Fri, 14 Sep 2018 11:41:10 +0000 (19:41 +0800)]
Merge branch 'bugfix/btdm_controller_enable_failed_in_examples_for_v3.1' into 'release/v3.1'
Bugfix/btdm controller enable failed in examples for v3.1(backport v3.1)
See merge request idf/esp-idf!3266
Jiang Jiang Jian [Fri, 14 Sep 2018 11:39:16 +0000 (19:39 +0800)]
Merge branch 'doc/btdm_a2dp_source_example_improvement_for_v3.1' into 'release/v3.1'
Doc/btdm a2dp source example improvement for v3.1(backport v3.1)
See merge request idf/esp-idf!3233
Jiang Jiang Jian [Fri, 14 Sep 2018 11:38:57 +0000 (19:38 +0800)]
Merge branch 'doc/btdm_a2dp_sink_example_improvement_for_v3.1' into 'release/v3.1'
doc/btdm_sink_example_improvement_for_v3.1(backport v3.1)
See merge request idf/esp-idf!3234
Jiang Jiang Jian [Fri, 14 Sep 2018 11:32:53 +0000 (19:32 +0800)]
Merge branch 'bugfix/btdm_a2dp_role_mixed_up_for_v3.1' into 'release/v3.1'
Bugfix/btdm a2dp role mixed up for v3.1(backport v3.1)
See merge request idf/esp-idf!3267
wangmengyang [Fri, 14 Sep 2018 09:01:45 +0000 (17:01 +0800)]
component/bt: enable bluetooth modem sleep as default setting
Piyush Shah [Tue, 11 Sep 2018 10:50:00 +0000 (16:20 +0530)]
bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records
Allocation was happening later, causing possible use of stack variables
of caller function, which could be invalid.
Signed-off-by: Piyush Shah <piyush@espressif.com>
wangmengyang [Fri, 7 Sep 2018 04:07:59 +0000 (12:07 +0800)]
component/bt: stop to inititate AVRC connection when A2DP connection fails to set up
AVRCP connection binds to A2DP in current implementation, despite the two profiles are\
independent according to specification. AVRCP connection is not necessary to set-up \
if A2DP connection fails to establish
wangmengyang [Fri, 7 Sep 2018 04:03:33 +0000 (12:03 +0800)]
component/bt: stop to initiate AVDTP connection on failure of A2DP service discovery
In opening state of AVDTP connection, if SDP client fails to get valid A2DP service record\
from peer SDP server, then do not initiate AVDTP connection request
wangmengyang [Tue, 4 Sep 2018 12:32:59 +0000 (20:32 +0800)]
component/bt: bugfix that A2DP sink device can be connected by another A2DP sink device
In pevious implementation, A2DP sink will register an A2DP source Stream End Point(SEP) although the SEP is not\
supposed to be used. Now remove the unused SEP for source so that only one role of A2DP can be supported at one
time. Service record in local SDP server only includes at most one service for A2DP sink role or source
wangmengyang [Tue, 11 Sep 2018 03:20:30 +0000 (11:20 +0800)]
component/bt: release some controller memory according to the configuration of bluetooth examples
wangmengyang [Tue, 11 Sep 2018 03:18:13 +0000 (11:18 +0800)]
component/bt: bugfix for mismatch of controller mode in sdkconfig.defaults and source code in some examples
He Yin Ling [Wed, 12 Sep 2018 10:15:06 +0000 (18:15 +0800)]
test: fix incorrect tx power value in adv
Angus Gratton [Thu, 13 Sep 2018 07:37:25 +0000 (15:37 +0800)]
Merge branch 'feature/cmake_make_main_component_again_v3.1_bp' into 'release/v3.1'
cmake: make main a component again (backport v3.1)
See merge request idf/esp-idf!3247
Angus Gratton [Thu, 13 Sep 2018 07:36:35 +0000 (15:36 +0800)]
Merge branch 'doc/eclipse_parallel_build_v31' into 'release/v3.1'
docs: Add parallel builds to Eclipse setup (backport v3.1)
See merge request idf/esp-idf!3219
Angus Gratton [Thu, 13 Sep 2018 07:36:28 +0000 (15:36 +0800)]
Merge branch 'bugfix/ci_github_deploy_v31' into 'release/v3.1'
ci: Fix spurious pipeline failure when deploying a tag to GitHub (backport v3.1)
See merge request idf/esp-idf!3220
Renz Christian Bagaporo [Thu, 13 Sep 2018 00:56:59 +0000 (08:56 +0800)]
cmake: fix source list issues
Ivan Grokhotkov [Wed, 12 Sep 2018 11:31:22 +0000 (19:31 +0800)]
cmake: don't add main component Kconfig twice
Ivan Grokhotkov [Wed, 12 Sep 2018 12:21:38 +0000 (20:21 +0800)]
cmake: use built-in file function to create dummy main
Renz Bagaporo [Thu, 13 Sep 2018 00:52:32 +0000 (08:52 +0800)]
cmake: make main a component again
Tian Hao [Tue, 4 Sep 2018 11:31:34 +0000 (19:31 +0800)]
fix TX power value in ble adv data is incorrect
refence to https://github.com/espressif/esp-idf/issues/2284
Before fixing, the tx power in adv data is always 0xeb(-21dbm).
restriction:
If change BLE advertising TX power, please call esp_ble_gap_config_adv_data()
after BLE adv TX power changed.
Later, will implement set BLE advertising TX power via HCI, then the
TX power value in adv data can be update automatically after BLE adv
TX power changed.
Roland Dobai [Tue, 11 Sep 2018 11:11:04 +0000 (13:11 +0200)]
idf.py: Make the lambda function Python 2 & 3 compatible
wangmengyang [Wed, 12 Sep 2018 02:48:15 +0000 (10:48 +0800)]
component/bt: fix the format and add more content to A2DP source example document and source code
wangmengyang [Wed, 12 Sep 2018 02:44:58 +0000 (10:44 +0800)]
component/bt: fix the format and add more content to A2DP sink example document and source code
zhangyanjiao [Tue, 4 Sep 2018 12:38:31 +0000 (20:38 +0800)]
add code for sending gratuitous ARP periodically
Jiang Jiang Jian [Tue, 11 Sep 2018 04:07:28 +0000 (12:07 +0800)]
Merge branch 'bugfix/fix_the_bug_when_gateway_zero_v3.1' into 'release/v3.1'
esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0 (backport v3.1)
See merge request idf/esp-idf!3238
zhangyanjiao [Tue, 11 Sep 2018 02:57:17 +0000 (10:57 +0800)]
esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0
Angus Gratton [Tue, 11 Sep 2018 01:44:49 +0000 (09:44 +0800)]
Merge branch 'fix/sdio_slave_recv_isr_load_v3.1' into 'release/v3.1'
sdio_slave: fix the recv crash when trans finish and load at the same time (backport v3.1)
See merge request idf/esp-idf!3232
michael [Fri, 7 Sep 2018 04:33:45 +0000 (12:33 +0800)]
sdio_slave: fix the recv crash when trans finish and load at the same time
Angus Gratton [Thu, 16 Aug 2018 01:04:28 +0000 (11:04 +1000)]
ci: Fix spurious pipeline failure when deploying a tag to GitHub
Everything succeeds, but because [ -z ${CI_COMMIT_TAG} ] on the last line returns non-zero, it
fails the job.
Jiang Jiang Jian [Fri, 7 Sep 2018 06:44:19 +0000 (14:44 +0800)]
Merge branch 'feature/btdm_legacy_paring_v3.1' into 'release/v3.1'
component/bt: Add Legacy Pairing (backport 3.1)
See merge request idf/esp-idf!3193
morris [Fri, 7 Sep 2018 03:12:03 +0000 (11:12 +0800)]
doc: translate parallel build in Eclipse
Angus Gratton [Thu, 6 Sep 2018 07:29:37 +0000 (15:29 +0800)]
doc: Add parallel builds to the Eclipse setup guide
Ivan Grokhotkov [Fri, 7 Sep 2018 03:06:51 +0000 (11:06 +0800)]
Merge branch 'test/split_test_env_for_integration_test_v3.1' into 'release/v3.1'
test: split CI test environment (backport v3.1)
See merge request idf/esp-idf!3211
Jiang Jiang Jian [Thu, 6 Sep 2018 11:52:05 +0000 (19:52 +0800)]
Merge branch 'bugfix/btdm_hfp_invalid_hci_sync_pkt_len_for_v3.1' into 'release/v3.1'
bugfix/btdm_hfp_invalid_hci_sync_pkt_len_for_v3.1(backport v3.1)
See merge request idf/esp-idf!3188
He Yin Ling [Sun, 26 Aug 2018 04:15:51 +0000 (12:15 +0800)]
test: split CI test environment:
Currently CI test environment is complicated, usually includes NIC, AP.
These devices are not used for a lot test cases. Therefore we split the
test environment, remove unnecessary devices. Then it will be easier to
create CI runners.
Jiang Jiang Jian [Thu, 6 Sep 2018 06:19:31 +0000 (14:19 +0800)]
Merge branch 'bugfix/btdm_discovery_ble_v3.1' into 'release/v3.1'
component/bt : fix bug that set discovery mode will stop ble adv
See merge request idf/esp-idf!3189
Jiang Jiang Jian [Wed, 5 Sep 2018 09:21:20 +0000 (17:21 +0800)]
Merge branch 'bugfix/tw25969_esp_derive_local_mac_missing_v3.1' into 'release/v3.1'
defination: fix the bug that esp_derive_local_mac() defination missing (backport v3.1)
See merge request idf/esp-idf!3199
zhangyanjiao [Wed, 5 Sep 2018 06:23:00 +0000 (14:23 +0800)]
defination: fix the bug that esp_derive_local_mac() defination missing
baohongde [Tue, 4 Sep 2018 12:59:03 +0000 (20:59 +0800)]
component/bt: Add Legacy Pairing (backport 3.1)
A cherry-pick of MR !3057
Tian Hao [Tue, 4 Sep 2018 09:06:48 +0000 (17:06 +0800)]
component/bt : fix bug that set discovery mode will stop ble adv
As the bluedroid original implmentation of BR/EDR and BLE dual mode about discovery mode,
when set discovery mode for BR/EDR, it will stop ble advertising.
Reference to https://github.com/espressif/esp-idf/issues/2306
wangmengyang [Tue, 4 Sep 2018 12:09:07 +0000 (20:09 +0800)]
component/bt: bugfix for incorrect length of HCI SCO packet size in HFP resulted from uninitialized data buffer length
Jitin George [Tue, 14 Aug 2018 13:25:11 +0000 (18:55 +0530)]
docs/en/security: Add documentation for signed apps without hardware secure boot feature
Angus Gratton [Thu, 19 Jul 2018 05:15:37 +0000 (15:15 +1000)]
secure boot: Support secure boot signatures without hardware secure boot
Allows OTA updates to be secured via signature checks, without requiring the overhead or complexity
of a full secure boot implementation.
Uses same signing mechanisms (build system and/or espsecure.py as Secure Boot).
Requires:
* [ ] More testing
* [ ] Documentation
Jiang Jiang Jian [Tue, 4 Sep 2018 07:06:49 +0000 (15:06 +0800)]
Merge branch 'bugfix/esp_wifi_disconnect_fail_v3.1' into 'release/v3.1'
update wifi lib to fix two bugs (backport v3.1)
See merge request idf/esp-idf!3158
Jiang Jiang Jian [Tue, 4 Sep 2018 06:10:47 +0000 (14:10 +0800)]
Merge branch 'bugfix/btdm_update_private_address_v3.1' into 'release/v3.1'
component/bt: Update BLE private address after it's private address interval (backport 3.1)
See merge request idf/esp-idf!3170
Jiang Jiang Jian [Tue, 4 Sep 2018 06:10:05 +0000 (14:10 +0800)]
Merge branch 'bugfix/btdm_rfcomm_test_command_cause_crash_v3.1' into 'release/v3.1'
component/bt: Fix bug rfcomm test command cause crash (backport 3.1)
See merge request idf/esp-idf!3169
Jiang Jiang Jian [Tue, 4 Sep 2018 06:09:36 +0000 (14:09 +0800)]
Merge branch 'bugfix/btdm_find_remote_service_by_uuid_always_return_success_v3.1' into 'release/v3.1'
component/bt: Fix bug of SDP find services by uuid always return success (backport 3.1)
See merge request idf/esp-idf!3164
Angus Gratton [Mon, 3 Sep 2018 10:12:12 +0000 (18:12 +0800)]
Merge branch 'mesh/rewrite_docs_backport_v3.1' into 'release/v3.1'
docs/rewrite_mesh_docs (backport v3.1)
See merge request idf/esp-idf!3168
baohongde [Mon, 3 Sep 2018 06:27:15 +0000 (14:27 +0800)]
component/bt: Update BLE private address after it's private address interval (backport 3.1)
A cherry-pick of MR !2987
baohongde [Mon, 3 Sep 2018 06:17:56 +0000 (14:17 +0800)]
component/bt: Fix bug rfcomm test command cause crash (backport 3.1)
A cherry-pick of MR !3080
Darian Leung [Tue, 26 Jun 2018 12:48:47 +0000 (20:48 +0800)]
docs/rewrite_mesh_docs
The following commit rewrites the ESP-MESH docs. This commit includes
new diagrams and a structure approach to the mesh docs. Some mesh api references
have also been modified.