gengyuchao
81ebffc0ad
example/ble_hid_device_demo fix the wrong mask value according to HID protocol
2020-03-21 11:22:32 +08:00
gengyuchao
9583c29f27
component/bt: Fix the issue with pointer type conversion in gattc. Unified att(db_sizedb_size) count pointer type in bta and btc, change pointer type in bta from int to uint16_t.
2020-03-21 11:21:55 +08:00
gengyuchao
d001c40425
Bulfi: Check if ble is connected before sending a message via ble. Fix the wrong wifi storage mode from WIFI_STORAGE_RAM to default WIFI_STORAGE_FLASH.
2020-03-21 11:18:44 +08:00
gengyuchao
4643ca6ef8
example/ble_throughput:
...
Fixed the throughput wasting memory and packet loss issues.
Fixed the throughput crash bug because of using the Mutex.
2020-03-21 11:18:30 +08:00
gengyuchao
da19c94976
bugfix: ble add missing gatt descriptors
2020-03-21 11:18:19 +08:00
Mahavir Jain
0037a03106
Merge branch 'bugfix/newlib_putchar_locking_v3.2' into 'release/v3.2'
...
newlib: don't define non-thread-safe versions of getc, putc (backport v3.2)
See merge request espressif/esp-idf!8030
2020-03-20 16:58:04 +08:00
Ivan Grokhotkov
63a544dd3c
newlib: don't define non-thread-safe versions of getc, putc
...
getc, getchar, putc, putchar were defined both as functions and as
macros. The macro versions are not thread safe, and should not be used
in multithreaded applications.
Upstream fix: b0f271d1db
2020-03-19 12:53:12 +01:00
Jiang Jiang Jian
51adc08070
Merge branch 'bugfix/compiler_err_when_performance_optimization_enabled_v3.2' into 'release/v3.2'
...
Bugfix/compiler err when performance optimization enabled v3.2
See merge request espressif/esp-idf!7980
2020-03-17 13:53:33 +08:00
Jiang Jiang Jian
3dbdbb4755
Merge branch 'bugfix/fix_beacon_frame_vendor_ie_issue_v3.2' into 'release/v3.2'
...
bugfix: Place the Vendor Specific element at the end according to the protocol (backport v3.2)
See merge request espressif/esp-idf!7779
2020-03-17 13:44:37 +08:00
weitianhua
f222a02518
Remove (x2) varible for BCM_STRNCPY_S and BCM_STRCPY_S
2020-03-14 15:04:44 +08:00
weitianhua
dc7c244055
Initialize mem_start and mem_end
2020-03-14 15:04:33 +08:00
Jiang Jiang Jian
aeebe24196
Merge branch 'bugfix/sntp_init_can_run_before_net_connection_v3.2' into 'release/v3.2'
...
lw_ip: Add to sys_arch_protect() a check that the mutex is created before use if not then creates it (v3.2)
See merge request espressif/esp-idf!7759
2020-03-13 20:10:33 +08:00
KonstantinKondrashov
874b18eab8
lwip: Add to sys_arch_protect() a check that the mutex is created before use if not then creates it
...
Closes: https://github.com/espressif/esp-idf/issues/944
Closes: https://github.com/espressif/esp-idf/issues/3931
Closes: WIFI-1019
2020-03-11 19:26:43 +08:00
David Čermák
11995d808c
Merge branch 'bugfix/transport_connection_active_v3.2' into 'release/v3.2'
...
fix(transport): Fix a bug of the connection whether be active (v3.2)
See merge request espressif/esp-idf!7742
2020-03-10 16:07:22 +08:00
Liu Han
f0138ffdf6
fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value.
2020-03-09 13:51:28 +00:00
Angus Gratton
6281b910d1
security: Hide Secure Boot & Flash Encryption config items when using CMake
...
These features are not supported in the CMake build system preview, but previously
had to read the notice in the CMake Getting Started guide to know this.
Related to https://github.com/espressif/esp-idf/issues/4419
2020-03-09 11:14:25 +11:00
Jiang Jiang Jian
0f72e63b7a
Merge branch 'bugfix/bt_interrupt_disable_timing_error_v3.2' into 'release/v3.2'
...
(backport v3.2) btController: events scheduling error in case of wifi and bluetooth.
See merge request espressif/esp-idf!7890
2020-03-06 11:30:22 +08:00
Chinmay Chhajed
bf9e676884
This MR is intended to fix Bluetooth event scheduling when WiFi is also enabled.
...
The global interrupts will be disabled before taking current
time for scheduling further bluetooth events. Earlier disabling
interrupts was taking some time because of which WiFi events were
interrupting in current bluetooth scheduling.
Also fixes ble crash issue triggered by ble event irq miss(0x20000)
2020-03-05 19:21:16 +05:30
David Čermák
42869f4912
Merge branch 'feature/websocket_client_v3.2' into 'release/v3.2'
...
websocket: backport of websocket client to v3.2
See merge request espressif/esp-idf!7268
2020-03-03 16:03:25 +08:00
ronghulin
e5d8ae227d
bugfix: Place the Vendor Specific element at the end according to the protocol
2020-03-02 14:15:31 +08:00
Jiang Jiang Jian
dc1f72c786
Merge branch 'feature/esp32_5p0_backport_v3p2' into 'release/v3.2'
...
backport esp325p0 new features and code optimize to v3.2(backport v3.2)
See merge request espressif/esp-idf!7565
2020-03-02 11:43:57 +08:00
June
511c1cee22
backport esp32 5p0 new features to release/v3.2
2020-02-29 09:12:15 +00:00
Jiang Jiang Jian
69230e2e3b
Merge branch 'feature/dev_security_restore_backport_v3p2' into 'release/v3.2'
...
feature/dev_security_restore_backport_v3p2(backport release/v3.2)
See merge request espressif/esp-idf!7741
2020-02-28 21:26:29 +08:00
June
e1086b6b6f
backport mr !6031 - fix security info restore bug
2020-02-28 11:48:52 +00:00
Marius Vikhammer
15d39eded5
tcp_transport/ws_client: websockets now correctly handle messages longer than buffer
...
transport_ws can now be read multiple times in a row to read frames larger than the buffer.
Added reporting of total payload length and offset to the user in websocket_client.
Added local example test for long messages.
Closes IDF-1083
2020-02-27 08:56:43 +00:00
Marius Vikhammer
abe93ee7c3
websocket: backport of websocket client to v3.2
...
Backports the websocket client and example to ESP-IDF release 3.2.
2020-02-27 08:56:43 +00:00
Angus Gratton
ea7372d9aa
Merge branch 'doc/partition_table_app_test_v3.2' into 'release/v3.2'
...
partition table: Update documentation about "test" partition type (v3.2)
See merge request espressif/esp-idf!7632
2020-02-27 09:13:24 +08:00
Jiang Jiang Jian
3c0ac69088
Merge branch 'bugfix/mesh_ie_issues_3.2' into 'release/v3.2'
...
mesh: fix mesh ie issues (backport 3.2)
See merge request espressif/esp-idf!7199
2020-02-26 22:45:55 +08:00
Anton Maklakov
ce0808c7be
Merge branch 'bugfix/ci_confserver_timeout_again_v3.2' into 'release/v3.2'
...
ci: Adjust more 'spawn' settings in test_confserver (backport v3.2)
See merge request espressif/esp-idf!5321
2020-02-25 19:48:01 +08:00
Anton Maklakov
66790c3560
ci: Adjust more 'spawn' settings in test_confserver
2020-02-25 11:12:02 +00:00
Jiang Jiang Jian
eeeffcafbf
Merge branch 'feature/wifi_redo_scan_example_v3.2' into 'release/v3.2'
...
esp_wifi: Additional code snippets in esp_wifi_scan_example (backport v3.2)
See merge request espressif/esp-idf!7503
2020-02-25 14:22:48 +08:00
Hrudaynath Dhabe
254dcb755c
esp_wifi: Additional code snippets in esp_wifi_scan_example (backport v3.2)
2020-02-25 14:22:47 +08:00
Jiang Jiang Jian
5ddeab1409
Merge branch 'bugfix/btdm_allow_start_adv_again_v3.2' into 'release/v3.2'
...
component/bt: allow to send stop adv again and fix tx prog crash (backport v3.2)
See merge request espressif/esp-idf!6917
2020-02-24 20:17:44 +08:00
Jiang Jiang Jian
a988c6bdb6
Merge branch 'bugfix/mbedtls_esp_bignum_v3.2' into 'release/v3.2'
...
mbedtls: esp bignum fix for 4096 keys (v3.2)
See merge request espressif/esp-idf!7707
2020-02-24 11:44:03 +08:00
chenyudong
9c1935e24c
mesh: fix mesh ie issues
...
Fix an error of mesh deinit lock.
Fix mesh send returns TIMEOUT.
Increase root window close time to 120s.
Clear ie.child when the child connected or fully associated.
Update rc_rssi when roots direct/forward.
ix assoc in mesh ie wrong.
Mesh packets use AC_VI instead of AC_BE.
2020-02-21 18:55:49 +08:00
Jiang Jiang Jian
fda11a687d
Merge branch 'bugfix/add_option_to_ipv6_stateless_address_configuration_v3.2' into 'release/v3.2'
...
lw-ip: Add option to ipv6 stateless address configuration (backport v3.2)
See merge request espressif/esp-idf!7695
2020-02-21 14:56:44 +08:00
Mahavir Jain
886bc21f7f
Merge branch 'fix/cmake_absolute_path_to_run_esptool' into 'release/v3.2'
...
project_include.cmake: Make esptool_py_custom_target callable from other directories (backport v3.2)
See merge request espressif/esp-idf!6944
2020-02-20 18:37:19 +08:00
David Cermak
7b495db118
mbedtls: fix hw accelerated big-num mul if operand and result overlap
...
this issue is mainly exposed when using larger (4096) client key in TLS mutual auth,
since it uses multiplications > 2048 when mbedtls_mpi_mul_mpi is used in recursion,
which works only if both operands point to different location than result since
mpi_mult_mpi_overlong() called mbedtls_mpi_grow() to reallocate buffers used in previous
pointer arithmetics and thus corrupting it. Fixed by growing the mpi buffer before
calling mpi_mult_mpi_overlong()
2020-02-20 10:06:28 +01:00
David Cermak
bdf477e76d
mbedtls: added mpi multiplication test for large numbers
2020-02-20 10:06:28 +01:00
Amit Sheth
b57134d21e
project_include.cmake: Make esptool_py_custom_target callable from other directories
2020-02-20 13:06:18 +05:30
zhiweijian
bdb1391eeb
component/bt: allow to send stop adv again and fix tx prog crash
2020-02-20 14:26:47 +08:00
xiehang
ecb5370ca6
lw-ip: Add option to ipv6 stateless address configuration
2020-02-20 14:26:19 +08:00
Jiang Jiang Jian
59f2b3f036
Merge branch 'bugfix/enable_ipv6_address_autoconfig_v3.2' into 'release/v3.2'
...
lw-ip: Enable IPv6 stateless address autoconfiguration (backport v3.2)
See merge request espressif/esp-idf!7660
2020-02-20 12:44:58 +08:00
Michael (XIAO Xufeng)
aaf98c14fd
Merge branch 'bugfix/i2s_timergroup_some_issues_v3.2' into 'release/v3.2'
...
bugfix(driver): fix i2s and timergroup some issues(backport v3.2)
See merge request espressif/esp-idf!7174
2020-02-20 00:20:54 +08:00
Jiang Jiang Jian
491c64e337
Merge branch 'bugfix/controller_initializer_order_3.2' into 'release/v3.2'
...
Fix the initializer order
See merge request espressif/esp-idf!7624
2020-02-19 17:10:50 +08:00
Jiang Jiang Jian
5693dd69ed
Merge branch 'bugfix/fix_airkiss_bug_v3.2' into 'release/v3.2'
...
fix the bug for Airkiss (backport v3.2)
See merge request espressif/esp-idf!7667
2020-02-19 16:40:18 +08:00
zhangyanjiao
1b21573901
fix the bug for Airkiss can't get the ip of the cellphone
2020-02-19 10:38:05 +08:00
Jiang Jiang Jian
a40b4d7167
Merge branch 'bugfix/unified_prov_bluedroid_v3.2' into 'release/v3.2'
...
Unified Provisioning - BLE: Fix characteristics read response issue (backport v3.2)
See merge request espressif/esp-idf!7648
2020-02-18 20:59:13 +08:00
xiehang
297146c410
lw-ip: Enable IPv6 stateless address autoconfiguration
2020-02-18 19:38:09 +08:00
Hrishikesh Dhayagude
3452d579ac
Unified Provisioning - BLE: Fix characteristics read response issue
...
Fix the issue when number of bytes to be read is an exact multiple of [MTU-1]
2020-02-18 14:59:26 +05:30