Skip to content

Commit

Permalink
build: disable jtag Kconfig option for non esp32s3 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress authored and JamieDriver committed Sep 27, 2024
1 parent f0b466f commit 11d344e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ menu "Blockstream Jade"

config JADE_USE_USB_JTAG_SERIAL
bool "Use USB JTAG serial instead of CDC tinyusb"
depends on IDF_TARGET_ESP32S3
help
Enables USB JTAG serial rather than CDC tinyusb, implies no tinyusb/host storage/etc
default n
Expand Down

0 comments on commit 11d344e

Please sign in to comment.