libsodium: Enables UTs for ESP32-S2 & C3

This commit is contained in:
KonstantinKondrashov
2021-02-25 05:21:05 +08:00
committed by bot
parent e290d1ff41
commit e29b99f1a5
5 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
CONFIG_IDF_TARGET="esp32c3"
TEST_COMPONENTS=libsodium
TEST_EXCLUDE_COMPONENTS=bt app_update
CONFIG_UNITY_FREERTOS_STACK_SIZE=12288

View File

@@ -0,0 +1,6 @@
CONFIG_IDF_TARGET="esp32s2"
TEST_COMPONENTS=libsodium
TEST_EXCLUDE_COMPONENTS=bt app_update
CONFIG_UNITY_FREERTOS_STACK_SIZE=12288
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y