Add support for the P1AM-100 (similar to Arduino MKR)

This commit is contained in:
Quentin Smith
2020-07-18 03:43:54 -04:00
committed by Ayke
parent 533d2c9ce0
commit 75f13491b6
3 changed files with 173 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "p1am_100"],
"flash-command": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}