machine/circuitplay_express: add basic support for Adafruit Circuit Playground express pin mappings

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-02-24 21:25:22 +01:00
committed by Ayke
parent 34939ab422
commit 4424fe087d
2 changed files with 75 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "circuitplay_express"],
"flash": "uf2conv.py {bin}"
}