From 240ec7444fa84425f83adfc3d980f35571f5aef8 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 19 Feb 2020 14:02:35 +0100 Subject: [PATCH] ci: add build test for TRAX feature --- tools/test_apps/system/build_test/sdkconfig.ci.trax | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/test_apps/system/build_test/sdkconfig.ci.trax diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.trax b/tools/test_apps/system/build_test/sdkconfig.ci.trax new file mode 100644 index 0000000000..4de27396ef --- /dev/null +++ b/tools/test_apps/system/build_test/sdkconfig.ci.trax @@ -0,0 +1,2 @@ +CONFIG_ESP32_TRAX=y +CONFIG_ESP32S2_TRAX=y