diff options
| author | Scott Shawcroft <[email protected]> | 2022-01-05 16:17:19 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2022-01-05 16:17:19 -0800 |
| commit | bed8913107efeb4b38d80f5cc4caef2fd351b57f (patch) | |
| tree | 164feb2573e005e3514f90d0c0bd38965d32ae92 | |
| parent | 47218eeb674789db9dbd9b8b305c6390c3e00577 (diff) | |
Skip dfu and usbtmc on pi zero
| -rw-r--r-- | examples/device/dfu/skip.txt | 3 | ||||
| -rw-r--r-- | examples/device/usbtmc/skip.txt | 1 |
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 |
