targets,runtime,machine: add support for the stm32f469-disco board

The LEDs and button work; I haven't tested the SPI and I2C
configuration.
This commit is contained in:
Elias Naur
2021-12-24 12:59:41 +01:00
committed by kenbell
parent 302e72e84f
commit bd7ab8ddd5
9 changed files with 162 additions and 11 deletions
+2
View File
@@ -453,6 +453,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=stm32f469disco examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=lorae5 examples/blinky1
@$(MD5SUM) test.hex
endif