aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2021-11-11 10:56:05 +0000
committerRon Evans <[email protected]>2021-11-20 12:07:11 +0100
commit62d4a6a77f6e7a35346277166a1ace143ab33ad0 (patch)
tree757f4771abcfeacf71b37a1fd200a6ca86891a45 /Makefile
parent339301b709dcb83747bfb1ebe56c8d6171e85b15 (diff)
downloadtinygo-62d4a6a77f6e7a35346277166a1ace143ab33ad0.tar.gz
tinygo-62d4a6a77f6e7a35346277166a1ace143ab33ad0.zip
stm32: add minimal stm32wlex5 / lorae5 target
credit to ofauchon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b57eaaff9..d4a1e82a8 100644
--- a/Makefile
+++ b/Makefile
@@ -430,6 +430,8 @@ ifneq ($(STM32), 0)
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/pwm
@$(MD5SUM) test.hex
+ $(TINYGO) build -size short -o test.hex -target=lorae5 examples/blinky1
+ @$(MD5SUM) test.hex
endif
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial