Jiang Jiang Jian
eee4837542
Merge branch 'refactor/wps_eap_cleanup_v5.5' into 'release/v5.5'
...
refactor(esp_wifi): Remove WPS task code (v5.5)
See merge request espressif/esp-idf!42441
2025-10-16 15:12:53 +08:00
Mahavir Jain
ea36c4f609
Merge branch 'feature/esp_tee_c5_v5.5' into 'release/v5.5'
...
feat(esp_tee): Initial support for ESP32-C5 and related changes (v5.5)
See merge request espressif/esp-idf!42357
2025-10-16 09:39:23 +05:30
Kapil Gupta
f63e81c044
refactor(esp_wifi): Remove WPS task code
2025-10-16 11:12:22 +08:00
Jiang Jiang Jian
fb8d0336ae
Merge branch 'bugfix/bt_idf_ci_v5.5' into 'release/v5.5'
...
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.5)
See merge request espressif/esp-idf!42537
2025-10-16 10:24:20 +08:00
Rahul Tank
39b9662258
Merge branch 'feat/channel_sounding_nimble_v5.5' into 'release/v5.5'
...
feat(nimble): Add initial support for CS HCI (v5.5)
See merge request espressif/esp-idf!42278
2025-10-15 12:47:59 +05:30
Jiang Jiang Jian
b490bc0613
Merge branch 'feat/support_esp32c5_cert_test_example_v5.5' into 'release/v5.5'
...
Feat/support esp32c5 cert test example v5.5(Backport v5.5)
See merge request espressif/esp-idf!42535
2025-10-15 10:32:24 +08:00
Rahul Tank
126b8f8789
fix(nimble): Added CS service support
2025-10-14 16:41:02 +05:30
yangfeng
a5735b3252
fix(example/classic_bt): Fix potential stack overflow tasks
2025-10-14 16:38:13 +08:00
Rahul Tank
5652984db9
feat(nimble): Base support for Channel sounding HCI command and events
2025-10-14 12:14:19 +05:30
Laukik Hase
78737a757a
feat(esp_tee): Added support for PBKDF2-based (HMAC) ECDSA signing
2025-10-14 10:12:13 +05:30
Laukik Hase
4aafa4d11b
feat(esp_tee): Miscellaneous fixes and updates
...
- Rename `tee_test_fw` app configs for better CI tracking
- Decrease the lower bound of TEE I/DRAM config options
- Trim the TEE test-apps build
- Improve the TEE/REE OTA pytest script with additional checks
- Fix build issues when `tee_sec_storage`/`tee_ota_ops` are a
a part of the project build but ESP-TEE is disabled
2025-10-14 10:12:12 +05:30
hrushikesh.bhosale
067faa25c2
fix(http_server): Fix CI test failure async_handler
...
pytest trying to hit the server, before registration
of URI handlers or starting of server
2025-10-13 10:36:52 +05:30
muhaidong
c64b751c50
fix(phy): fix cmd get_rx_result log error issue
2025-10-13 10:42:37 +08:00
muhaidong
a58bae6812
fix(phy): add tx_contain_en cmd for esp32c5
2025-10-13 10:42:37 +08:00
muhaidong
c4aa4d47fc
feat(phy): support esp32c5 cert test
2025-10-13 10:42:37 +08:00
yangfeng
9664e406cc
fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks
2025-10-10 16:13:51 +08:00
C.S.M
4475b138af
doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part
2025-10-10 14:00:37 +08:00
Rahul Tank
67003b5630
fix(nimble): Declutter the nimble menu config options
2025-09-30 14:41:45 +05:30
peter.marcisovsky
ad1aa5dbd4
fix(usb_host): Updaing changed Kconfig value from usb_host_uvc component in UVC example
2025-09-29 17:24:07 +08:00
morris
82ed0c7cd3
Merge branch 'fix/twai_new_driver_example_and_fixs_v5.5' into 'release/v5.5'
...
feat(driver_twai): backport new driver examples and fixs (v5.5)
See merge request espressif/esp-idf!42008
2025-09-28 18:06:07 +08:00
Chen Chen
7eec1cadf1
feat: Update driver dependency for new version outside components
2025-09-26 16:35:45 +08:00
Island
e93f0e56b6
Merge branch 'change/ble_update_lib_20250828_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250828 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!41962
2025-09-24 10:27:50 +08:00
xieqinan@espressif.com
da54e34dbb
feat(zigbee): move the zcl_utility into the examples_utils of zb_common_components
2025-09-23 16:38:48 +08:00
wanckl
b2bca25a98
fix(driver_twai): added ctu_official listen only workaround
...
Closes https://github.com/espressif/esp-idf/issues/17461
2025-09-22 20:24:52 +08:00
wanckl
26c3b0b83c
fix(driver_twai): update example using wait_tx_done api
2025-09-22 20:24:20 +08:00
wanckl
0f2d8416b5
feat(driver_twai): update and simplify network example using new driver
2025-09-22 20:24:16 +08:00
Zhao Wei Liang
5ca84429c9
feat(ble): add console command to get dtm rx rssi in hci example
...
(cherry picked from commit c58f07ed1e )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
bfd84a6a0c
feat(ble): add console command to get dtm rx rssi on ESP32-C6
...
(cherry picked from commit b40f7c773b )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Island
56bef4d352
Merge branch 'bugfix/ble_enhanced_security_v2_v5.5' into 'release/v5.5'
...
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data (v5.5)
See merge request espressif/esp-idf!41307
2025-09-22 10:27:27 +08:00
wanckl
d625405ecb
feat(driver_twai): update error recover example using new driver
...
Closes https://github.com/espressif/esp-idf/issues/8461
2025-09-18 19:53:56 +08:00
wanckl
b5dbc7f3a1
feat(driver_twai): remove self test example since it's meanless
2025-09-18 15:10:20 +08:00
Rahul Tank
9d01ecf71b
Merge branch 'bugfix/set_tx_power_in_example_v5.5' into 'release/v5.5'
...
fix(nimble): Add Tx power information in adv data (v5.5)
See merge request espressif/esp-idf!41813
2025-09-11 14:26:04 +05:30
Rahul Tank
0feebfce2c
fix(nimble): Add Tx power information in adv data
2025-09-10 18:46:03 +05:30
Zhou Xiao
767014b382
fix(ble): init return code in nimble example
...
* Closes https://github.com/espressif/esp-idf/issues/17547
(cherry picked from commit 916f87b333 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-09-10 21:13:39 +08:00
Island
6b7d55aeba
Merge branch 'feat/support_blufi_adv_with_name_v5.5' into 'release/v5.5'
...
feat(bt/blufi): Support Blufi start advertising with specified name (v5.5)
See merge request espressif/esp-idf!41338
2025-09-04 12:02:40 +08:00
Island
ba4300c226
Merge branch 'feat/support_cble50y24_108_v5.5' into 'release/v5.5'
...
Support multi-connection optimization and examples on Bluedroid (v5.5)
See merge request espressif/esp-idf!41200
2025-09-04 12:02:33 +08:00
Jiang Jiang Jian
bf1fe556ee
Merge branch 'feat/esp32c5_lp_debug_example_v5.5' into 'release/v5.5'
...
feat(ulp): esp32c5 and esp32p4 support in debugging example (v5.5)
See merge request espressif/esp-idf!41006
2025-09-02 14:19:46 +08:00
Rahul Tank
aa82f52273
Merge branch 'fix/table_structure_v5.5' into 'release/v5.5'
...
fix(nimble): Restructure the table in README.md file (v5.5)
See merge request espressif/esp-idf!41660
2025-09-02 10:27:59 +05:30
Mahavir Jain
b966e396d3
Merge branch 'feat/support_authentication_feature_for_ws_v5.5' into 'release/v5.5'
...
Added pre handshake callback for websocket (v5.5)
See merge request espressif/esp-idf!41037
2025-09-02 09:18:29 +05:30
Mahavir Jain
ac38a274e5
Merge branch 'feat/make_https_async_request_under_crt_bundle_config_v5.5' into 'release/v5.5'
...
feat(esp_http_client): Make https_async request under CERT BUNDLE config (v5.5)
See merge request espressif/esp-idf!41458
2025-09-02 09:11:54 +05:30
Soren Friis
317eda0d91
docs(security_features_app): Update the QEMU instructions for the security_features_app example
...
Closes https://github.com/espressif/esp-idf/issues/17458
Closes https://github.com/espressif/esp-idf/pull/17464
2025-09-01 18:29:07 +08:00
Marius Vikhammer
b55eab5faf
Merge branch 'bugfix/enable_misc_test_case_v5.5' into 'release/v5.5'
...
ci: cleanup misc system build-test-rules (v5.5)
See merge request espressif/esp-idf!41317
2025-09-01 14:57:19 +08:00
morris
a7dbebf9da
Merge branch 'fix/mcpwm_foc_example_fix_angle_calc_v5.5' into 'release/v5.5'
...
fix(driver_mcpwm): in foc example correct the angle calcutation (v5.5)
See merge request espressif/esp-idf!41420
2025-09-01 14:51:39 +08:00
Shreeyash
52e9e02852
fix(nimble): Restructure the table in README.md file
2025-09-01 10:57:25 +05:30
Samuel Obuch
c9e4a1c382
feat(ulp): esp32c5 support in debugging example
2025-08-27 15:25:20 +02:00
Astha Verma
84dac281cf
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-26 17:34:51 +05:30
hrushikesh.bhosale
80b26b6c2b
feat(esp_http_client): Make https_async request under CERT BUNDLE config
...
Make https_async rqeuest under MBEDTLS_CERTIFICATE_BUNDLE config
2025-08-22 16:31:15 +05:30
wanckl
8267f0a460
fix(driver_mcpwm): in foc example correct the angle calcutation
...
Closes https://github.com/espressif/esp-idf/issues/17015
2025-08-21 13:44:08 +08:00
muhaidong
8fe3d573d2
fix(ci): increase the bin size of esp-mqtt ssl example with psk verification
2025-08-21 10:11:09 +08:00
muhaidong
12e1db7753
fix(ci): increased app partition size in mqtt5 example
2025-08-20 19:52:49 +08:00