Commit Graph

5880 Commits

Author SHA1 Message Date
Jiang Jiang Jian
bd76f0caec Merge branch 'fix/fix_io_wakeup_issues_v5.2' into 'release/v5.2'
fix(esp_hw_support): make esp_deep_sleep_enable_gpio_wakeup available to PD_TOP lightsleep (v5.2)

See merge request espressif/esp-idf!45873
2026-03-09 18:56:24 +08:00
Tan Yan Quan
bac161cdda feat(openthread): turn off rx earlier for csl if no packet received 2026-03-02 17:00:29 +08:00
Rahul Tank
75eda3f00c fix(nimble): Improve safety, fix bugs, and update docs across NimBLE examples
- Remove unused headers from examples
- Improve periodic adv/sync example functionality and readability
- Use ble_hs_id_infer_auto() instead of hardcoded BLE_OWN_ADDR_PUBLIC/RANDOM
- Add ble_hs_util_ensure_addr() calls in on_sync for proper address setup
- Use correct ext adv instance (0 instead of 1) in phy_prph, l2cap_coc, multi_conn
- Fix struct name: ble_gap_periodic_adv_enable_params -> ble_gap_periodic_adv_start_params
- Add CONFIG_BT_NIMBLE_GAP_SERVICE guards around ble_svc_gap_device_name_set
- Fix unsafe AD data parsing with bounds checks in central examples
- Fix UUID matching bugs (off-by-one loop condition and byte order) in
  phy_cent, htp_cent, and proximity_sensor_cent
- Fix ble_multi_conn_cent address type to use dynamic inference
- Remove contradictory sm_sc=0 after sm_sc=1 in ble_multi_adv
- Add CONFIG_BT_NIMBLE_EXT_ADV=y to ble_multi_adv sdkconfig defaults
- Check return values for ble_gap_set_host_feat, nimble_port_init
- Update tutorials and READMEs to match code changes
2026-02-25 13:07:02 +05:30
Rahul Tank
d2a5aacb62 Merge branch 'bugfix/fix_host_nimble_fixes_v5.2' into 'release/v5.2'
fix(nimble): Fix various issues for security/vulnerability in host (v5.2)

See merge request espressif/esp-idf!45995
2026-02-25 12:54:20 +05:30
Rahul Tank
f410a6ca23 fix(nimble): Fix various issues for security/vulnerability in host 2026-02-23 15:26:48 +05:30
hrushikesh.bhosale
1f4dd05b0c fix(esp_http_client): Fixed esp_http_client example pytest
- For async request need to expect -1 as content length, but it was
expecting positive value instead
2026-02-23 12:03:49 +05:30
Rahul Tank
700181eb1f fix(nimble): Bugfixes for various issues 2026-02-16 11:35:20 +05:30
wuzhenghui
a0ca0c9de9 fix(example): fix uninitialized gpio/rtcio in deepsleep example 2026-02-13 12:22:54 +08:00
Rahul Tank
ab0700c044 Merge branch 'bugfix/fix_ble_multi_adv_v5.2' into 'release/v5.2'
fix(nimble): Fix ble_multi_adv example to show correct UUIDs information (v5.2)

See merge request espressif/esp-idf!45814
2026-02-12 15:48:27 +05:30
Astha Verma
c042a611c6 fix(nimble): Added device name log for ext adv in blecent_throughput 2026-02-11 12:48:23 +05:30
Rahul Tank
2739813bf0 fix(nimble): Fix ble_multi_adv example to show correct UUIDs information 2026-02-11 12:44:06 +05:30
Shu Chen
7ac13d83d0 Merge branch 'feat/add_phy_cli_debug_v5.2' into 'release/v5.2'
feat(openthread): support 154 debug features on RCP (v5.2)

See merge request espressif/esp-idf!45734
2026-02-10 11:08:30 +00:00
Rahul Tank
217e5743b9 Merge branch 'bugfix/security_fixes_for_examples_v5.2' into 'release/v5.2'
fix(nimble): Fix vulnerabilities in NimBLE examples (v5.2)

See merge request espressif/esp-idf!45485
2026-02-09 14:24:51 +05:30
Shreeyash
35ca390a06 fix(nimble): Fix vulnerabilities in NimBLE examples 2026-02-06 18:48:32 +05:30
Tan Yan Quan
edfce4d9d0 feat(openthread): support 154 debug features on RCP 2026-02-06 20:18:41 +08:00
Tan Yan Quan
66e816b23b feat(ieee802154): add support for phyreg -g register debug 2026-02-06 20:18:41 +08:00
luoxu
b640f05f6a feat(ble_mesh): alignment to release/v6.0 2026-02-06 11:15:20 +08:00
Island
72e9a9ef18 Merge branch 'feat/add_new_bluedroid_host_examples_v5.2' into 'release/v5.2'
feat(ble/bluedroid): Add new bluedroid host examples (v5.2)

See merge request espressif/esp-idf!44877
2026-02-05 10:50:51 +08:00
morris
9d0f520560 Merge branch 'fix/basic_eth_init_v5.2' into 'release/v5.2'
fix(esp_eth): fixed basic example MAC address config for SPI ETH v5.2

See merge request espressif/esp-idf!45502
2026-02-02 22:25:25 +08:00
zhiweijian
fff39b8bed fix(ble/bluedroid): Change blufi sdkconfig 2026-01-30 20:25:33 +08:00
zhiweijian
6ca15a6977 fix(ble/bluedroid): Change 5.0 event status 2026-01-30 20:25:22 +08:00
zhiweijian
f2ba0aa3be feat(ble/bluedroid): Add new bluedroid host examples 2026-01-30 20:24:33 +08:00
Ondrej Kosta
f29686eabb fix(esp_eth): fixed basic example MAC address config for SPI ETH 2026-01-29 10:48:54 +01:00
Astha Verma
7731d64376 fix(nimble): Reset HID service during deinit 2026-01-28 12:18:34 +08:00
Ondrej Kosta
5058246306 ci(esp_eth): update ETH bridge test to be more robust 2026-01-23 08:51:52 +01:00
Zhang Wen Xu
c06c942446 Merge branch 'feat/migrate_iperf_cmd_v5.2' into 'release/v5.2'
feat(iperf): migrate iperf to use iperf-cmd component (v5.2)

See merge request espressif/esp-idf!45088
2026-01-15 03:26:39 +00:00
Jin Cheng
19268879bd fix(bt/bluedroid): add status management for audio sink service channel 2026-01-15 09:15:28 +08:00
Tan Yan Quan
d9eb216b42 fix(openthread): restore LED state indicator for example code 2026-01-14 14:14:15 +08:00
Tan Yan Quan
29314eafb8 docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:14:15 +08:00
Tan Yan Quan
f355165e05 feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:14:15 +08:00
Tan Yan Quan
dac513bf25 feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:14:15 +08:00
Rahul Tank
676c0d62d7 fix(nimble): Add AD type macros in example 2026-01-14 11:06:59 +05:30
Island
2ddc6f0a7c Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v5.2' into 'release/v5.2'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v5.2)

See merge request espressif/esp-idf!44664
2026-01-09 10:24:00 +08:00
Marek Fiala
b26f02cda5 change(tools): Updated argument files with quotations in README.md 2026-01-07 13:12:38 +01:00
Zhang Hai Peng
01d2833097 feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-07 19:28:39 +08:00
zhanghaipeng
23378c9507 fix(ble/hci): Fix OOB read in ble_adv_scan_combined example 2026-01-07 19:28:39 +08:00
Zhang Hai Peng
c9e745c14a docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-07 19:28:39 +08:00
Zhang Hai Peng
2f2bff559a refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-07 19:28:39 +08:00
Zhang Hai Peng
259c9500dd feat(examples/bluedroid): Add BLE time interval conversion macros for better readability
Add macros to convert time values from milliseconds to BLE interval units:
- ESP_BLE_GAP_ADV_ITVL_MS: Convert advertising interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_ITVL_MS: Convert scan interval (0.625ms unit)
- ESP_BLE_GAP_SCAN_WIN_MS: Convert scan window (0.625ms unit)
- ESP_BLE_GAP_CONN_ITVL_MS: Convert connection interval (1.25ms unit)
- ESP_BLE_GAP_PERIODIC_ADV_ITVL_MS: Convert periodic adv interval (1.25ms unit)
- ESP_BLE_GAP_SUPERVISION_TIMEOUT_MS: Convert supervision timeout (10ms unit)

(cherry picked from commit 7cd2f7b34d)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-07 19:28:39 +08:00
Zhang Hai Peng
11bae0a7c5 fix(ble/bluedroid): Added security check in example Bluedroid_GATT_Server
(cherry picked from commit a36bf7fe14)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-07 19:28:39 +08:00
Shu Chen
6f6af3f3f5 Merge branch 'fix/fix_an_ot_example_v5.2' into 'release/v5.2'
fix(openthread): remove the default netif configuration from the ot_br example (v5.2)

See merge request espressif/esp-idf!44730
2026-01-07 08:12:54 +00:00
zhiweijian
b9a200f6b0 fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api 2026-01-06 20:52:26 +08:00
zhiweijian
7548eab182 feat(ble/bluedroid): Support bluedroid encrypted advertising data 2026-01-06 20:52:16 +08:00
Xu Si Yu
a81a6cb2d9 fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:47 +08:00
zwx
ab35f4f99e fix(openthread): removed unused ulp configuration 2025-12-30 10:57:03 +08:00
Wang Meng Yang
35da77d466 Merge branch 'refactor/split_a2dp_sink_v5.2' into 'release/v5.2'
refactor(examples/classic_bt): Split a2dp_sink example(v5.2)

See merge request espressif/esp-idf!44528
2025-12-26 21:26:09 +08:00
Island
edf3fb578d Merge branch 'fix/add_soc_caps_for_pawr_feat_v5.2' into 'release/v5.2'
fix(ble): add soc caps feat for PAwR (v5.2)

See merge request espressif/esp-idf!44147
2025-12-26 14:21:28 +08:00
yangfeng
040d4b948b refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples 2025-12-25 11:08:30 +08:00
yangfeng
898c087e51 docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
2025-12-25 11:08:30 +08:00
yangfeng
2f794197c9 refactor: Refactor the example of the coexistence of A2DP sink and GATT service 2025-12-25 11:08:02 +08:00