boards: add Challenger RP2040 LoRa

This commit is contained in:
Kenneth Bell
2022-07-01 17:06:08 +01:00
committed by Ron Evans
parent e1405640da
commit 1d99b1ed84
12 changed files with 348 additions and 34 deletions
+2
View File
@@ -569,6 +569,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=xiao-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=challenger-rp2040 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex