ci: Disable some unit-test-apps for esp32c6 to pass ci build stage

This commit is contained in:
Song Ruo Jing
2022-11-09 18:23:49 +08:00
parent c17b134711
commit e13a4ad963
17 changed files with 46 additions and 27 deletions

View File

@@ -14,7 +14,6 @@
#include "freertos/semphr.h"
#include "sdkconfig.h"
#include "soc/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "esp_system.h"
#include "test_utils.h"
#include "esp_log.h"
@@ -45,6 +44,7 @@
#endif
#if portNUM_PROCESSORS == 2
#include "soc/rtc_cntl_reg.h"
// This runs on APP CPU:
static void time_adc_test_task(void* arg)