Adafruit PyPortal Support (#800)

* machine/PyPortal: implementation, also includes refinements for other members of samd51x familty.
This commit is contained in:
BCG
2020-01-06 05:53:43 -05:00
committed by Ron Evans
parent 7363bdc298
commit ecff6f8e0c
10 changed files with 387 additions and 47 deletions
+2
View File
@@ -240,6 +240,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=metro-m4-airlift examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pyportal examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-f103rb examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pinetime-devkit0 examples/blinky1