Commit Graph

6857 Commits

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

See merge request espressif/esp-idf!45872
2026-02-28 11:45:23 +08:00
Chen Chen 93fde65311 docs(lcd): update rd pin description for i80_controller example
Closes https://github.com/espressif/esp-idf/issues/18277
2026-02-27 16:24:04 +08:00
Mahavir Jain d780a2e946 Merge branch 'bugfix/esp_local_ctrl_arg_check_v5.4' into 'release/v5.4'
fix(esp_local_ctrl): validate payload_case matches msg_type in command dispatcher (v5.4)

See merge request espressif/esp-idf!45926
2026-02-27 09:43:23 +05:30
Rahul Tank 649740afe2 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:02:58 +05:30
Rahul Tank 68382f6a1f fix(nimble): Fix various issues for security/vulnerability in host 2026-02-24 15:57:31 +05:30
Mahavir Jain f0706727a4 docs(protocomm): recommend using security2 scheme for production purpose 2026-02-17 11:47:24 +05:30
Rahul Tank d6ce5da7b6 fix(nimble): Bugfixes for various issues 2026-02-16 11:17:56 +05:30
wuzhenghui bf31d0396e fix(example): fix uninitialized gpio/rtcio in deepsleep example 2026-02-13 16:27:32 +08:00
Rahul Tank 47aebc48f5 fix(nimble): Fix ble_multi_adv example to show correct UUIDs information 2026-02-11 12:38:06 +05:30
Shu Chen f2d310738c Merge branch 'feat/add_phy_cli_debug_v5.4' into 'release/v5.4'
feat(openthread): support 154 debug features on RCP (v5.4)

See merge request espressif/esp-idf!45732
2026-02-10 11:07:39 +00:00
Sudeep Mohanty aa4fba8818 change(lp_adc): Cleanup LP ADC driver and example 2026-02-09 12:37:57 +01:00
Rahul Tank fada2a1e45 Merge branch 'bugfix/security_fixes_for_examples_v5.4' into 'release/v5.4'
fix(nimble): Fix vulnerabilities in NimBLE examples (v5.4)

See merge request espressif/esp-idf!45482
2026-02-09 14:24:05 +05:30
Shreeyash dacec1afa1 fix(nimble): Fix vulnerabilities in NimBLE examples 2026-02-06 18:43:33 +05:30
Tan Yan Quan 13337d7d3e feat(openthread): support 154 debug features on RCP 2026-02-06 20:18:26 +08:00
Tan Yan Quan a2d88a4e95 feat(ieee802154): add support for phyreg -g register debug 2026-02-06 20:18:25 +08:00
luoxu 6a79fd2621 feat(ble_mesh): alignment to release/v6.0 2026-02-06 11:18:19 +08:00
Mahavir Jain e246f9049e Merge branch 'fix/esp_https_client_test_v5.4' into 'release/v5.4'
fix(esp_http_client): Fixed the example pytest (v5.4)

See merge request espressif/esp-idf!45448
2026-02-05 18:48:08 +05:30
Astha Verma c1afe828bc fix(nimble): Added device name log for ext adv in blecent_throughput 2026-02-03 16:27:22 +05:30
zhiweijian 67cadec2a8 fix(ble/bluedroid): Change blufi sdkconfig 2026-01-30 20:16:01 +08:00
zhiweijian 467cc4ddb4 fix(ble/bluedroid): Change 5.0 event status 2026-01-30 20:15:51 +08:00
zhiweijian dd35a4eaef feat(ble/bluedroid): Add new bluedroid host examples 2026-01-30 20:14:59 +08:00
morris bf3e1d600a Merge branch 'fix/basic_eth_init_v5.4' into 'release/v5.4'
fix(esp_eth): fixed basic example MAC address config for SPI ETH v5.4

See merge request espressif/esp-idf!45500
2026-01-30 10:59:37 +08:00
Ondrej Kosta ad922bfc0d fix(esp_eth): fixed basic example MAC address config for SPI ETH 2026-01-29 10:43:28 +01:00
Astha Verma 1ee20b1365 fix(nimble): Reset HID service during deinit 2026-01-28 12:18:20 +08:00
hrushikesh.bhosale 4c8a024dc8 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:26:45 +05:30
hrushikesh.bhosale af5a62b455 fix(esp_http_client): Fixed the example pytest
Pytest was expect the positive content length for async req
2026-01-27 17:08:21 +05:30
Euripedes Rocha 5ccd546af1 Merge branch 'fix/bridge_test_v5.4' into 'release/v5.4'
Made ETH bridge test to be more robust (v5.4)

See merge request espressif/esp-idf!45393
2026-01-27 04:53:24 +01:00
Ondrej Kosta 43b93548ff ci(esp_eth): update ETH bridge test to be more robust 2026-01-23 08:51:32 +01:00
zhangyanjiao 40e5a17a39 fix(wifi/espnow): Increase the espnow example stack size
Closes https://github.com/espressif/esp-idf/issues/18128
2026-01-19 10:30:11 +08:00
laokaiyao 7c694de81c feat(i2s): support to get more channel info 2026-01-15 15:32:36 +08:00
Zhang Wen Xu f40ec1c990 Merge branch 'feat/migrate_iperf_cmd_v5.4' into 'release/v5.4'
feat(iperf): migrate iperf to use iperf-cmd component (v5.4)

See merge request espressif/esp-idf!45086
2026-01-15 03:27:13 +00:00
Jin Cheng cef2470455 fix(bt/bluedroid): add status management for audio sink service channel 2026-01-15 09:13:38 +08:00
Tan Yan Quan efeac167c1 fix(openthread): restore LED state indicator for example code 2026-01-14 14:13:45 +08:00
Tan Yan Quan 3d0301968f docs(openthread): add iperf usage guide to ot_cli example readme 2026-01-14 14:13:45 +08:00
Tan Yan Quan d98b68758d feat(openthread/cli-ext): update cli-ext to v2.0.0 2026-01-14 14:13:45 +08:00
Tan Yan Quan 97787f4f29 feat(openthread): migrate iperf to use iperf-cmd component 2026-01-14 14:13:45 +08:00
Rahul Tank c195fd11de fix(nimble): Add AD type macros in example 2026-01-14 10:53:25 +05:30
Zhang Hai Peng c3d5c161ca feat(examples/bluedroid): add BLE ACL latency measurement example
(cherry picked from commit 934970a06f)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-09 14:11:17 +08:00
zhanghaipeng 29c6755b46 fix(ble/hci): Fix OOB read in ble_adv_scan_combined example 2026-01-09 14:11:17 +08:00
Zhang Hai Peng a599bc9a02 docs(ble): add flow diagrams to bluedroid BLE examples
(cherry picked from commit 051077835c)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-09 14:11:17 +08:00
Zhang Hai Peng c69a9f9d19 refactor(examples/bluedroid): Replace hardcoded ADV type values with macros
(cherry picked from commit fdeb5ad87a)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2026-01-09 14:10:59 +08:00
Zhang Hai Peng d1bf2668c1 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-09 14:09:16 +08:00
Zhang Hai Peng aa70c1d27c 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-09 14:09:16 +08:00
morris 0770e7c90e Merge branch 'feat/isp_crop_driver_v5.4' into 'release/v5.4'
feat(isp): support Crop driver on p4 rev3 (v5.4)

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

See merge request espressif/esp-idf!44728
2026-01-07 08:13:35 +00:00
Chen Chen 467eddae9f feat(isp): support Crop driver on p4 rev3
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
2026-01-07 14:44:37 +08:00
zhiweijian 80b6fceac5 fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api 2026-01-06 21:08:30 +08:00
zhiweijian 61162a7887 feat(ble/bluedroid): Support bluedroid encrypted advertising data 2026-01-06 20:43:20 +08:00
Xu Si Yu 5ce85b2a9a fix(openthread): remove the default netif configuration from the ot_br example 2025-12-31 17:44:34 +08:00