diff options
| author | Scott Shawcroft <[email protected]> | 2022-01-05 15:44:23 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2022-01-05 15:44:23 -0800 |
| commit | 7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7 (patch) | |
| tree | 520d7b75abe6f1b679d3ef5e42b1ce26747955fa /examples/device/video_capture | |
| parent | 4fe0a30ec7bf254c839a76da9be3a2968d1690db (diff) | |
Unify skip and only logic for build scripts
And switch to a single file that can include mcu, family or board.
Diffstat (limited to 'examples/device/video_capture')
| -rw-r--r-- | examples/device/video_capture/.skip.MCU_MSP430x5xx | 1 | ||||
| -rw-r--r-- | examples/device/video_capture/.skip.MCU_SAMD11 | 0 | ||||
| -rw-r--r-- | examples/device/video_capture/skip.txt | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/video_capture/.skip.MCU_MSP430x5xx b/examples/device/video_capture/.skip.MCU_MSP430x5xx deleted file mode 100644 index 17600f062..000000000 --- a/examples/device/video_capture/.skip.MCU_MSP430x5xx +++ /dev/null @@ -1 +0,0 @@ -too many warnings for 16-bit integer overflow diff --git a/examples/device/video_capture/.skip.MCU_SAMD11 b/examples/device/video_capture/.skip.MCU_SAMD11 deleted file mode 100644 index e69de29bb..000000000 --- a/examples/device/video_capture/.skip.MCU_SAMD11 +++ /dev/null diff --git a/examples/device/video_capture/skip.txt b/examples/device/video_capture/skip.txt new file mode 100644 index 000000000..892a8c6a7 --- /dev/null +++ b/examples/device/video_capture/skip.txt @@ -0,0 +1,2 @@ +mcu:MSP430x5xx +mcu:SAMD11
\ No newline at end of file |
