Search found 2 matches

by import11
Tue Sep 13, 2022 10:00 pm
Forum: ESP-IDF
Topic: Change IDF_TARGET in VSCode
Replies: 1
Views: 4839

Change IDF_TARGET in VSCode

I'm trying to setup an example project in VSCode using the ESP-IDF Extension and am having issues with the target chip When I run: idf.py set-target esp32s3 I get this error: IDF_TARGET in CMake cache does not match IDF_TARGET environment variable. To change the target, clear the build directory and...
by import11
Tue Sep 13, 2022 9:15 pm
Forum: ESP-IDF
Topic: Cannot set new target in VSCode Extension
Replies: 0
Views: 1211

Cannot set new target in VSCode Extension

I'm trying to setup an example project using the ESP32-S3-Mini-1 devkit. I setup the ESP IDF Extension in VSCode on Mac. When I run idf.py set-target esp32s3 I get this error IDF_TARGET in CMake cache does not match IDF_TARGET environment variable. To change the target, clear the build directory and...