Commit Graph

7122 Commits

Author SHA1 Message Date
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
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
Chen Jian Hua
272e652b45 feat(bt/blufi): Support Blufi start advertising with specified name
(cherry picked from commit ea8bcdc360)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-08-18 14:54:58 +08:00
Marius Vikhammer
590cb66669 ci(system): enabled and cleanup misc system test-apps build-test-rules 2025-08-18 14:22:13 +08:00
Zhang Hai Peng
14dcf57fb1 fix(ble/bluedroid): Update Gatt_Server_Service_Table_Example_Walkthrough.md
(cherry picked from commit 6b360dacf6)

Co-authored-by: Cody <codyhubman4@gmail.com>
2025-08-15 14:54:12 +08:00
Zhang Hai Peng
9c2b36b0c1 fix(ble/bluedroid): Fixed the problem of macro definition error
(cherry picked from commit 6b212c7d47)

Co-authored-by: BLKDASH <128231495+BLKDASH@users.noreply.github.com>
2025-08-15 14:54:10 +08:00
Chen Jian Hua
c726799df4 feat(ble/bluedroid): Added BLE multiple connections examples
(cherry picked from commit b8996f3953)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-08-12 21:34:16 +08:00
Jiang Jiang Jian
6d012bbefe Merge branch 'bugfix/fix_scan_done_event_miss_issue_v5.5' into 'release/v5.5'
fix(wifi): fix scan done event miss issue(Backport v5.5)

See merge request espressif/esp-idf!41036
2025-08-09 08:10:18 +08:00
Jiang Jiang Jian
ceb11cd57e Merge branch 'feat/support_11ax_rate_for_cert_test_v5.5' into 'release/v5.5'
Feat/support 11ax rate for cert test v5.5(Backport v5.5)

See merge request espressif/esp-idf!41106
2025-08-08 20:07:20 +08:00
yinqingzhao
de8e1c7c06 feat(wifi): improve iperf performance of esp32c61 2025-08-08 20:00:21 +08:00
Mahavir Jain
2795fae32c Merge branch 'fix/update_postman_root_certificate_v5.5' into 'release/v5.5'
Updated postman root certificate (v5.5)

See merge request espressif/esp-idf!41051
2025-08-08 09:46:08 +05:30
muhaidong
ab6fdc801f feat(phy): update 11ax rate for cert test 2025-08-08 11:26:48 +08:00
muhaidong
7c17a0e1e8 feat(phy): add 11ax rate for cert test 2025-08-08 11:26:48 +08:00
hrushikesh.bhosale
2ac79a842c fix(esp_http_client): Moved httpd_async request from cert_pem to crt_bundle
Moved the httpd_async request from cert_pem to esp_crt_bundle. As cert_pem
is alredy tested for howmyssl URL
2025-08-05 16:25:40 +05:30
laokaiyao
43b5d206aa fix(i2s_es7210): fixed breaking change of dependency migration 2025-08-05 11:23:41 +08:00
hrushikesh.bhosale
415a05a6a5 feat(esp_http_server): Added pre handshake callback for websocket
1. If the user wants authenticate the request, then user needs to do
this before upgrading the protocol to websocket.
2. To achieve this, added pre_handshake_callack, which will execute
before handshake, i.e. before switching protocol.
2025-08-04 20:58:54 +05:30