diff options
| author | Ha Thach <[email protected]> | 2022-01-06 10:42:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-06 10:42:25 +0700 |
| commit | 77b42344ac5a6f230e7f2958d6d832d52bf94446 (patch) | |
| tree | 164feb2573e005e3514f90d0c0bd38965d32ae92 /examples/device/dfu | |
| parent | 868948f67c90fa7c2553cdcd604b52862cf55720 (diff) | |
| parent | bed8913107efeb4b38d80f5cc4caef2fd351b57f (diff) | |
Merge pull request #1271 from tannewt/rpi_zero
Add Raspberry Pi Zero W and Zero 2 W
Diffstat (limited to 'examples/device/dfu')
| -rw-r--r-- | examples/device/dfu/.skip.MCU_TM4C123 | 4 | ||||
| -rw-r--r-- | examples/device/dfu/skip.txt | 2 |
2 files changed, 2 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..9ac346bad --- /dev/null +++ b/examples/device/dfu/skip.txt @@ -0,0 +1,2 @@ +mcu:TM4C123 +mcu:BCM2835 |
