aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Smith <[email protected]>2021-01-05 20:06:03 -0500
committerRon Evans <[email protected]>2021-01-06 13:35:30 +0100
commit0dcff35d3ac0b6c48c247e14ae5b0f9e25b8dae7 (patch)
tree3196938df6981bd745c6e7a6e06f0b831f968712 /Makefile
parent75f13491b673188db56e0b439d8a9e9bbb3c9d06 (diff)
downloadtinygo-0dcff35d3ac0b6c48c247e14ae5b0f9e25b8dae7.tar.gz
tinygo-0dcff35d3ac0b6c48c247e14ae5b0f9e25b8dae7.zip
machine/p1am-100: rename MISO/MOSI
This makes p1am-100 work again after commit d1c4ed6.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac9284bac..3e334245d 100644
--- a/Makefile
+++ b/Makefile
@@ -323,6 +323,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-f722ze examples/blinky1
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=p1am-100 examples/blinky1
+ @$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex