From cd1afaef1b343a0d441bb9e401d04adad488ac0c Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Wed, 29 Jun 2022 14:29:41 +0530 Subject: [PATCH] test_apps: Add test app for ESP_MAIN_TASK_AFFINITY_CPU1 configuration --- tools/test_apps/system/startup/sdkconfig.ci.main_task_cpu1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/test_apps/system/startup/sdkconfig.ci.main_task_cpu1 diff --git a/tools/test_apps/system/startup/sdkconfig.ci.main_task_cpu1 b/tools/test_apps/system/startup/sdkconfig.ci.main_task_cpu1 new file mode 100644 index 0000000000..341d973ff3 --- /dev/null +++ b/tools/test_apps/system/startup/sdkconfig.ci.main_task_cpu1 @@ -0,0 +1 @@ +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1=y