mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a5fe7bb281
In ESP32-C2, there is no hardware AES and hence this config is not required
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
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
|