summaryrefslogtreecommitdiff
path: root/examples/device/dfu
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2022-01-05 15:44:23 -0800
committerScott Shawcroft <[email protected]>2022-01-05 15:44:23 -0800
commit7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7 (patch)
tree520d7b75abe6f1b679d3ef5e42b1ce26747955fa /examples/device/dfu
parent4fe0a30ec7bf254c839a76da9be3a2968d1690db (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/dfu')
-rw-r--r--examples/device/dfu/.skip.MCU_TM4C1234
-rw-r--r--examples/device/dfu/skip.txt1
2 files changed, 1 insertions, 4 deletions
diff --git a/examples/device/dfu/.skip.MCU_TM4C123 b/examples/device/dfu/.skip.MCU_TM4C123
deleted file mode 100644
index 6260e6e25..000000000
--- a/examples/device/dfu/.skip.MCU_TM4C123
+++ /dev/null
@@ -1,4 +0,0 @@
-LINK _build/ek-tm4c123gxl/dfu.elf
-/home/runner/cache/toolchain/xpack-arm-none-eabi-gcc-10.2.1-1.1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: section .ARM.exidx.text._close LMA [0000000000002980,0000000000002987] overlaps section .data LMA [0000000000002980,0000000000002a03]
-collect2: error: ld returned 1 exit status
-make: *** [../../rules.mk:94: _build/ek-tm4c123gxl/dfu.elf] Error 1 \ No newline at end of file
diff --git a/examples/device/dfu/skip.txt b/examples/device/dfu/skip.txt
new file mode 100644
index 000000000..2c9d94902
--- /dev/null
+++ b/examples/device/dfu/skip.txt
@@ -0,0 +1 @@
+mcu:TM4C123 \ No newline at end of file