stm32: add pwm for f4 series

This commit is contained in:
Kenneth Bell
2021-05-06 20:45:11 -07:00
committed by Ron Evans
parent 422ebeeec7
commit ee167f15de
7 changed files with 689 additions and 3 deletions
+2
View File
@@ -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