targets: add support for Pimoroni Tiny2350 board

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-12-18 20:06:49 +01:00
committed by Ron Evans
parent f64e70e659
commit c4cfc01ba3
3 changed files with 91 additions and 0 deletions
+2
View File
@@ -743,6 +743,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pico2 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=tiny2350 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex