Zhang Shuxian
b615ab5a40
docs: Update CN translation for secure boot
2025-07-22 19:14:46 +08:00
harshal.patil
4fc9fd4891
fix(esp_system): Remove redundant crypto clock source selection
2025-07-21 09:19:42 +05:30
harshal.patil
94019776bd
ci(security): Security test app updated yml
...
- Also fixes the errors generated by the check-test-scripts command
2025-07-21 09:19:42 +05:30
harshal.patil
dbcaddb745
docs(secure-boot-v2): Update the signature verification timings
...
- THe timings are calculated for the ROM verifying the bootloader's signature
2025-07-21 09:19:42 +05:30
harshal.patil
37e5c0701a
docs(secure_boot_v2): Add documentation for Secure Boot V2 using ECDSA-P384
2025-07-21 09:19:42 +05:30
harshal.patil
0f51640674
test(secure_boot): Add tests for ECDSA-based secure boot scheme
2025-07-21 09:19:42 +05:30
harshal.patil
5699619606
test(examples/efuse): Add test for secure boot v2 using ecdsa-p384
2025-07-21 09:19:42 +05:30
harshal.patil
130e72f82b
feat(bootloader_support): Support Secure Boot using ECDSA-P384 curve
2025-07-21 09:19:42 +05:30
harshal.patil
03ea07155a
change(bootloader_support/secure_boot): Allow NULL as verified_digest for app build
...
The esp_secure_boot_verify_sbv2_signature_block() and esp_secure_boot_verify_rsa_signature_block()
APIs need and use the verified_digest argument only for BOOTLOADER_BUILD, but the argument is
not used in the application code, and the value present in verified_digest is considered invalid.
Thus, allow passing NULL as the verified_digest parameter to help some save space.
2025-07-21 09:19:42 +05:30
harshal.patil
3f9ab5d5e7
fix(bootloader_support/secure_boot): Fix incorrect usage of ESP_SECURE_BOOT_KEY_DIGEST_LEN
2025-07-21 09:19:42 +05:30
Wang Meng Yang
61ccbbe7f0
Merge branch 'bugfix/fix_external_codec_build_issue' into 'master'
...
fix(bt/bluedroid): Fix build issue when using external sbc codec
Closes BT-4051
See merge request espressif/esp-idf!40554
2025-07-21 10:44:02 +08:00
Kevin (Lao Kaiyao)
1c74e1a8a2
Merge branch 'docs/check_ana_cmpr_and_touch_for_c61' into 'master'
...
docs: remove touch_pad.rst from C61 not_updated list
Closes IDF-10146, IDF-10136, IDF-10128, IDF-10122, IDF-10139, and IDF-10131
See merge request espressif/esp-idf!40681
2025-07-20 14:36:48 +08:00
Jiang Jiang Jian
7add0c1547
Merge branch 'fix/disconnect_sta_in_wps_start' into 'master'
...
fix(wifi): Disconnect station from previous AP in wps_start instead of wps_enable
Closes WIFIBUG-1263
See merge request espressif/esp-idf!40306
2025-07-19 09:05:47 +08:00
Sarvesh Bodakhe
762a5c68e0
fix(wifi): Disconnect station in wps_start instead of wps_enable
...
Modifies changes from 3ee449bc5d
2025-07-18 23:50:09 +08:00
Jiang Jiang Jian
0d6f8e3930
Merge branch 'fix/fix_esp32c2_eco4_ld_issue' into 'master'
...
fix(wifi): fix esp32c2 eco4 ld issue
See merge request espressif/esp-idf!40224
2025-07-18 22:10:08 +08:00
wangtao@espressif.com
d32b2f6ca6
fix(wifi): fix esp32c2 eco4 ld issue
2025-07-18 17:54:44 +08:00
laokaiyao
8fa39ee0fe
docs: remove touch_pad.rst from C61 not_updated list
2025-07-18 17:25:39 +08:00
Gao Xu
c03ab39028
Merge branch 'feat/support_sdio_on_c61' into 'master'
...
feat(sdio): supported slave sdio on esp32c61
Closes IDF-12883, IDF-12594, and IDF-10151
See merge request espressif/esp-idf!40485
2025-07-18 16:37:48 +08:00
Armando (Dou Yiwen)
7611a37de3
Merge branch 'feat/h4_cache_msync' into 'master'
...
cache: h4 cache msync support
Closes IDF-12289
See merge request espressif/esp-idf!40491
2025-07-18 08:06:02 +00:00
Gao Xu
fae24cfcda
Merge branch 'feat/c61_adc_calibration' into 'master'
...
ESP32C61 ADC calibration and add runner
Closes IDF-9303
See merge request espressif/esp-idf!40500
2025-07-18 15:18:33 +08:00
Guillaume Souchere
361c1b1fd6
Merge branch 'fix/linenoise-arrow-usage' into 'master'
...
fix(linenoise): Read escape sequences one character at a time
Closes IDFGH-15849
See merge request espressif/esp-idf!40601
2025-07-18 08:57:15 +02:00
Jiang Jiang Jian
3c3ee159c5
Merge branch 'bugfix/fix_mesh_sta_send_data_error_on_c61' into 'master'
...
fix(wifi/mesh): fixed the mesh STA sends data error on c61
Closes WIFIBUG-1330
See merge request espressif/esp-idf!40630
2025-07-18 14:48:06 +08:00
morris
c8fcebd9bd
Merge branch 'fix/spi_slave_dma_stop_unexpectly_when_start' into 'master'
...
fix(driver_spi): fixed esp32c5 spi slave dma potential rx error
Closes IDFCI-2919, IDFCI-2915, and IDFCI-2918
See merge request espressif/esp-idf!40446
2025-07-18 14:46:13 +08:00
C.S.M
5812b19e91
Merge branch 'refactor/gpio_valid_2_soc' into 'master'
...
refactor(gpio): Move valid gpio_caps macro from driver layer to soc layer
Closes IDF-13564
See merge request espressif/esp-idf!40521
2025-07-18 13:18:46 +08:00
Armando (Dou Yiwen)
bfcba51ca1
Merge branch 'feat/p4_eco5_soc_part1' into 'master'
...
p4: soc support (part 1, move hw ver1 registers to `hw_ver1` dir)
See merge request espressif/esp-idf!40518
2025-07-18 01:51:31 +00:00
Zhang Shu Xian
5636a2fad2
Merge branch 'docs/remove_incorrect_info_for_esp32p4_sdmmc' into 'master'
...
docs: Remove incorrect description for ESP32-P4 SDMMC
Closes DOC-11817
See merge request espressif/esp-idf!40631
2025-07-18 09:35:09 +08:00
gaoxu
a4bbc07ad8
docs(sdio): update c61 sdio support docs
2025-07-18 09:29:37 +08:00
gaoxu
d3e2177342
ci(sdio): enable 32_c61 sdio test and runner
2025-07-18 09:29:37 +08:00
gaoxu
01080bb062
fix(sdio): supported slave sdio on esp32c61
2025-07-18 09:29:37 +08:00
wanckl
0992a1db62
fix(driver_spi): fixed esp32c5 spi slave dma potential rx error
2025-07-18 09:29:27 +08:00
gaoxu
33560f506e
ci(adc): enable esp32c61 adc test
2025-07-18 09:29:23 +08:00
gaoxu
1e76669a8b
feat(adc): support ADC calibration on ESP32C61
2025-07-18 09:29:23 +08:00
Marius Vikhammer
2e619615de
Merge branch 'bugfix/c61_systimer_etm' into 'master'
...
fix(systimer): fixed ETM not working with systimer on C61 ECO3
Closes IDFCI-3000, IDFCI-3002, and IDFCI-3003
See merge request espressif/esp-idf!40526
2025-07-18 09:17:13 +08:00
armando
b25bde3378
change(cache): use bus id to get cache vaddr bus
2025-07-18 01:15:06 +00:00
armando
84ae601fef
feat(cache): msync driver support on h4
2025-07-18 01:15:06 +00:00
Erhan Kurubas
fb3e616750
Merge branch 'apptrace_breaking_changes' into 'master'
...
Apptrace breaking changes
Closes IDF-9993 and IDF-4316
See merge request espressif/esp-idf!40380
2025-07-17 17:45:31 +02:00
Sudeep Mohanty
c8f68c72a7
Merge branch 'feat/remove_global_cmake_vars' into 'master'
...
change(esptool_py): Make esptool_py component idempotent in the build
Closes IDF-13073
See merge request espressif/esp-idf!39589
2025-07-17 17:13:49 +02:00
morris
e1213c8874
Merge branch 'feat/soc_config_h' into 'master'
...
split soc_caps.h and standardize its name/usage
Closes IDF-11815
See merge request espressif/esp-idf!35445
2025-07-17 21:46:44 +08:00
Mahavir Jain
4e12ed0655
Merge branch 'contrib/github_pr_16076' into 'master'
...
fix(esp_http_client): fix spurious async open error (GitHub PR)
Closes IDFGH-15428
See merge request espressif/esp-idf!40273
2025-07-17 14:38:34 +05:30
armando
9477f88a0d
change(g0): use hw_ver1 to build g0 components test app
2025-07-17 08:57:03 +00:00
armando
df7cd41765
change(ci): update regex to match soc headers in check_public_header.py
2025-07-17 08:57:03 +00:00
armando
4ea2ea5f02
p4: move hw ver1 registers
2025-07-17 08:57:03 +00:00
Mahavir Jain
c6cc403060
Merge branch 'bugfix/fix_memory_leak_on_http_header_fetch_failure' into 'master'
...
fix(esp_http_client): free header in case of ESP_ERR_HTTP_FETCH_HEADER
See merge request espressif/esp-idf!40528
2025-07-17 14:26:31 +05:30
C.S.M
001d01f93a
refactor(gpio): Move valid gpio_caps macro from driver layer to hal
2025-07-17 16:54:54 +08:00
Igor Udot
b65366d5c4
Merge branch 'ci/fix-test-skip-ci-issue' into 'master'
...
ci: fix temp_skip_ci issue where test job was not skipped
Closes IDFCI-3032
See merge request espressif/esp-idf!40628
2025-07-17 16:53:01 +08:00
igor.udot
ab85534fb7
ci: fix temp_skip_ci issue where test job was not skipped
2025-07-17 16:27:00 +08:00
Island
918b2cfd7e
Merge branch 'feat/support_ble_log_uart_dma_out' into 'master'
...
Feat/support ble log uart dma out
Closes BLERP-1935
See merge request espressif/esp-idf!40597
2025-07-17 14:17:35 +08:00
Rahul Tank
635169fdd8
Merge branch 'feat/add_timestamp' into 'master'
...
fix(nimble): Enhanced HCI logging by adding timestamp information
See merge request espressif/esp-idf!40620
2025-07-17 10:14:14 +05:30
Rahul Tank
2a1a76d6a6
Merge branch 'bugfix/make_blufi_adv_custom' into 'master'
...
feat(nimble): Add a way to make blufi advertising customizable
See merge request espressif/esp-idf!40453
2025-07-17 10:12:58 +05:30
Erhan Kurubas
8a2692edb6
change(app_trace): add dest parameter to down buffer config
2025-07-17 12:36:39 +08:00