sonika.rathi
24065c6bbd
refactor(examples/storage): update nvs_rw_blob and nvs_rw_value examples
2025-04-03 12:39:20 +02:00
sonika.rathi
e4e56a4687
refactor(examples/storage): move all the nvs examples to 'examples/storeage/nvs' directory
2025-04-03 12:39:20 +02:00
Laukik Hase
3fd107aa04
feat(mbedtls): Add support for ECDSA signing with TEE secure storage
2025-04-03 15:35:15 +05:30
Laukik Hase
1e8933d296
feat(esp_tee): Add support for SECP192R1 curve in TEE secure storage
2025-04-03 15:35:14 +05:30
Wan Lei
1e30aa74b5
Merge branch 'feat/h21_spi_driver_support' into 'master'
...
feat(driver_spi): h21 spi driver support
Closes IDF-11583 and IDF-11587
See merge request espressif/esp-idf!37442
2025-04-03 16:15:14 +08:00
Guillaume Souchere
8f0e9f038b
fix(tinyusb): Update console exit mechanism in tusb_msc example
2025-04-03 10:06:59 +02:00
Guillaume Souchere
30f8b59ed0
feat(console): Make console deinit optional
2025-04-03 10:06:01 +02:00
Sajia
07540f3253
refactor(wifi): Add SAE PT config flag and optimize wifi bin size for sta mode
2025-04-03 10:00:28 +05:30
harshal.patil
9221c4eecd
fix(examples): Example CA certs must contain the Key Usage parameter
...
- Example CA certificates that are used for self-signed client certificates
need to include the Key Usage parameter.
- Python3.13 changed the default context of the SSL context that is
generated using ssl.create_default_context() by enabling the VERIFY_X509_STRICT
flag by default
2025-04-03 09:20:35 +05:30
wanckl
51873d46aa
feat(driver_spi): add h21 spi drivers supports
2025-04-03 11:27:29 +08:00
Shu Chen
fcbe493070
Merge branch 'feature/add_txrx_frame_dump_debugging' into 'master'
...
feat(802.15.4): supported tx/rx frame dumping
See merge request espressif/esp-idf!37983
2025-04-03 09:52:42 +08:00
Wan Lei
25cd10ce53
Merge branch 'feat/c5_twaifd_new_driver_c5_only' into 'master'
...
feat(driver_twai): c5 twaifd new driver (part_1, c5 only)
Closes IDF-8691 and IDF-8692
See merge request espressif/esp-idf!37271
2025-04-02 14:39:27 +08:00
zwx
d6996bd49c
feat(802.15.4) add a build CI test for debugging feature
2025-04-02 12:09:05 +08:00
wanckl
043c46b4f4
feat(driver_twai): add new driver based on c5 twaifd
2025-04-01 20:17:09 +08:00
morris
122d122c64
refactor(gpio): reuse gpio_int_type_t in the rtc io driver
2025-04-01 18:21:57 +08:00
Jiang Jiang Jian
96244e0849
Merge branch 'feature/bt_support_external_codec' into 'master'
...
feat(bt/bluedroid): Support external codec in Bluedroid HFP and A2DP
Closes BT-3937
See merge request espressif/esp-idf!36607
2025-04-01 10:34:23 +08:00
Chen Ji Chang
c3a3cc8657
Merge branch 'feat/h4_enable_ci_build' into 'master'
...
feat(esp32h4): enable ESP32H4 ci build
Closes IDF-12332
See merge request espressif/esp-idf!37921
2025-03-31 23:49:48 +08:00
Adam Múdry
b5b2fbc87d
feat(fatfs/diskio): Remove const from PARTITION VolToPart
...
Closes https://github.com/espressif/esp-idf/issues/14148
2025-03-31 13:35:39 +02:00
Lu Ai Jun
e2f50bea42
Merge branch 'ci/add_test_for_ecos_wifi_enterprise' into 'master'
...
CI: add C3 eco7 and C2 eco4 tests for wifi
See merge request espressif/esp-idf!37759
2025-03-31 10:10:56 +08:00
Rahul Tank
6e1f071618
Merge branch 'fix/periodic_adv_example' into 'master'
...
fix(nimble):Fix conversion for min-max itvl of periodic adv param
See merge request espressif/esp-idf!38042
2025-03-29 19:45:37 +08:00
linruihao
a5f620ecfe
fix(examples): Fix deprecation warning in a2dp_gatts_coex example
2025-03-28 19:45:18 +08:00
Adam Múdry
3ab1ddaab5
Merge branch 'feat/read_only_nvs' into 'master'
...
feat(nvs): Allow read-only NVS partitions smaller than 0x3000
Closes IDFGH-14558
See merge request espressif/esp-idf!36767
2025-03-28 17:49:08 +08:00
Chen Jichang
1785e1d329
refactor(flash): spilt flash cap in esp_rom
2025-03-28 15:04:25 +08:00
Chen Jichang
6c4271d4bb
feat(esp32h4): disable unsupported build
2025-03-28 14:41:29 +08:00
Chen Jichang
c34b4eb882
feat(esp32h4): enable ESP32H4 ci build
2025-03-28 14:41:28 +08:00
Abhinav Kudnar
3314f81672
fix(nimble): Fix conversion for min-max itvl of periodic adv param
2025-03-28 14:18:17 +08:00
linruihao
d11be52064
feat(examples): Add kconfig option for a2dp_sink example to use new audio APIs
2025-03-28 14:13:20 +08:00
linruihao
3da17f356c
change(examples): Update hfp_hf example to use new audio APIs
2025-03-28 14:13:20 +08:00
Shu Chen
ab7200294f
Merge branch 'fix/ot_update_include' into 'master'
...
fix(openthread): change include statement to updated upstream path
See merge request espressif/esp-idf!38089
2025-03-28 11:48:58 +08:00
Tan Yan Quan
364ad261f8
fix(openthread): change include statement to updated upstream path
2025-03-28 11:12:20 +08:00
Island
21ca2378cb
Merge branch 'bugfix/fix_some_ble_bugs_2503' into 'master'
...
Bugfix/fix some ble bugs 2503
Closes BLERP-1678, BLERP-1679, BLERP-1680, BLERP-1681, BLERP-1683, BLERP-1685, and BLERP-1687
See merge request espressif/esp-idf!37930
2025-03-28 10:31:42 +08:00
Adam Múdry
4a6b99bc4a
feat(nvs): Optimize read-only NVS loading
2025-03-27 12:42:04 +01:00
Shu Chen
3eed1624cb
Merge branch 'feat/update_ot_upstream' into 'master'
...
feat(openthread): update openthread upstream submodule to support BR DNS resolution
See merge request espressif/esp-idf!36513
2025-03-27 18:53:47 +08:00
Chen Ji Chang
8e591a2128
Merge branch 'feat/parlio_use_gdma_eof' into 'master'
...
feat(parlio_tx): support loop transmission
Closes IDF-8223 and IDF-11397
See merge request espressif/esp-idf!35733
2025-03-27 17:10:59 +08:00
Island
16ba8f892d
Merge branch 'feature/add_vendor_ble_cmd_definitions' into 'master'
...
Feature/add vendor ble cmd definitions
Closes BLERP-1684 and BLERP-1661
See merge request espressif/esp-idf!37598
2025-03-27 17:06:15 +08:00
zhanghaipeng
a9286567f0
fix(ble/bluedroid): Fix potential uint32_t overflow in BLE btu_start_timer
2025-03-27 16:59:12 +08:00
Tan Yan Quan
214691bce5
feat(openthread): increase CI timeout for dns CLI commands
2025-03-27 16:08:15 +08:00
Adam Múdry
851e869bb2
fix: parttool print subprocess output on fail
2025-03-27 15:50:27 +08:00
Adam Múdry
d8ebca368c
feat(nvs): Allow read-only NVS partitions smaller than 0x3000
...
E.g. for factory settings data
Closes https://github.com/espressif/esp-idf/issues/15317
2025-03-27 15:50:27 +08:00
Guillaume Souchere
6ef7ad67d4
Merge branch 'feat/per-task-peak-usage' into 'master'
...
feat(heap): Add per task peak heap usage feature
Closes IDF-1811 and IDFGH-11277
See merge request espressif/esp-idf!26462
2025-03-26 15:20:04 +08:00
Kevin (Lao Kaiyao)
cb1902af19
Merge branch 'refactor/upgrade_i2s_codec_example_dependency' into 'master'
...
refactor(i2s_es8311): refactor es8311 example
See merge request espressif/esp-idf!37953
2025-03-26 11:27:16 +08:00
laokaiyao
5a0d21a467
refactor(i2s_es8311): remove esp-box bsp support
2025-03-25 19:58:12 +08:00
Guillaume Souchere
d429b1fdbb
feat(examples): Update heap task tracking examples
...
update example to showcasee the new API of heap task tracking
- Add basic heap task traacking example
- Add advanced example for task tracking
2025-03-25 10:22:30 +01:00
Island
2217fb81c8
Merge branch 'feat/optimize_cble50y24_111' into 'master'
...
feat(bt/bluedroid): Added BLE eddystone sender example
Closes BLERP-991
See merge request espressif/esp-idf!34317
2025-03-25 16:46:54 +08:00
laokaiyao
92f3faff41
refactor(i2s_es8311): refactor es8311 example
2025-03-25 16:12:38 +08:00
zhiweijian
e07233bc81
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3 (03d0f8a6)
...
- Remove unused functions in the controller
2025-03-25 15:07:31 +08:00
Shen Weilong
3a71bec278
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-25 15:07:31 +08:00
zhangbowen
06366353d8
feat(bt/bluedroid): Added BLE eddystone sender example
2025-03-21 19:53:59 +08:00
Mahavir Jain
ce7ec7f19f
Merge branch 'feature/enable_hmac_and_ds_support_for_esp32h21' into 'master'
...
feat: enabled hmac and ds support in esp32h21
Closes IDF-11495 and IDF-11497
See merge request espressif/esp-idf!37085
2025-03-21 17:23:46 +08:00
Chen Jichang
85d636dc3a
feat(parlio_tx): add example of loop transmission
2025-03-21 16:49:45 +08:00