Files
esp-idf/tools/test_apps/security/secure_boot/sdkconfig.ci.02
T

6 lines
207 B
Plaintext
Raw Normal View History

# ECDSA App signing without secure boot
2020-07-23 13:11:33 +10:00
CONFIG_IDF_TARGET="esp32"
CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT=y
CONFIG_SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT=y
CONFIG_SECURE_BOOT_SIGNING_KEY="test_ecdsa_key.pem"