targets: fix build tag duplicates

and add missing targets to smoke test
This commit is contained in:
Yurii Soldak
2022-09-02 23:52:05 +02:00
committed by Ron Evans
parent 02160aa8d8
commit d7814ff50b
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"inherits": ["esp32c3"],
"build-tags": ["esp32c312f", "esp32c3", "esp"]
"build-tags": ["esp32c312f"]
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"inherits": ["atsamd51j19a"],
"build-tags": ["atsamd51j19a", "matrixportal_m4"],
"build-tags": ["matrixportal_m4"],
"serial": "usb",
"serial-port": ["acm:239a:80c9", "acm:239a:00c9", "acm:239a:80ca"],
"flash-1200-bps-reset": "true",