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