From 66d2c9196fd4af8e29eaac70865a54737dc46746 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 22 Dec 2020 19:53:53 +1100 Subject: [PATCH] example ulp_riscv: Set IDF_TARGET to esp32s2 --- examples/system/ulp_riscv/sdkconfig.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/system/ulp_riscv/sdkconfig.defaults b/examples/system/ulp_riscv/sdkconfig.defaults index a99ce6a6d6..1a3d12b265 100644 --- a/examples/system/ulp_riscv/sdkconfig.defaults +++ b/examples/system/ulp_riscv/sdkconfig.defaults @@ -1,4 +1,4 @@ - +CONFIG_IDF_TARGET="esp32s2" # Enable ULP CONFIG_ESP32S2_ULP_COPROC_ENABLED=y CONFIG_ESP32S2_ULP_COPROC_RISCV=y