Skip to content

Commit

Permalink
Move QEMU sdkconfig to build folder and gitignore it (project-chip#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-apple authored May 29, 2020
1 parent 49c8268 commit cdb1bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ examples/common/QRCode/repo
examples/**/sdkconfig
examples/**/sdkconfig.old

# ESP32 QEMU build
src/test_driver/esp32/build

# Temporary Directories
.tmp/

Expand Down
4 changes: 2 additions & 2 deletions src/test_driver/esp32/qemu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit cdb1bad

Please sign in to comment.