Support for STM32L0 MCUs and Dragino LGT92 device (#1561)

machine/stm32l0: add support for stm32l0 family and Dragino LGT92 Board
This commit is contained in:
Fauchon
2021-01-08 22:27:25 +01:00
committed by GitHub
parent a4d0877cf0
commit 65caf777dd
11 changed files with 707 additions and 3 deletions
+2
View File
@@ -297,6 +297,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pinetime-devkit0 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=lgt92 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=x9pro examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pca10056-s140v7 examples/blinky1