summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2022-01-05 16:17:19 -0800
committerScott Shawcroft <[email protected]>2022-01-05 16:17:19 -0800
commitbed8913107efeb4b38d80f5cc4caef2fd351b57f (patch)
tree164feb2573e005e3514f90d0c0bd38965d32ae92
parent47218eeb674789db9dbd9b8b305c6390c3e00577 (diff)
Skip dfu and usbtmc on pi zero
-rw-r--r--examples/device/dfu/skip.txt3
-rw-r--r--examples/device/usbtmc/skip.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/device/dfu/skip.txt b/examples/device/dfu/skip.txt
index 2c9d94902..9ac346bad 100644
--- a/examples/device/dfu/skip.txt
+++ b/examples/device/dfu/skip.txt
@@ -1 +1,2 @@
-mcu:TM4C123 \ No newline at end of file
+mcu:TM4C123
+mcu:BCM2835
diff --git a/examples/device/usbtmc/skip.txt b/examples/device/usbtmc/skip.txt
new file mode 100644
index 000000000..a43106cf0
--- /dev/null
+++ b/examples/device/usbtmc/skip.txt
@@ -0,0 +1 @@
+mcu:BCM2835