esp-idf/tools/test_apps/security/secure_boot/sdkconfig.defaults
Angus Gratton e3ca61a200 secure boot: Fix incorrect handling of mbedtls_ctr_drbg_seed() failure in signature verification
Increase the test app optimization level to one that would find this issue.
2021-07-08 19:17:04 +10:00

10 lines
367 B
Plaintext

# Default Secure Boot bootloader is too large to fit in default
# bootloader size without adding 0x1000 bytes or reducing the log level.
#
# If you find yourself needing to edit this in the future, it's a sign the
# bootloader is bloating out!
CONFIG_PARTITION_TABLE_OFFSET=0xC000
# Maximize the number of possible build warnings
CONFIG_COMPILER_OPTIMIZATION_PERF=y