Skip to content

Commit 3f680b7

Browse files
aykevldeadprogram
authored andcommitted
sam: remove redundant build tags
Some build tags were duplicated. This commit removes them.
1 parent 9a7e633 commit 3f680b7

19 files changed

+19
-19
lines changed

targets/arduino-nano33.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["atsamd21g18a"],
3-
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"],
3+
"build-tags": ["arduino_nano33"],
44
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
55
"flash-1200-bps-reset": "true"
66
}

targets/arduino-zero.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["atsamd21g18a"],
3-
"build-tags": ["sam", "atsamd21g18a", "arduino_zero"],
3+
"build-tags": ["arduino_zero"],
44
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
55
"flash-1200-bps-reset": "true"
66
}

targets/atsamd21e18a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"inherits": ["cortex-m"],
33
"llvm-target": "armv6m-none-eabi",
4-
"build-tags": ["atsamd21e18", "atsamd21", "sam"],
4+
"build-tags": ["atsamd21e18a", "atsamd21e18", "atsamd21", "sam"],
55
"cflags": [
66
"--target=armv6m-none-eabi",
77
"-Qunused-arguments"

targets/atsamd21g18a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"inherits": ["cortex-m"],
33
"llvm-target": "armv6m-none-eabi",
4-
"build-tags": ["atsamd21g18", "atsamd21", "sam"],
4+
"build-tags": ["atsamd21g18a", "atsamd21g18", "atsamd21", "sam"],
55
"cflags": [
66
"--target=armv6m-none-eabi",
77
"-Qunused-arguments"

targets/atsamd51g19a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["cortex-m4"],
3-
"build-tags": ["atsamd51g19", "atsamd51", "sam"],
3+
"build-tags": ["atsamd51g19a", "atsamd51g19", "atsamd51", "sam"],
44
"cflags": [
55
"-Qunused-arguments"
66
],

targets/atsamd51j19a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["cortex-m4"],
3-
"build-tags": ["atsamd51j19", "atsamd51", "sam"],
3+
"build-tags": ["atsamd51j19a", "atsamd51j19", "atsamd51", "sam"],
44
"cflags": [
55
"-Qunused-arguments"
66
],

targets/atsamd51p19a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["cortex-m4"],
3-
"build-tags": ["atsamd51p19", "atsamd51", "sam"],
3+
"build-tags": ["atsamd51p19a", "atsamd51p19", "atsamd51", "sam"],
44
"cflags": [
55
"-Qunused-arguments"
66
],

targets/circuitplay-express.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["atsamd21g18a"],
3-
"build-tags": ["sam", "atsamd21g18a", "circuitplay_express"],
3+
"build-tags": ["circuitplay_express"],
44
"flash-1200-bps-reset": "true",
55
"flash-method": "msd",
66
"msd-volume-name": "CPLAYBOOT",

targets/feather-m0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["atsamd21g18a"],
3-
"build-tags": ["sam", "atsamd21g18a", "feather_m0"],
3+
"build-tags": ["feather_m0"],
44
"flash-1200-bps-reset": "true",
55
"flash-method": "msd",
66
"msd-volume-name": "FEATHERBOOT",

targets/feather-m4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["atsamd51j19a"],
3-
"build-tags": ["sam", "atsamd51j19a", "feather_m4"],
3+
"build-tags": ["feather_m4"],
44
"flash-1200-bps-reset": "true",
55
"flash-method": "msd",
66
"msd-volume-name": "FEATHERBOOT",

0 commit comments

Comments
 (0)