global: enable build uinit test for esp32-s3
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
#include "esp32/clk.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#include "esp32s2/clk.h"
|
||||
#elif CONFIG_IDF_TARTGET_ESP32S3
|
||||
#include "esp32s3/clk.h"
|
||||
#endif
|
||||
|
||||
#include "unity.h"
|
||||
@@ -28,7 +30,7 @@ static const char* TAG = "test_ccomp_timer";
|
||||
#define CACHE_SIZE (1 << 15)
|
||||
// Only test half due to lack of memory
|
||||
#define TEST_SIZE (CACHE_SIZE / 2)
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
|
||||
// Default cache configuration - no override specified on
|
||||
// test_utils config
|
||||
#define CACHE_WAYS 8
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#define CACHE_LINE_SIZE 32
|
||||
#define CACHE_SIZE (1 << 15)
|
||||
// Only test half due to lack of memory
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32S3
|
||||
// Default cache configuration - no override specified on
|
||||
// test_utils config
|
||||
#define CACHE_WAYS 8
|
||||
|
||||
Reference in New Issue
Block a user