Jiang Jiang Jian
151c6d9016
Merge branch 'bugfix/btdm_fixbugs_for_ble_v2.1' into 'release/v2.1'
...
component/bt: fix ble bugs for v2.1
See merge request !1261
2017-09-30 15:53:00 +08:00
Angus Gratton
43b25e2a2f
bluedroid: Add continuation offset check to SDP server
...
Fix for CVE-2017-0785
https://android.googlesource.com/platform/system/bt/+/818cf6f%5E%21/#F0
2017-09-27 10:02:31 +10:00
zhiweijian
691c8693e6
Component/bt: add random address check for set_rand_addr()
2017-09-22 20:19:02 +08:00
zhiweijian
25b0a4f514
Component/bt: abnormal behavior for update conn param command
2017-09-22 20:19:02 +08:00
Tian Hao
fbdec19c23
component/bt : fix btc security storage bug
...
1. Remove the bond_device global variable.
2. Fix bond_device add cause memory exception
3. Modify the code location.
4. modify thread security
5. remove esp_ble_clear_bond_device_list() API
6. modify esp_ble_get_gond_device_list() to return list immediately, rather than wait event.
7. modify the gatt_security_server demo to show how to remove all the bonded devices.
8. fix some code bugs may cause something error.
9. modify gatt_security_server demo
2017-09-22 20:19:02 +08:00
Tian Hao
4fd437d466
component/bt : support remove bonded device
...
1. add feature of remove bonded devices.
2. fix SMP key size bug
3. fix privacy bug
4. fix gatt set value bug
5. add gatt security client demo
6. change gatt server/gatt client demo
2017-09-22 20:19:02 +08:00
XiaXiaotian
cf185846f5
fix set locked channel typo of smartconfig
2017-08-25 16:25:03 +08:00
Ivan Grokhotkov
b7f7a92c5d
esp32: by default, set 40MHz crystal frequency
2017-08-23 16:39:22 +08:00
Ivan Grokhotkov
efdbc63b5f
Merge branch 'cherry-pick-292c2abd' into 'release/v2.1'
...
Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'
See merge request !1031
2017-07-23 14:35:33 +08:00
Ivan Grokhotkov
16cd517410
Merge branch 'bugfix/tw14046_scan_assert_in_non_sleep_mode' into 'release/v2.1'
...
Fix the bug that scan assert in non sleep mode.
See merge request !1023
2017-07-20 14:57:04 +08:00
Ivan Grokhotkov
8fc78a958a
Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master'
...
bt: call nvs_flash_init in examples, show error if NVS is not initialized
See merge request !1003
2017-07-20 14:26:14 +08:00
Tian Hao
b2d41a3506
component/bt : update libbtadm_app.a (easing syncerr to fix RX packet losing bug)
2017-07-20 11:51:28 +08:00
XiaXiaotian
5d1ec0da02
Fix the bug that scan assert in non sleep mode.
2017-07-19 14:12:14 +08:00
Jiang Jiang Jian
6a9e9759ea
Merge branch 'bugfix/l2cap_disc_tmo' into 'release/v2.1'
...
component/bt: fix a bug for L2CAP state machine to access lcb after it is released
See merge request !1015
2017-07-18 19:49:05 +08:00
wangmengyang
0de622e4f6
component/bt: fix a bug for L2CAP state machine to access lcb after it is released
...
cherry-pick commit 6da84eff
2017-07-17 21:30:40 +08:00
Ivan Grokhotkov
fc67a8b1b9
Merge branch 'cherry-pick-5d736f7eca' into 'release/v2.1'
...
mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
See merge request !995
2017-07-17 21:18:32 +08:00
Jiang Jiang Jian
41f43164e2
Merge branch 'cherry-pick-0c28b3bc' into 'release/v2.1'
...
Merge branch 'bugfix/btdm_update_connect_params_for_gattc' into 'master'
See merge request !996
2017-07-17 21:10:54 +08:00
Jiang Jiang Jian
2236ab7bd4
Merge branch 'cherry-pick-5ac0503c' into 'release/v2.1'
...
Merge branch 'bugfix/btdm_modify_BTA_GATTC_KNOWN_SR_MAX_for_Multi-connection' into 'master'
See merge request !999
2017-07-17 21:10:30 +08:00
Jiang Jiang Jian
1fb777cc49
Merge branch 'feature/some_refactor_for_tcpip_adapter' into 'master'
...
tcpip_adapter: not remove netif when tcpip adapter is stopped
See merge request !943
2017-07-13 22:16:58 +08:00
Jiang Jiang Jian
92facb6884
Merge branch 'bugfix/btdm_modify_BTA_GATTC_KNOWN_SR_MAX_for_Multi-connection' into 'master'
...
component/bt: modify BTA_GATTC_KNOWN_SR_MAX for Multi-connection bug
See merge request !992
2017-07-13 21:55:36 +08:00
Ivan Grokhotkov
eb38883217
Merge branch 'bugfix/btdm_update_connect_params_for_gattc' into 'master'
...
component/bt: bugfix update connect params for gattc
See merge request !991
2017-07-13 16:08:02 +08:00
Angus Gratton
5d736f7eca
mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
...
In ecp_mul_comb(), if (!p_eq_g && grp->T == NULL) and ecp_precompute_comb() fails (which can happen due to OOM), then the new array of points T was leaked.
2017-07-13 15:55:57 +08:00
Angus Gratton
99dbfb3539
Merge branch 'bugfix/minimal_stack_size' into 'master'
...
freertos: Bump idle stack size to 1KB, min stack to 768 bytes, make configurable
See merge request !979
2017-07-12 04:24:18 +08:00
Tian Hao
b99551b48f
component/bt : update lib for fix register reg(follow V2.1 RC)
2017-07-08 22:48:26 +08:00
Jiang Jiang Jian
6878c4e329
Merge branch 'cherry-pick-7a79d31d' into 'release/v2.1'
...
fix reg operation missing
See merge request !966
2017-07-08 15:46:58 +08:00
Liu Zhi Fu
305564cd59
esp32: udpate wifi lib to make low rate work
...
Make low rate feature work
2017-07-07 22:47:39 +08:00
Tian Hao
6bceb41bf7
fix reg operation missing
2017-07-07 22:44:05 +08:00
Ivan Grokhotkov
2e9db99921
Merge branch 'cherry-pick-6d03d42d' into 'release/v2.1'
...
Merge branch 'bugfix/btdm_error_length_unit' into 'master'
See merge request !960
2017-07-07 11:14:03 +08:00
Ivan Grokhotkov
fa7d3f38fc
Merge branch 'cherry_pick_to_release_v2.1' into 'release/v2.1'
...
Update release/v2.1 with some bug fixes
See merge request !952
2017-07-07 11:13:43 +08:00
Angus Gratton
602e223c9c
mbedtls unit tests: Allow for longer timeout using software SHA
...
Hardware SHA runs SHA operations faster than software...
2017-07-06 18:09:59 +08:00
Jiang Jiang Jian
baa743c7b9
Merge branch 'bugfix/btdm_error_length_unit' into 'master'
...
Component/bt: fix bug for error length unit
See merge request !950
2017-07-06 14:49:09 +08:00
Ivan Grokhotkov
6db29f0766
soc: fix typo in register name
2017-07-06 14:29:37 +08:00
Ivan Grokhotkov
abec2392c7
esp_chip_info: populate ‘model’ field
2017-07-06 14:29:30 +08:00
Ivan Grokhotkov
494641c481
phy_init: fix log level for "PHY data partition validated" message
2017-07-06 14:29:08 +08:00
Angus Gratton
3ab2436b11
mbedtls: Temporarily disable hardware acceleration in dual-core mode
...
Temporary fix, until DPORT bugs in crypto accelerators are completely fixed.
2017-07-06 14:28:43 +08:00
Ivan Grokhotkov
ee86c15ab8
Merge branch 'cherry-pick-55b3ea9c' into 'release/v2.1'
...
Merge branch 'bugfix/btdm_cherry-pick_ble_smp_bonding_issues' into 'master'
See merge request !949
2017-07-04 17:28:30 +08:00
Simon Werner
3d3994632b
ESP_ERR_NVS_VALUE_TOO_LONG had conflicting value.
...
`ESP_ERR_NVS_VALUE_TOO_LONG` had conflicting value, its original value was `0x0c`, which is the same as `ESP_ERR_NVS_INVALID_LENGTH`
2017-07-04 15:31:33 +08:00
Ivan Grokhotkov
17dd3e9ca0
nvs: add test for ESP_ERR_NVS_INVALID_LENGTH
2017-07-04 15:31:10 +08:00
Angus Gratton
c40bbc5c42
ipc task: Allow configuration of IPC task stack size
...
Fixes regression in 3fe0022ef
2017-07-04 15:30:04 +08:00
Angus Gratton
1b3120615b
stack sizes: Revert stack size increases added in 8d43859
...
Set min stack size to 2048 if AppTrace support is enabled, 512 bytes otherwise.
2017-07-04 15:29:33 +08:00
Angus Gratton
3365b9322b
dport_access: Fix spurious warning in unicore mode, refactor
2017-07-04 15:27:31 +08:00
Wangjialin
852e94d73a
bugfix(uart): fix bugs reported from github
...
1. uart_set_line_inverse API issue, https://github.com/espressif/esp-idf/issues/673
2. tx buffer length issue, https://github.com/espressif/esp-idf/issues/710
2017-07-04 15:24:02 +08:00
Angus Gratton
09bb7a7650
newlib locks: Fix _lock_init() & _lock_init_recursive() failing to initialise a lock
...
If scheduler was running, and lock was an automatic variable (ie stack-allocated) to be initialised by _lock_init*,
initialisation could be skipped if the lock variable was non-zero (and lock would be left invalid).
In other cases the lock is statically initialised to zero by __LOCK_INIT*
2017-07-04 15:23:10 +08:00
Jiang Jiang Jian
4f4fb7b453
Merge branch 'bugfix/btdm_cherry-pick_ble_smp_bonding_issues' into 'master'
...
component/bt: Fixed the bug crash of disconnet BLE when close the SMP module in the menuconfig.
See merge request !941
2017-07-03 19:49:30 +08:00
Jiang Jiang Jian
663129abce
Merge branch 'bugfix/bt_avdt_state_machine' into 'master'
...
component/bt: bugfix for AVDTP state machine function on disconnection to handle NULL pointer condition
See merge request !946
2017-07-03 19:48:40 +08:00
Ivan Grokhotkov
3bd3640d60
Merge branch 'bugfix/fatfs_unit_test_name' into 'master'
...
fatfs: fix duplicate unit test name
See merge request !911
2017-06-23 16:32:51 +08:00
Jiang Jiang Jian
1480251aa7
Merge branch 'bugfix/spiflash_rom_symbols' into 'master'
...
spiflash rom: Add symbols accidentally removed in refactor
See merge request !804
2017-06-23 15:24:04 +08:00
Ivan Grokhotkov
24c4bc9cc4
fatfs: fix duplicate unit test name
2017-06-23 14:59:21 +08:00
Ivan Grokhotkov
85baf0afaa
Merge branch 'buxfix/panic_handler_not_halting_cpu' into 'master'
...
Panic Handler not halting when running on both cores
See merge request !903
2017-06-23 11:34:03 +08:00
Ivan Grokhotkov
e918ee20da
Merge branch 'bugfix/vfs_fixes' into 'master'
...
VFS fixes
See merge request !901
2017-06-23 11:33:27 +08:00