From c627a1b6a0d65fbf62146a114634082a56eb95e4 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 17 Jul 2020 21:00:43 +0200 Subject: [PATCH] ci: add build test for CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE --- .../system/build_test/sdkconfig.ci.flash_encryption_release | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release b/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release new file mode 100644 index 0000000000..47e4a657c6 --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release @@ -0,0 +1,2 @@ +CONFIG_SECURE_FLASH_ENC_ENABLED=y +CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=y