Added Adafruit PyGamer Target (#1173)

* machine/PyGamer: add board support
This commit is contained in:
APDevice
2020-06-19 05:35:42 -07:00
committed by GitHub
parent 496452b676
commit 4e8e3f348f
3 changed files with 157 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "pygamer"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "PYGAMERBOOT",
"msd-firmware-name": "arcade.uf2"
}