forked from espressif/esp-idf
tools/unit_test_app: add targets specific configs for "aes_no_hw"
In ESP32-C2, there is no hardware AES and hence this config is not required
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# This config is for all targets
|
CONFIG_IDF_TARGET="esp32"
|
||||||
TEST_EXCLUDE_COMPONENTS=bt app_update test_utils
|
TEST_EXCLUDE_COMPONENTS=bt app_update test_utils
|
||||||
TEST_COMPONENTS=mbedtls
|
TEST_COMPONENTS=mbedtls
|
||||||
CONFIG_MBEDTLS_HARDWARE_AES=n
|
CONFIG_MBEDTLS_HARDWARE_AES=n
|
||||||
|
5
tools/unit-test-app/configs/aes_no_hw_c3
Normal file
5
tools/unit-test-app/configs/aes_no_hw_c3
Normal file
@@ -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
|
5
tools/unit-test-app/configs/aes_no_hw_s2
Normal file
5
tools/unit-test-app/configs/aes_no_hw_s2
Normal file
@@ -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
|
5
tools/unit-test-app/configs/aes_no_hw_s3
Normal file
5
tools/unit-test-app/configs/aes_no_hw_s3
Normal file
@@ -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
|
Reference in New Issue
Block a user