Commit Graph

6413 Commits

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

See merge request espressif/esp-idf!45868
2026-02-13 21:06:08 +08:00
wuzhenghui
ae2128e627 fix(example): fix uninitialized gpio/rtcio in deepsleep example 2026-02-13 12:11:29 +08:00
Jiang Jiang Jian
67a274e516 Merge branch 'bugfix/fix_some_wifi_bugs_260212_v5.3' into 'release/v5.3'
fix(wifi): fix some wifi bugs 260212(Backport v5.3)

See merge request espressif/esp-idf!45846
2026-02-13 11:55:50 +08:00
muhaidong
dc79fdf103 fix(wifi): fix lmac tx done assert issue 2026-02-12 17:12:25 +08:00
Rahul Tank
76a004650d fix(nimble): Fix ble_multi_adv example to show correct UUIDs information 2026-02-11 12:41:18 +05:30
Shu Chen
534cdf3268 Merge branch 'feat/add_phy_cli_debug_v5.3' into 'release/v5.3'
feat(openthread): support 154 debug features on RCP (v5.3)

See merge request espressif/esp-idf!45733
2026-02-10 11:07:51 +00:00
Rahul Tank
6b497115c5 Merge branch 'bugfix/security_fixes_for_examples_v5.3' into 'release/v5.3'
fix(nimble): Fix vulnerabilities in NimBLE examples (v5.3)

See merge request espressif/esp-idf!45483
2026-02-09 14:24:30 +05:30
Island
011e0ce95b Merge branch 'feat/ble_mesh_alignment_to_v6.0_v5.3' into 'release/v5.3'
feat(ble_mesh): alignment to release/v6.0 (v5.3)

See merge request espressif/esp-idf!45453
2026-02-09 11:35:46 +08:00
Martin Vychodil
1926c6da40 Merge branch 'feat/sdspi_option_to_disable_waiting_for_miso_poll_busy_v5.3' into 'release/v5.3'
feat(sdspi): Add an option to modify the waiting time for MISO before sending next command (v5.3)

See merge request espressif/esp-idf!42447
2026-02-06 22:06:32 +08:00
Shreeyash
5319914af2 fix(nimble): Fix vulnerabilities in NimBLE examples 2026-02-06 18:47:08 +05:30
Tan Yan Quan
b1ec599bc1 feat(openthread): support 154 debug features on RCP 2026-02-06 20:18:34 +08:00
Tan Yan Quan
44cf0aa3ac feat(ieee802154): add support for phyreg -g register debug 2026-02-06 20:18:34 +08:00
Mahavir Jain
455f5f11a0 Merge branch 'fix/esp_https_client_test_v5.3' into 'release/v5.3'
fix(esp_http_client): Fixed the example pytest (v5.3)

See merge request espressif/esp-idf!45449
2026-02-05 18:47:56 +05:30
Rahul Tank
6ee75a8721 Merge branch 'bugfix/fix_nimble_issues_v5.3' into 'release/v5.3'
Fix few nimble issues related to different functionalities (v5.3)

See merge request espressif/esp-idf!45618
2026-02-05 14:47:57 +05:30
luoxu
7af8021ca2 feat(ble_mesh): alignment to release/v6.0 2026-02-04 14:28:38 +08:00
Astha Verma
22256e66a1 fix(nimble): Added device name log for ext adv in blecent_throughput 2026-02-03 16:30:07 +05:30
gaoxu
50c802d057 feat(adc): add adc_continuous_parse_data api 2026-02-03 16:51:43 +08:00
zhiweijian
6f48dddbc2 fix(ble/bluedroid): Fixed bluedroid examples CI failed 2026-01-31 10:54:13 +08:00
zhiweijian
f84b0e9a39 fix(ble/bluedroid): Change blufi sdkconfig 2026-01-30 20:21:19 +08:00
zhiweijian
79dec2082d fix(ble/bluedroid): Change 5.0 event status 2026-01-30 20:21:09 +08:00
zhiweijian
9df0361dd6 feat(ble/bluedroid): Add new bluedroid host examples 2026-01-30 20:20:33 +08:00
morris
9f4b8cec54 Merge branch 'fix/basic_eth_init_v5.3' into 'release/v5.3'
fix(esp_eth): fixed basic example MAC address config for SPI ETH v5.3

See merge request espressif/esp-idf!45501
2026-01-30 10:58:40 +08:00
Ondrej Kosta
2e023e759a fix(esp_eth): fixed basic example MAC address config for SPI ETH 2026-01-29 10:44:36 +01:00
Astha Verma
bdb3f7ef77 fix(nimble): Reset HID service during deinit 2026-01-28 12:18:28 +08:00
hrushikesh.bhosale
9926b91a99 fix(esp_http_client): Fixed the esp_http_client example test
- remove the dut expect which was expect error code for invalid
request, as the HTTP_EVENT_DISCONNECTED is not getting triggered
2026-01-27 17:28:34 +05:30
hrushikesh.bhosale
a40b472220 fix(esp_http_client): Fixed the example pytest
Pytest was expect the positive content length for async req
2026-01-27 17:08:34 +05:30
Jiang Jiang Jian
b8b89efadb Merge branch 'fix/bridge_test_v5.3' into 'release/v5.3'
Made ETH bridge test to be more robust (v5.3)

See merge request espressif/esp-idf!45394
2026-01-27 11:55:05 +08:00
Ondrej Kosta
7478afecfb ci(esp_eth): update ETH bridge test to be more robust 2026-01-23 08:51:42 +01:00
zhangyanjiao
d958c05e90 fix(wifi/espnow): Increase the espnow example stack size
Closes https://github.com/espressif/esp-idf/issues/18128
2026-01-19 10:32:33 +08:00
Adam Múdry
9473de8f26 feat(sdspi): Add an option to modify wait time for MISO before sending next command
Closes https://github.com/espressif/esp-idf/issues/16909
2026-01-16 11:53:59 +01:00
Zhang Wen Xu
30097fda52 Merge branch 'feat/migrate_iperf_cmd_v5.3' into 'release/v5.3'
feat(iperf): migrate iperf to use iperf-cmd component (v5.3)

See merge request espressif/esp-idf!45087
2026-01-15 03:26:57 +00:00
Jin Cheng
a68d4674e8 fix(bt/bluedroid): add status management for audio sink service channel 2026-01-15 09:14:56 +08:00
Tan Yan Quan
5cc0976cd5 fix(openthread): restore LED state indicator for example code 2026-01-14 14:14:06 +08:00
Tan Yan Quan
e012ad6d69 docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:14:06 +08:00
Tan Yan Quan
0d98a08e47 feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:14:05 +08:00
Tan Yan Quan
33d97e087a feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:14:05 +08:00
Rahul Tank
7a979f3bde fix(nimble): Add AD type macros in example 2026-01-14 10:54:26 +05:30
Island
6cd6db4d63 Merge branch 'bugfix/fix_ble_security_issue_2025_v3_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fix type mismatch and length validation in HCI packet parser (v5.3)

See merge request espressif/esp-idf!44665
2026-01-09 11:43:41 +08:00
Marek Fiala
9be8444488 change(tools): Updated argument files with quotations in README.md 2026-01-07 13:12:26 +01:00
Shu Chen
a1b4da1606 Merge branch 'fix/fix_an_ot_example_v5.3' into 'release/v5.3'
fix(openthread): remove the default netif configuration from the ot_br example (v5.3)

See merge request espressif/esp-idf!44729
2026-01-07 08:13:03 +00:00
zhiweijian
df21eb8934 fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api 2026-01-06 21:14:19 +08:00
zhiweijian
b499bbef2b feat(ble/bluedroid): Support bluedroid encrypted advertising data 2026-01-06 20:45:56 +08:00
Zhang Hai Peng
e81cca4f2f feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-06 10:34:53 +08:00
zhanghaipeng
05376b61e1 fix(ble/hci): Fix OOB read in ble_adv_scan_combined example 2026-01-06 10:34:53 +08:00
Zhang Hai Peng
83132234ca docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-06 10:34:53 +08:00
Zhang Hai Peng
204d383817 refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-06 10:34:53 +08:00
Zhang Hai Peng
e4a3afc445 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-06 10:34:53 +08:00
Zhang Hai Peng
4b4e0427f9 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-06 10:34:53 +08:00
Xu Si Yu
52eccc4c9f fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:40 +08:00
zwx
bfc991a7fe fix(openthread): removed unused ulp configuration 2025-12-30 10:59:03 +08:00