esp-idf/components/efuse/test_apps
KonstantinKondrashov 3d695b9768 efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5)
eFuse module has a hardware bug.
It is related to ESP32-C3, C6, S3, H2 chips:
    - BLOCK9 (BLOCK_KEY5) can not be used by XTS_AES keys.
For H2 chips, the BLOCK9 (BLOCK_KEY5) can not be used by ECDSA keys.
S2 does not have such a hardware bug.
2023-04-04 18:45:48 +08:00
..
main efuse: Prevent burning XTS_AES and ECDSA keys into BLOCK9 (BLOCK_KEY5) 2023-04-04 18:45:48 +08:00
CMakeLists.txt efuse: Migrate efuse unit tests from unit-test-app to component test app 2022-10-26 15:41:48 +08:00
pytest_efuse.py efuse: Enable and adjust some efuse tests for H2 chip 2023-03-24 17:21:32 +00:00
README.md esp32h2: add build test 2023-01-17 10:29:04 +08:00
sdkconfig.defaults efuse: Migrate efuse unit tests from unit-test-app to component test app 2022-10-26 15:41:48 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3