ci: Add test apps for ESP32-S2 Secure Boot

This commit is contained in:
Angus Gratton
2020-07-23 13:11:33 +10:00
committed by bot
parent a91bd4078f
commit b9a1d82ea3
5 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# ESP32-S2 Secure Boot
CONFIG_IDF_TARGET="esp32s2"
CONFIG_SECURE_BOOT=y
CONFIG_SECURE_BOOT_SIGNING_KEY="test_rsa_3072_key.pem"