Add Pimoroni's Tufty2040 board

This commit is contained in:
Daniel Esteban
2022-08-24 09:28:08 +02:00
committed by Ron Evans
parent 12d63d9642
commit aa13b5d83b
5 changed files with 130 additions and 1 deletions
+2
View File
@@ -589,6 +589,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=tufty2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1