board: add AKIZUKI DENSHI AE-RP2040

This commit is contained in:
sago35
2023-08-04 21:24:09 +09:00
committed by Ron Evans
parent 62294feb56
commit 67ec722a74
3 changed files with 127 additions and 0 deletions
+2
View File
@@ -648,6 +648,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=gopher-badge examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=ae-rp2040 examples/echo
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex