Merge branch 'feat/support_rom_psa_mbedtls_v6.0' into 'release/v6.0'

feat(mbedtls): enable ESP32-C2(Rev2.0) ROM mbedTLS crypto for PSA (v6.0)

See merge request espressif/esp-idf!48843
This commit is contained in:
Mahavir Jain
2026-06-29 11:22:33 +05:30
20 changed files with 800 additions and 1192 deletions

View File

@@ -389,6 +389,7 @@ def test_examples_protocol_https_request(dut: Dut) -> None:
@pytest.mark.wifi_ap
@pytest.mark.esp32c2_rev2
@pytest.mark.xtal_26mhz
@pytest.mark.parametrize(
'config, baud',

View File

@@ -1,6 +1,6 @@
CONFIG_IDF_TARGET="esp32c2"
CONFIG_XTAL_FREQ_26=y
CONFIG_ESP32C2_REV_MIN_200=y
CONFIG_EXAMPLE_CONNECT_WIFI=y
CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN=y
# TODO: IDF-15012
CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=n
CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=y