lly
|
612822d8c9
|
ble_mesh: fix canceling publication retransmit timer
|
2019-09-09 17:46:35 +08:00 |
|
lly
|
ff6cb921c3
|
ble_mesh: fix resending segments on correct bearer
|
2019-09-09 17:46:27 +08:00 |
|
lly
|
6f7b7c552d
|
ble_mesh: fix not sending all segments through the Friend Queue
|
2019-09-09 17:46:19 +08:00 |
|
lly
|
e00186e683
|
ble_mesh: fix canceled buffer memory leak
|
2019-09-09 17:46:06 +08:00 |
|
lly
|
a734b3b1bc
|
ble_mesh: remove some useless copy during ecdh calculation
|
2019-09-09 17:45:59 +08:00 |
|
lly
|
6de637811f
|
ble_mesh: move heartbeat sending to transport layer
|
2019-09-09 17:45:52 +08:00 |
|
lly
|
6ec0c6743a
|
ble_mesh: fix provisioning send error handling
|
2019-09-09 17:45:44 +08:00 |
|
lly
|
299c86cc84
|
ble_mesh: fix rejecting invalid remote public key
|
2019-09-09 17:45:27 +08:00 |
|
lly
|
d123f6c04b
|
ble_mesh: add error checks for scan start/stop
|
2019-09-09 17:45:20 +08:00 |
|
lly
|
3c17bf1a6f
|
ble_mesh: rename reset_link() to reset_adv_link()
|
2019-09-09 17:45:14 +08:00 |
|
lly
|
8fb20e4529
|
ble_mesh: fix public key mismatch error handling
|
2019-09-09 17:45:06 +08:00 |
|
lly
|
e020d1055a
|
ble_mesh: update protocol error timeout from zephyr
|
2019-09-09 17:44:17 +08:00 |
|
lly
|
05e4b28a74
|
ble_mesh: fix segmented message RPL behavior
|
2019-09-09 17:44:11 +08:00 |
|
lly
|
27bc688ed8
|
ble_mesh: clear LPN sent_req on failure
|
2019-09-09 17:43:59 +08:00 |
|
lly
|
a214fb2821
|
ble_mesh: update proxy sar operation from zephyr
|
2019-09-09 17:43:46 +08:00 |
|
lly
|
6b7b9d1550
|
ble_mesh: fix postponing storage deadline indefinitely
|
2019-09-09 17:43:40 +08:00 |
|
lly
|
18b873b2e3
|
ble_mesh: fix RPL storage timeout handling
|
2019-09-09 17:43:29 +08:00 |
|
lly
|
d1755c1484
|
ble_mesh: fix output MIC with additional data
|
2019-09-09 17:43:23 +08:00 |
|
lly
|
152ebb104d
|
ble_mesh: remove non-standard relay opearation
|
2019-09-09 17:43:13 +08:00 |
|
lly
|
e3b304997f
|
ble_mesh: fix finding netkey/appkey/devkey for tx/rx msg
|
2019-09-09 17:43:04 +08:00 |
|
lly
|
1e20ed4849
|
ble_mesh: fix failed to set device role caused mem leak
|
2019-09-09 17:42:50 +08:00 |
|
lly
|
59b663c43d
|
ble_mesh: ble mesh btc miscellaneous modifications
|
2019-09-09 17:42:43 +08:00 |
|
lly
|
e9e28c1265
|
ble_mesh: fix MESH/NODE/FRND/FN/BV-11-C related bug
|
2019-09-09 17:42:35 +08:00 |
|
lly
|
7030d612e2
|
ble_mesh: fix MESH/NODE/CFG/GPXY/BV-02-C & MESH/NODE/CFG/NID/BV-02-C related bug
|
2019-09-09 17:42:20 +08:00 |
|
lly
|
2c852b0d74
|
ble_mesh: fix MESH/NODE/CFG/HBS/BV-01-C related bug
|
2019-09-09 17:42:08 +08:00 |
|
lly
|
708bff3b17
|
ble_mesh: rename ble mesh client model variables and functions
|
2019-09-09 17:42:00 +08:00 |
|
lly
|
317f4c5ff5
|
ble_mesh: reorganize ble mesh model files
|
2019-09-09 17:41:54 +08:00 |
|
lly
|
2c025824d7
|
ble_mesh: sync zephyr v1.14.0 bt_hex()
|
2019-09-09 17:41:41 +08:00 |
|
lly
|
9b95064018
|
ble_mesh: fix provisioner prov auth bug
|
2019-09-09 17:41:34 +08:00 |
|
Jiang Jiang Jian
|
ecdffe531e
|
Merge branch 'bugfix/reset_periph_modules_v4.0' into 'release/v4.0'
driver: Add a reset before enabling if a module is off (v4.0)
See merge request espressif/esp-idf!6015
|
2019-09-08 23:06:31 +08:00 |
|
Jiang Jiang Jian
|
31be6be147
|
Merge branch 'fix/esp_flash_set_get_wp_4.0' into 'release/v4.0'
esp_flash: fix the set/get write protection functions (backport v4.0)
See merge request espressif/esp-idf!5832
|
2019-09-08 16:34:40 +08:00 |
|
suda-morris
|
305a4a1b57
|
ethernet: bugfix and optimize
1. check frame length before pass to stack
2. replace semaphore with task notify
|
2019-09-06 15:46:18 +08:00 |
|
Jiang Jiang Jian
|
e659f1b15a
|
Merge branch 'bugfix/fix_the_bug_for_WPA_WPA2_PSK_connection_fail_v4.0' into 'release/v4.0'
fix the bug for WPA_WPA2_PSK connection fail(backport v4.0)
See merge request espressif/esp-idf!6010
|
2019-09-06 14:52:58 +08:00 |
|
Jiang Jiang Jian
|
2c49592216
|
Merge branch 'refactor/move_smartconfig_ack_to_wifi_v4.0' into 'release/v4.0'
smartconfig: move smartconfig_ack to esp_wifi conponent (v4.0)
See merge request espressif/esp-idf!5999
|
2019-09-06 14:27:29 +08:00 |
|
baohongde
|
6afb2743e7
|
components/bt: Fix sending LMP_features_req_ext in a loop
Remove xtensa/xtruntime.h at the same time
|
2019-09-06 12:04:16 +08:00 |
|
KonstantinKondrashov
|
f7b458841f
|
app_update: Fix UTs for FACTORY_RESET and APP_TEST
|
2019-09-06 11:59:03 +08:00 |
|
KonstantinKondrashov
|
f1e9b8299f
|
bootloader: Factory reset not for deep sleep
Closes: https://github.com/espressif/esp-idf/issues/3800
Closes: IDFGH-1536
|
2019-09-06 11:59:03 +08:00 |
|
Konstantin Kondrashov
|
9ce1b8986a
|
rmt/driver: Add module reset before enabling
|
2019-09-06 11:34:53 +08:00 |
|
Konstantin Kondrashov
|
c5bea8dddb
|
pcnt/driver: Add module reset before enabling
|
2019-09-06 11:34:53 +08:00 |
|
Konstantin Kondrashov
|
ba6b502cc9
|
sdmmc_host/driver: Add module reset before enabling
|
2019-09-06 11:34:53 +08:00 |
|
Konstantin Kondrashov
|
3b0b5f92a7
|
i2s/driver: Add module reset before enabling
|
2019-09-06 11:34:53 +08:00 |
|
Konstantin Kondrashov
|
d6bc1b3cbc
|
can/driver: Add module reset before enabling
|
2019-09-06 11:34:53 +08:00 |
|
Konstantin Kondrashov
|
199c4e55f2
|
uart/driver: Add module reset before enabling
This commit prevents infinite restarts caused due to an interrupt flag
was left uncleared.
Closes: https://github.com/espressif/esp-idf/issues/1981
Closes: IDF-188
|
2019-09-06 11:34:53 +08:00 |
|
KonstantinKondrashov
|
61339353e9
|
newlib: Fix UT - test time adjustment happens linearly
Obtaining accurate and adjustable time occurs closer to each other.
|
2019-09-06 11:30:01 +08:00 |
|
zhangyanjiao
|
3b2dda5197
|
1. fix the bug that STA fails to connect WPA_WPA2_PSK Apple AP
2. fix the bug for softAP set authmode
|
2019-09-05 20:34:34 +08:00 |
|
Jiang Jiang Jian
|
1b8ed9abf0
|
Merge branch 'bugfix/btdm_crash_in_sket_ist_v4.0' into 'release/v4.0'
Fix 2 bugs in r_ld_fm_sket_isr
See merge request espressif/esp-idf!5947
|
2019-09-05 12:02:26 +08:00 |
|
Jiang Jiang Jian
|
f9453ef93d
|
Merge branch 'bugfix/btdm_config_but_task_size_fail_v4.0' into 'release/v4.0'
Bugfix/btdm config but task size fail v4.0
See merge request espressif/esp-idf!5962
|
2019-09-05 11:26:56 +08:00 |
|
suda-morris
|
dcf571c1cd
|
smartconfig: move smartconfig_ack to esp_wifi conponent
|
2019-09-05 10:44:00 +08:00 |
|
Angus Gratton
|
538c56426a
|
Merge branch 'bugfix/err_code_collision_v4.0' into 'release/v4.0'
Fix error code collisions and re-enable CI check (v4.0)
See merge request espressif/esp-idf!5984
|
2019-09-04 09:10:19 +08:00 |
|
Roland Dobai
|
1402e78844
|
Fix error code collision and CI check
|
2019-09-03 08:07:16 +02:00 |
|