mcuboot/sim/mcuboot-sys
Tomi Fontanilles d4394c2f9b mbedtls config: fix too early check_config.h includes
check_config.h was included manually by custom configuration files.
This caused compilation errors when updating MbedTLS to 3.6.0
because check_config.h was processed too early, before the whole
configuration is defined, effectively causing configuration check errors.

MbedTLS already takes care of including check_config.h at the right time.
Remove those erroneous manual check_config.h includes.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-04-25 11:05:54 +02:00
..
csupport mbedtls config: fix too early check_config.h includes 2024-04-25 11:05:54 +02:00
src sim: Initialize PSA Crypto subsystem based on psa-crypto-api feature 2023-06-28 15:24:06 +02:00
.gitignore sim: Naive move of binding into mcuboot-sys 2017-07-12 15:00:57 -06:00
Cargo.toml sim: PSA Crypto ECDSA enablement 2023-09-12 16:29:11 +02:00
build.rs sim: PSA Crypto ECDSA enablement 2023-09-12 16:29:11 +02:00