diff options
author | Kenneth Bell <[email protected]> | 2021-11-11 10:56:05 +0000 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-11-20 12:07:11 +0100 |
commit | 62d4a6a77f6e7a35346277166a1ace143ab33ad0 (patch) | |
tree | 757f4771abcfeacf71b37a1fd200a6ca86891a45 /Makefile | |
parent | 339301b709dcb83747bfb1ebe56c8d6171e85b15 (diff) | |
download | tinygo-62d4a6a77f6e7a35346277166a1ace143ab33ad0.tar.gz tinygo-62d4a6a77f6e7a35346277166a1ace143ab33ad0.zip |
stm32: add minimal stm32wlex5 / lorae5 target
credit to ofauchon
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |