diff options
author | Kenneth Bell <[email protected]> | 2021-05-06 20:45:11 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-05-28 00:02:46 +0200 |
commit | ee167f15de2378d07a0264720c43fa3d162a4687 (patch) | |
tree | 699e25fa45d958d62e47d144269ea9fb4bdbf08d /Makefile | |
parent | 422ebeeec7ec7e1f332d73c858863b74425f70ed (diff) | |
download | tinygo-ee167f15de2378d07a0264720c43fa3d162a4687.tar.gz tinygo-ee167f15de2378d07a0264720c43fa3d162a4687.zip |
stm32: add pwm for f4 series
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -381,6 +381,8 @@ ifneq ($(STM32), 0) @$(MD5SUM) test.hex $(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/blinky1 @$(MD5SUM) test.hex + $(TINYGO) build -size short -o test.hex -target=stm32f4disco-1 examples/pwm + @$(MD5SUM) test.hex endif ifneq ($(AVR), 0) $(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial |