We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c8268 commit cdb1badCopy full SHA for cdb1bad
.gitignore
@@ -34,6 +34,9 @@ examples/common/QRCode/repo
34
examples/**/sdkconfig
35
examples/**/sdkconfig.old
36
37
+# ESP32 QEMU build
38
+src/test_driver/esp32/build
39
+
40
# Temporary Directories
41
.tmp/
42
src/test_driver/esp32/qemu_setup.sh
@@ -34,5 +34,5 @@ die() {
cd "$here" || die 'ack!, where am I?!?'
source idf.sh
-SDKCONFIG_DEFAULTS=sdkconfig_qemu.defaults idf make defconfig
-idf make esp32_elf_builder
+SDKCONFIG=./build/sdkconfig SDKCONFIG_DEFAULTS=sdkconfig_qemu.defaults idf make defconfig
+SDKCONFIG=./build/sdkconfig idf make esp32_elf_builder
0 commit comments