mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
ci: exempt upstream libmbedtls mapping for sha256
This commit is contained in:
parent
711048bce0
commit
ea7d9c6368
@ -19,13 +19,11 @@ entries:
|
|||||||
else:
|
else:
|
||||||
* (default)
|
* (default)
|
||||||
|
|
||||||
[mapping:mbedtls]
|
[mapping:sha256_coredump]
|
||||||
archive: libmbedtls.a
|
archive: libmbedcrypto.a
|
||||||
entries:
|
entries:
|
||||||
if ESP32_COREDUMP_CHECKSUM_SHA256 = y :
|
if ESP32_COREDUMP_CHECKSUM_SHA256 = y :
|
||||||
if MBEDTLS_HARDWARE_SHA = n:
|
if MBEDTLS_HARDWARE_SHA = n:
|
||||||
sha256 (noflash_text)
|
sha256 (noflash_text)
|
||||||
else:
|
else:
|
||||||
esp_sha256 (noflash_text)
|
esp_sha256 (noflash_text)
|
||||||
else:
|
|
||||||
* (default)
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
libc
|
libc
|
||||||
|
sha256_coredump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user