diff options
author | Kenneth Bell <[email protected]> | 2022-07-01 17:06:08 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-07-08 13:01:14 +0200 |
commit | 1d99b1ed8493554835670eb6df7bf5340d9c4423 (patch) | |
tree | cc50b5cc68214521c1743a680bb840a1a9e40e03 /Makefile | |
parent | e1405640dacb4d152028366ce8b0dd3fc3d222db (diff) | |
download | tinygo-1d99b1ed8493554835670eb6df7bf5340d9c4423.tar.gz tinygo-1d99b1ed8493554835670eb6df7bf5340d9c4423.zip |
boards: add Challenger RP2040 LoRa
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |