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/dynamic_configuration | |
| 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/dynamic_configuration')
| -rw-r--r-- | examples/device/dynamic_configuration/.skip.MCU_SAMD11 | 0 | ||||
| -rw-r--r-- | examples/device/dynamic_configuration/skip.txt | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/dynamic_configuration/.skip.MCU_SAMD11 b/examples/device/dynamic_configuration/.skip.MCU_SAMD11 deleted file mode 100644 index e69de29bb..000000000 --- a/examples/device/dynamic_configuration/.skip.MCU_SAMD11 +++ /dev/null diff --git a/examples/device/dynamic_configuration/skip.txt b/examples/device/dynamic_configuration/skip.txt new file mode 100644 index 000000000..d844feae8 --- /dev/null +++ b/examples/device/dynamic_configuration/skip.txt @@ -0,0 +1 @@ +mcu:SAMD11
\ No newline at end of file |
