mcuboot/boot/cypress/MCUBootApp/config
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
..
mcuboot_config bootutil: Remove P224 curve 2023-04-11 07:05:38 +02:00
mcuboot_crypto_acc_config.h Cypress: add encryption with mbedTLS 2021-03-16 21:38:06 -03:00
mcuboot_crypto_config.h mbedtls config: fix too early check_config.h includes 2024-04-25 11:05:54 +02:00