Browse Source

sam: remove redundant build tags

Some build tags were duplicated. This commit removes them.
pull/1500/head
Ayke van Laethem 4 years ago
committed by Ron Evans
parent
commit
3f680b75f3
  1. 2
      targets/arduino-nano33.json
  2. 2
      targets/arduino-zero.json
  3. 2
      targets/atsamd21e18a.json
  4. 2
      targets/atsamd21g18a.json
  5. 2
      targets/atsamd51g19a.json
  6. 2
      targets/atsamd51j19a.json
  7. 2
      targets/atsamd51p19a.json
  8. 2
      targets/circuitplay-express.json
  9. 2
      targets/feather-m0.json
  10. 2
      targets/feather-m4.json
  11. 2
      targets/itsybitsy-m0.json
  12. 2
      targets/itsybitsy-m4.json
  13. 2
      targets/metro-m4-airlift.json
  14. 2
      targets/pybadge.json
  15. 2
      targets/pygamer.json
  16. 2
      targets/qtpy.json
  17. 2
      targets/trinket-m0.json
  18. 2
      targets/wioterminal.json
  19. 2
      targets/xiao.json

2
targets/arduino-nano33.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21g18a"], "inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"], "build-tags": ["arduino_nano33"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}", "flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true" "flash-1200-bps-reset": "true"
} }

2
targets/arduino-zero.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21g18a"], "inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "arduino_zero"], "build-tags": ["arduino_zero"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}", "flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true" "flash-1200-bps-reset": "true"
} }

2
targets/atsamd21e18a.json

@ -1,7 +1,7 @@
{ {
"inherits": ["cortex-m"], "inherits": ["cortex-m"],
"llvm-target": "armv6m-none-eabi", "llvm-target": "armv6m-none-eabi",
"build-tags": ["atsamd21e18", "atsamd21", "sam"], "build-tags": ["atsamd21e18a", "atsamd21e18", "atsamd21", "sam"],
"cflags": [ "cflags": [
"--target=armv6m-none-eabi", "--target=armv6m-none-eabi",
"-Qunused-arguments" "-Qunused-arguments"

2
targets/atsamd21g18a.json

@ -1,7 +1,7 @@
{ {
"inherits": ["cortex-m"], "inherits": ["cortex-m"],
"llvm-target": "armv6m-none-eabi", "llvm-target": "armv6m-none-eabi",
"build-tags": ["atsamd21g18", "atsamd21", "sam"], "build-tags": ["atsamd21g18a", "atsamd21g18", "atsamd21", "sam"],
"cflags": [ "cflags": [
"--target=armv6m-none-eabi", "--target=armv6m-none-eabi",
"-Qunused-arguments" "-Qunused-arguments"

2
targets/atsamd51g19a.json

@ -1,6 +1,6 @@
{ {
"inherits": ["cortex-m4"], "inherits": ["cortex-m4"],
"build-tags": ["atsamd51g19", "atsamd51", "sam"], "build-tags": ["atsamd51g19a", "atsamd51g19", "atsamd51", "sam"],
"cflags": [ "cflags": [
"-Qunused-arguments" "-Qunused-arguments"
], ],

2
targets/atsamd51j19a.json

@ -1,6 +1,6 @@
{ {
"inherits": ["cortex-m4"], "inherits": ["cortex-m4"],
"build-tags": ["atsamd51j19", "atsamd51", "sam"], "build-tags": ["atsamd51j19a", "atsamd51j19", "atsamd51", "sam"],
"cflags": [ "cflags": [
"-Qunused-arguments" "-Qunused-arguments"
], ],

2
targets/atsamd51p19a.json

@ -1,6 +1,6 @@
{ {
"inherits": ["cortex-m4"], "inherits": ["cortex-m4"],
"build-tags": ["atsamd51p19", "atsamd51", "sam"], "build-tags": ["atsamd51p19a", "atsamd51p19", "atsamd51", "sam"],
"cflags": [ "cflags": [
"-Qunused-arguments" "-Qunused-arguments"
], ],

2
targets/circuitplay-express.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21g18a"], "inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "circuitplay_express"], "build-tags": ["circuitplay_express"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "CPLAYBOOT", "msd-volume-name": "CPLAYBOOT",

2
targets/feather-m0.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21g18a"], "inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "feather_m0"], "build-tags": ["feather_m0"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "FEATHERBOOT", "msd-volume-name": "FEATHERBOOT",

2
targets/feather-m4.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd51j19a"], "inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "feather_m4"], "build-tags": ["feather_m4"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "FEATHERBOOT", "msd-volume-name": "FEATHERBOOT",

2
targets/itsybitsy-m0.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21g18a"], "inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "itsybitsy_m0"], "build-tags": ["itsybitsy_m0"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "ITSYBOOT", "msd-volume-name": "ITSYBOOT",

2
targets/itsybitsy-m4.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd51g19a"], "inherits": ["atsamd51g19a"],
"build-tags": ["sam", "atsamd51g19a", "itsybitsy_m4"], "build-tags": ["itsybitsy_m4"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "ITSYM4BOOT", "msd-volume-name": "ITSYM4BOOT",

2
targets/metro-m4-airlift.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd51j19a"], "inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "metro_m4_airlift"], "build-tags": ["metro_m4_airlift"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "METROM4BOOT", "msd-volume-name": "METROM4BOOT",

2
targets/pybadge.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd51j19a"], "inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "pybadge"], "build-tags": ["pybadge"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "PYBADGEBOOT", "msd-volume-name": "PYBADGEBOOT",

2
targets/pygamer.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd51j19a"], "inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "pygamer"], "build-tags": ["pygamer"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "PYGAMERBOOT", "msd-volume-name": "PYGAMERBOOT",

2
targets/qtpy.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21e18a"], "inherits": ["atsamd21e18a"],
"build-tags": ["sam", "atsamd21e18a", "qtpy"], "build-tags": ["qtpy"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "QTPYBOOT", "msd-volume-name": "QTPYBOOT",

2
targets/trinket-m0.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21e18a"], "inherits": ["atsamd21e18a"],
"build-tags": ["sam", "atsamd21e18a", "trinket_m0"], "build-tags": ["trinket_m0"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "TRINKETBOOT", "msd-volume-name": "TRINKETBOOT",

2
targets/wioterminal.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd51p19a"], "inherits": ["atsamd51p19a"],
"build-tags": ["sam", "atsamd51p19a", "wioterminal"], "build-tags": ["wioterminal"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "Arduino", "msd-volume-name": "Arduino",

2
targets/xiao.json

@ -1,6 +1,6 @@
{ {
"inherits": ["atsamd21g18a"], "inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "xiao"], "build-tags": ["xiao"],
"flash-1200-bps-reset": "true", "flash-1200-bps-reset": "true",
"flash-method": "msd", "flash-method": "msd",
"msd-volume-name": "Arduino", "msd-volume-name": "Arduino",

Loading…
Cancel
Save