machine/arduino_mkrwifi1010: add board definition for Arduino MKR WiFi 1010

This commit is contained in:
sago35
2021-08-17 21:15:24 +09:00
committed by Ron Evans
parent 255f35671d
commit 98bd947817
4 changed files with 166 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_mkrwifi1010"],
"serial": "usb",
"serial-port": ["acm:2341:8054", "acm:2341:0054"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}