Ashish Sharma
9681ec0f9c
fix: fixes failing dynamic buffer tests
2026-03-30 13:45:28 +08:00
Marius Vikhammer
591c4e8cf8
Merge branch 'docs/fix_check_readme_links_v5.5' into 'release/v5.5'
...
docs(examples): fix broken README links found by check_readme_links CI (v5.5)
See merge request espressif/esp-idf!47059
2026-03-30 13:23:05 +08:00
Mahavir Jain
4322004453
Merge branch 'contrib/github_pr_18310_v5.5' into 'release/v5.5'
...
fix(esp_http_server): Dispatch PONG frames to WebSocket handler (GitHub PR) (v5.5)
See merge request espressif/esp-idf!46656
2026-03-30 10:24:02 +05:30
Marius Vikhammer
1e82f9e272
docs(examples): fix remaining README links on release/v5.5
...
release/v5.5 still has additional check_readme_links 404s after the
master backport. Update the remaining board and ESP32-P4 API
references so the release branch no longer fails on those URLs.
Made-with: Cursor
2026-03-27 11:27:51 +08:00
Marius Vikhammer
5e0a0b05a8
docs(examples): fix broken README links found by check_readme_links CI
...
The hw-reference/modules-and-boards page was removed from esp-idf docs
and moved to esp-dev-kits. The ESP32-S2-Saola-1 user guide similarly
moved. The configure-builtin-jtag link used the now-obsolete chip-less
stable URL format.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-27 11:23:36 +08:00
Ashish Sharma
4425dbf4af
feat(http_server): adds example to test server pong response
2026-03-16 16:55:54 +08:00
Ashish Sharma
6f392e6fd6
feat(http_server): improve websocket server handling
...
1. Adds post handshake callback
2. Removes requirement to handle HTTP_GET message in websocket handler
Closes https://github.com/espressif/esp-idf/issues/18215
2026-03-16 13:57:59 +08:00
Jiang Jiang Jian
a650e6c21b
Merge branch 'bugfix/fixed_blufi_doc_issue_v5.5' into 'release/v5.5'
...
fix(doc): set SOC_BLUFI_SUPPORTED in soc_caps.h for ESP32-C5 (v5.5)
See merge request espressif/esp-idf!45414
2026-03-07 11:03:56 +08:00
Jiang Jiang Jian
bb424cc628
Merge branch 'fix/roam_scan_ongoing_flag_set_v5.5' into 'release/v5.5'
...
Set and unset roam scan ongoing flag properly(v5.5)
See merge request espressif/esp-idf!46188
2026-03-06 19:59:06 +08:00
Shen Wei Long
710ac60f2c
fix(doc): set SOC_BLUFI_SUPPORTED in soc_caps.h for ESP32-C5
...
(cherry picked from commit 60ece6a7f2 )
Co-authored-by: ShenWeilong <shenweilong@espressif.com >
2026-03-06 16:07:36 +08:00
tarun.kumar
e6963b03c7
fix(roam) : Set and unset roam scan ongoing flag properly
2026-03-04 16:08:25 +05:30
morris
655e49b72b
fix(dsi): test apps manifest error
2026-03-04 15:11:09 +08:00
Jiang Jiang Jian
214319b758
Merge branch 'fix/fix_io_wakeup_issues_v5.5' into 'release/v5.5'
...
fix(esp_hw_support): make esp_deep_sleep_enable_gpio_wakeup available to PD_TOP lightsleep (v5.5)
See merge request espressif/esp-idf!45871
2026-03-03 19:38:31 +08:00
Jiang Jiang Jian
99492e859b
Merge branch 'ci/fix_mqtt_sll_test_v5.x' into 'release/v5.5'
...
ci(mqtt): use QoS=1 for control messages in SSL test
See merge request espressif/esp-idf!44092
2026-03-03 19:37:33 +08:00
Rahul Tank
fbd283e5a5
fix(nimble): Fixed memory leak when dynamic services are disabled
2026-03-03 10:01:06 +05:30
Zhang Wen Xu
a8d0137263
Merge branch 'feat/csl_power_consumption_v5.5' into 'release/v5.5'
...
feat(openthread): turn off rx earlier for csl if no packet received (v5.5)
See merge request espressif/esp-idf!46193
2026-03-03 03:35:30 +00:00
Zhang Wen Xu
e690cecfe5
Merge branch 'feat/add_phy_cli_debug_v5.5' into 'release/v5.5'
...
feat(openthread): support 154 debug features on RCP (v5.5)
See merge request espressif/esp-idf!45731
2026-03-03 03:33:46 +00:00
Tan Yan Quan
65d38885e4
feat(openthread): turn off rx earlier for csl if no packet received
2026-03-02 17:00:13 +08:00
morris
ae27433132
Merge branch 'feat/fix_mipi_dma2d_example_when_flash_enc_v5.5' into 'release/v5.5'
...
feat(mipi_dsi): allow to use dma2d in example when flash is encrypted (v5.5)
See merge request espressif/esp-idf!46007
2026-03-02 11:24:04 +08:00
Island
e8e5527488
Merge branch 'feat/add_new_bluedroid_host_examples_v5.5' into 'release/v5.5'
...
feat(ble/bluedroid): Add new bluedroid host examples (v5.5)
See merge request espressif/esp-idf!44880
2026-03-02 10:36:29 +08:00
morris
fe6f9cafaa
Merge branch 'feat/lcd_example_add_rd_v5.5' into 'release/v5.5'
...
docs(lcd): update rd pin description for i80_controller example (v5.5)
See merge request espressif/esp-idf!46108
2026-02-28 11:27:51 +08:00
Euripedes Rocha
46fd266877
Merge branch 'fix/basic_eth_init' into 'release/v5.5'
...
fix(esp_eth): fixed basic example MAC address config for SPI ETH v5.5
See merge request espressif/esp-idf!45499
2026-02-27 14:17:22 +01:00
Chen Chen
68def2633c
docs(lcd): update rd pin description for i80_controller example
...
Closes https://github.com/espressif/esp-idf/issues/18277
2026-02-27 16:23:59 +08:00
Mahavir Jain
53c7697465
Merge branch 'bugfix/esp_local_ctrl_arg_check_v5.5' into 'release/v5.5'
...
fix(esp_local_ctrl): validate payload_case matches msg_type in command dispatcher (v5.5)
See merge request espressif/esp-idf!45925
2026-02-27 09:43:33 +05:30
morris
8fa3471930
Merge branch 'fix/twai_test_split_runner_tags_v5.5' into 'release/v5.5'
...
fix(driver_twai): test split runner combinations (v5.5)
See merge request espressif/esp-idf!46071
2026-02-26 19:21:21 +08:00
Alexey Gerenkov
0c7eac2565
Merge branch 'feature/picolibc_v5.5' into 'release/v5.5'
...
feat(build): add Picolibc support (v5.5)
See merge request espressif/esp-idf!44108
2026-02-26 18:12:58 +08:00
wanckl
95c0f2778e
fix(driver_twai): test split runner combinations
2026-02-26 12:00:23 +08:00
Fu Hanxi
e01f8bf308
Merge branch 'ci/backport-master-5.5-2026-02-11' into 'release/v5.5'
...
ci: backport master to 5.5
See merge request espressif/esp-idf!45834
2026-02-25 15:12:48 +01:00
Fu Hanxi
124a1d3b82
ci: backport master to 5.5
2026-02-25 11:38:38 +01:00
Rahul Tank
4f54e0e103
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:01:35 +05:30
Rahul Tank
d4e3b47984
Merge branch 'bugfix/fix_host_nimble_fixes_v5.5' into 'release/v5.5'
...
fix(nimble): Fix various issues for security/vulnerability in host (v5.5)
See merge request espressif/esp-idf!45992
2026-02-25 12:48:03 +05:30
Mahavir Jain
09935fda4d
Merge branch 'fix/esp_https_ota_header_handling_for_custom_data_v5.5' into 'release/v5.5'
...
Issue with complete headers for custom partition OTA (v5.5)
See merge request espressif/esp-idf!45795
2026-02-25 12:26:09 +05:30
Ondrej Kosta
a7c0bbb98c
ci(esp_eth): update ETH bridge test to be more robust
2026-02-24 12:39:13 +01:00
morris
4df38f2747
Merge branch 'fix/usb_device_example_enable_compile_warnings_backport_v5.5' into 'release/v5.5'
...
fix(usb_device): Enable compile warning on device examples backport v5.5
See merge request espressif/esp-idf!45928
2026-02-24 11:21:52 +08:00
Chen Jichang
d8eb1fd4f6
feat(mipi_dsi): allow to use dma2d in example when flash is encrypted
...
Closes https://github.com/espressif/esp-idf/issues/17708
2026-02-24 11:21:09 +08:00
Ondrej Kosta
388447215b
fix(esp_eth): fixed basic example MAC address config for SPI ETH
2026-02-23 12:40:32 +01:00
Rahul Tank
0990d6e03e
fix(nimble): Fix various issues for security/vulnerability in host
2026-02-23 14:09:34 +05:30
Rahul Tank
641e71e265
fix(nimble): Fix ble_multi_adv example to show correct UUIDs information
2026-02-19 12:22:51 +05:30
Shreeyash
ba1360baef
fix(nimble): Fix vulnerabilities in NimBLE examples
2026-02-19 10:18:38 +05:30
Astha Verma
6ad8c2667f
fix(nimble): Added device name log for ext adv in blecent_throughput
2026-02-18 22:12:50 +05:30
Rahul Tank
2643e1f095
Merge branch 'bugfix/fix_nimble_issues_11022026_v5.5' into 'release/v5.5'
...
fix(nimble): Bugfix/fix nimble issues 11022026 (v5.5)
See merge request espressif/esp-idf!45908
2026-02-18 22:07:33 +05:30
Mahavir Jain
bde6e74231
Merge branch 'fix/tee_sec_stg_aes_gcm_iv_reuse_v5.5' into 'release/v5.5'
...
fix(esp_tee): Prevent IV reuse in the TEE secure storage AES-GCM service (v5.5)
See merge request espressif/esp-idf!45682
2026-02-18 18:04:19 +05:30
Mahavir Jain
dbc3098182
Merge branch 'contrib/github_pr_17641_v5.5' into 'release/v5.5'
...
Allow the https server to request client certs only with OPTIONAL (GitHub PR) (v5.5)
See merge request espressif/esp-idf!45797
2026-02-18 18:03:52 +05:30
Mahavir Jain
f1da2855b1
Merge branch 'fix/add_check_for_range_request_supported_by_server_during_ota_resumption_v5.5' into 'release/v5.5'
...
fix(esp_https_ota): added a check if range request is supported during OTA resumption is enabled (v5.5)
See merge request espressif/esp-idf!45819
2026-02-18 18:02:24 +05:30
Mahavir Jain
28911775eb
Merge branch 'fix/esp_https_client_test_v5.5' into 'release/v5.5'
...
fix(esp_http_client): Fixed the example pytest (v5.5)
See merge request espressif/esp-idf!45447
2026-02-18 18:01:55 +05:30
Astha Verma
eee0e24e48
fix(nimble): Fix memory leak when enabling gatt caching
2026-02-17 16:04:49 +05:30
peter.marcisovsky
ebc4e5530e
fix(usb_device): Enable compile warning on device examples
2026-02-17 09:55:30 +01:00
Mahavir Jain
ab9e5cc34d
docs(protocomm): recommend using security2 scheme for production purpose
2026-02-17 11:47:12 +05:30
nilesh.kale
b7ef04f701
fix(esp_https_ota): handle ota resumption if server dosent support range requests
...
This commit added check to see if server supports range requets,
and fallback to OTA without resumption accordingly.
Closes https://github.com/espressif/esp-idf/pull/17960
2026-02-17 11:20:07 +05:30
Rahul Tank
2fcf63c746
fix(nimble): Bugfixes for various issues
2026-02-16 11:09:31 +05:30