zhanghaipeng
64b1fe94e8
fix(ble/bluedroid): Optimize BLE stack connect callback name
2024-06-03 17:34:29 +08:00
zhanghaipeng
818644cf5a
fix(ble/bluedroid): Fixed BLE no data length change event
2024-06-02 19:28:26 +08:00
muhaidong
5b7985b89f
fix(wifi): fixed scan get ap number issue
2024-05-17 10:32:22 +08:00
zhanghaipeng
c13311dacb
fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility
2024-04-24 15:59:28 +08:00
zhanghaipeng
1a7b33cf9d
fix(ble/bluedroid): Optimize the BLE documentation
2024-04-23 16:45:37 +08:00
zhangyanjiao
4d7478002d
docs(wifi): change the magic varible from int to uint32_t on the receiving side
...
Closes https://github.com/espressif/esp-idf/issues/10912
2024-04-17 16:20:51 +08:00
Mahavir Jain
db40be7a17
fix(examples): update root certificate for howsmyssl endpoint
...
This fixes CI failure seen because of cert migration of howsmyssl
endpoint from previous "DST Root CA X3" (cross-signed) to "ISRG Root X1".
2024-04-12 11:12:44 +08:00
liuning
f13d02da8c
example: add custom partition table for mesh manual networking
2024-04-02 11:55:34 +08:00
Rahul Tank
c71bd1e681
fix(nimble): Handle missing free in application
2024-03-28 08:52:24 +05:30
wangjialiang
000bf3a365
update invalid links in the ble mesh example documentation
2024-03-21 11:13:37 +08:00
Marius Vikhammer
8643854656
Merge branch 'fix/console-build-error_v4.4' into 'release/v4.4'
...
console: Fix building issue when serial JTAG is set (v4.4)
See merge request espressif/esp-idf!23737
2024-03-20 10:35:53 +08:00
Alex Verschoot
60b9b7ef82
Update README.md
...
Fix typo
2024-03-13 17:09:53 +05:30
Raghu Saxena
c6f12bdf29
fix(bt/example): Use correct struct type
2024-03-07 14:25:15 +08:00
Guillaume Souchere
f47d9432a0
console: Fix building issue when serial JTAG is set
...
Closes https://github.com/espressif/esp-idf/issues/10707
2024-03-04 14:29:39 +08:00
InfiniteYuan
6b3109d161
ble_mesh: example: fix the structure init order to meet C++ requirements
...
Closes https://github.com/espressif/esp-idf/issues/8110
2024-02-07 16:38:19 +08:00
muhaidong
0bfa176435
fix(wifi): fix esp_wifi_scan_start memory leakage issue
...
Closes https://github.com/espressif/esp-idf/issues/10693
2024-02-05 19:33:47 +08:00
chenjianhua
730537b50c
fix(bt/example): Fixed UART HCI when flow control is off on ESP32C3
2024-02-04 16:55:58 +08:00
Chen Yudong
fafab20b3f
ci: optimize test protocol_http_server_file_serving
2024-01-10 19:48:35 +08:00
zhanghaipeng
0406d64dd2
fix(bt/bluedroid): Update ble gattc gatts coex example
2024-01-02 12:10:55 +08:00
zhanghaipeng
a2e2bfdbd4
fix(bt/bluedroid): Optimize ble remove all bonded devices function
2024-01-02 12:10:18 +08:00
zhanghaipeng
1ddeab56a9
fix(bt/bluedroid): Update ble ibeacon example document
2024-01-02 12:10:18 +08:00
Island
11f9081a0e
Merge branch 'backport/fix_ble_prepare_write_v4.4' into 'release/v4.4'
...
Backport/fix ble prepare write v4.4
See merge request espressif/esp-idf!27907
2023-12-20 21:46:07 +08:00
zhanghaipeng
36169e6beb
fix(bt/bluedroid): Fix prepare write for BLE example
2023-12-19 17:00:37 +08:00
morris
a362b87809
Merge branch 'fix/spi_lcd_example_fix_border_pixel_display_v4.4' into 'release/v4.4'
...
fix(spi_master): fixed lcd example block border pixel issue (v4.4)
See merge request espressif/esp-idf!27922
2023-12-18 11:10:47 +08:00
wanlei
aa264cab8f
fix(spi_master): fixed lcd example block border pixel issue
2023-12-14 17:18:10 +08:00
Harshit Malpani
e6330d9cdc
feat(nghttp2): Update nghttp2 lib to v1.58.0
2023-12-06 11:52:01 +05:30
Jiang Jiang Jian
e62727886e
Merge branch 'bugfix/backport_wifi_fix_1130_v4.4' into 'release/v4.4'
...
fix(wifi): backport some wifi bugfix(v4.4)
See merge request espressif/esp-idf!27507
2023-12-05 02:03:32 +08:00
Island
2be3fa2e27
Merge branch 'backport/fix_ble_menuconfig_v4.4' into 'release/v4.4'
...
Backport/fix ble menuconfig v4.4(backport v4.4)
See merge request espressif/esp-idf!27495
2023-12-04 16:30:21 +08:00
Island
23e7fa801b
Merge branch 'fix/ble_mesh_example_relay_enable_v4.4' into 'release/v4.4'
...
fix(ble_mesh): Enable relay by default for the specific dev role (v4.4)
See merge request espressif/esp-idf!27510
2023-12-01 15:17:39 +08:00
muhaidong
8b473bee24
fix(wifi): update scan example for scan get ap records
2023-12-01 14:02:07 +08:00
Liu Linyan
dfc4b7b6b7
fix(ble_mesh): Enable relay by default for the specific dev role
2023-11-30 12:26:57 +08:00
zhanghaipeng
72e87fc035
docs(bt/bluedroid): Update ble example document
2023-11-30 10:34:42 +08:00
Shyamal Khachane
7eef2771fe
fix(esp_wifi): Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-11-29 09:04:57 +00:00
Kapil Gupta
93b64fd6d6
Merge branch 'bugfix/dpp_config_memset_v4.4' into 'release/v4.4'
...
Wi-Fi: Fixed some DPP issues (v4.4)
See merge request espressif/esp-idf!27194
2023-11-22 11:33:11 +08:00
Song Ruo Jing
fd3576eca6
fix(ledc): fix ledc driver 100% duty cycle configuration
...
Update ledc duty cycle value range in doxygen.
Fix duty configuration error at 100% duty cycle for ESP32.
Improve LEDC API doxygen.
Closes https://github.com/espressif/esp-idf/pull/11516
Closes https://github.com/espressif/esp-idf/issues/12593
Closes https://github.com/espressif/esp-idf/issues/12083
2023-11-17 15:24:17 +08:00
aditi_lonkar
44b7e8ed10
fix(wpa_supplicant): Fix few dpp bugs
...
1) Fix crash in dpp Listen without bootstrap
2) Fix crash on receiving dpp auth_req from hostapd with dpp akm
3) Ensures that the mode is set to station before dpp init
4) Ensures that dpp follows the path of init->bootstrap->listen
2023-11-16 12:42:18 +05:30
Wang Meng Yang
6f38dfe22b
Merge branch 'test/bqb_test_bt_classic_hfp_v4.4' into 'release/v4.4'
...
feat(bt/hfp): Add support for HFP BQB auto test(backport v4.4)
See merge request espressif/esp-idf!26989
2023-11-09 10:44:35 +08:00
Armando
46e71e43ba
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
...
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-08 03:44:43 +00:00
wanglai@espressif.com
60c5dbad59
feat(bt/bluedroid): Modify AT+CNUM response api and HFP AG example
2023-11-07 20:03:46 +08:00
zhanghaipeng
bca0de4fe5
fix(bt/bluedroid): Fix max BLE gattc notify number to improve compatibility
2023-10-31 14:43:08 +08:00
zhanghaipeng
07ba91f926
fix(bt/bluedroid): Optimize compatibility with Android 10 and later devices
2023-10-31 14:42:33 +08:00
zhanghaipeng
2559757c30
feat(bt/bluedroid): Support hid device control point
2023-10-31 14:42:22 +08:00
zhanghaipeng
d6d14d0caa
fix(bt/bluedroid): Optimize compatibility with IOS and MACOS devices
2023-10-31 14:41:52 +08:00
zhiweijian
0a8340ddc2
feat: add config to disable ble hci uart flow control
2023-10-26 02:32:48 +00:00
Jiang Jiang Jian
0b31c7ab79
Merge branch 'feat/imporve_iperf_performance_v4.4' into 'release/v4.4'
...
feat(wifi): optimize iperf performance (Backport V4.4)
See merge request espressif/esp-idf!26404
2023-10-19 10:31:40 +08:00
xuxiao
b25e486cd6
feat(wifi): optimize iperf performance (Backport V4.4)
2023-10-13 11:36:03 +08:00
Wang Meng Yang
c1d9e6197c
Merge branch 'bugfix/hf_ag_report_event_with_null_bdaddr_v4.4' into 'release/v4.4'
...
Bugfix/fixed bugs of HFP in BlueDroid (v4.4)
See merge request espressif/esp-idf!25829
2023-10-11 19:14:59 +08:00
Nachiket Kukade
29c6b5478a
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes
2023-09-22 15:13:57 +05:30
Ondrej Kosta
e7b171604a
fix(examples/iperf): added sequential numberring of Tx'ed datagrams
2023-09-22 15:13:44 +05:30
Wang Mengyang
edcb1b58b7
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-08 11:39:50 +08:00