Skip to content

Commit b9a1d82

Browse files
projectgusespressif-bot
authored andcommitted
ci: Add test apps for ESP32-S2 Secure Boot
1 parent a91bd40 commit b9a1d82

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

tools/test_apps/security/secure_boot/sdkconfig.ci.00

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Secure Boot V2 - ESP-ECO3+
2+
CONFIG_IDF_TARGET="esp32"
23
CONFIG_SECURE_BOOT=y
34
CONFIG_ESP32_REV_MIN_3=y
45
CONFIG_SECURE_BOOT_V2_ENABLED=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Secure Boot V1
2+
CONFIG_IDF_TARGET="esp32"
23
CONFIG_SECURE_BOOT=y
34
CONFIG_SECURE_BOOT_V1_ENABLED=y
45
CONFIG_SECURE_BOOT_SIGNING_KEY="test_ecdsa_key.pem"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ECDSA App signing without secure boot
2+
CONFIG_IDF_TARGET="esp32"
23
CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT=y
34
CONFIG_SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT=y
45
CONFIG_SECURE_BOOT_SIGNING_KEY="test_ecdsa_key.pem"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ESP32-S2 Secure Boot
2+
CONFIG_IDF_TARGET="esp32s2"
3+
CONFIG_SECURE_BOOT=y
4+
CONFIG_SECURE_BOOT_SIGNING_KEY="test_rsa_3072_key.pem"
5+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# ESP32-S2 Secure Boot & Flash Encryption (Release mode)
2+
CONFIG_IDF_TARGET="esp32s2"
3+
CONFIG_SECURE_BOOT=y
4+
CONFIG_SECURE_BOOT_SIGNING_KEY="test_rsa_3072_key.pem"
5+
CONFIG_SECURE_FLASH_ENC_ENABLED=y
6+
SECURE_FLASH_ENCRYPTION_MODE_RELEASE=y

0 commit comments

Comments
 (0)