Skip to content

Commit 5485717

Browse files
committed
skip TinyUSB examples for nrf52832
1 parent 115ce95 commit 5485717

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/build_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ def build_examples(variant):
5353
fqbn = "adafruit:nrf52:{}:softdevice={},debug=l0".format(variant, 's140v6' if variant != 'feather52832' else 's132v6')
5454

5555
for sketch in all_examples:
56+
# skip TinyUSB library examples for nRF52832
57+
if variant == 'feather52832' and "libraries/Adafruit_TinyUSB_Arduino" in sketch:
58+
continue
59+
5660
start_time = time.monotonic()
5761

5862
# Skip if contains: ".board.test.skip" or ".all.test.skip"

0 commit comments

Comments
 (0)