sam: remove redundant build tags

Some build tags were duplicated. This commit removes them.
This commit is contained in:
Ayke van Laethem
2020-11-08 23:06:01 +01:00
committed by Ron Evans
parent 9a7e633997
commit 3f680b75f3
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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"
} }
+1 -1
View File
@@ -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"
} }
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
], ],
+1 -1
View File
@@ -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"
], ],
+1 -1
View File
@@ -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"
], ],
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",