mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
ci: exempt upstream libmbedtls mapping for sha256
This commit is contained in:
committed by
Angus Gratton
parent
23aff378f4
commit
b9d288879d
@ -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
|
||||||
|
Reference in New Issue
Block a user