diff --git a/tools/unit-test-app/configs/aes_no_hw b/tools/unit-test-app/configs/aes_no_hw index b9c75414e8..43b13b84a0 100644 --- a/tools/unit-test-app/configs/aes_no_hw +++ b/tools/unit-test-app/configs/aes_no_hw @@ -1,4 +1,4 @@ -# This config is for all targets +CONFIG_IDF_TARGET="esp32" TEST_EXCLUDE_COMPONENTS=bt app_update test_utils TEST_COMPONENTS=mbedtls CONFIG_MBEDTLS_HARDWARE_AES=n diff --git a/tools/unit-test-app/configs/aes_no_hw_c3 b/tools/unit-test-app/configs/aes_no_hw_c3 new file mode 100644 index 0000000000..0c4c811177 --- /dev/null +++ b/tools/unit-test-app/configs/aes_no_hw_c3 @@ -0,0 +1,5 @@ +CONFIG_IDF_TARGET="esp32c3" +TEST_EXCLUDE_COMPONENTS=bt app_update test_utils +TEST_COMPONENTS=mbedtls +CONFIG_MBEDTLS_HARDWARE_AES=n +CONFIG_MBEDTLS_MPI_USE_INTERRUPT=n diff --git a/tools/unit-test-app/configs/aes_no_hw_s2 b/tools/unit-test-app/configs/aes_no_hw_s2 new file mode 100644 index 0000000000..d180c5169d --- /dev/null +++ b/tools/unit-test-app/configs/aes_no_hw_s2 @@ -0,0 +1,5 @@ +CONFIG_IDF_TARGET="esp32s2" +TEST_EXCLUDE_COMPONENTS=bt app_update test_utils +TEST_COMPONENTS=mbedtls +CONFIG_MBEDTLS_HARDWARE_AES=n +CONFIG_MBEDTLS_MPI_USE_INTERRUPT=n diff --git a/tools/unit-test-app/configs/aes_no_hw_s3 b/tools/unit-test-app/configs/aes_no_hw_s3 new file mode 100644 index 0000000000..a33e4669aa --- /dev/null +++ b/tools/unit-test-app/configs/aes_no_hw_s3 @@ -0,0 +1,5 @@ +CONFIG_IDF_TARGET="esp32s3" +TEST_EXCLUDE_COMPONENTS=bt app_update test_utils +TEST_COMPONENTS=mbedtls +CONFIG_MBEDTLS_HARDWARE_AES=n +CONFIG_MBEDTLS_MPI_USE_INTERRUPT=n