stm32: add support for the STM32F4Discovery

Signed-off-by: Yusuke Mitsuki <mickey.happygolucky@gmail.com>
This commit is contained in:
Yusuke Mitsuki
2019-04-12 13:36:14 +09:00
committed by Ayke van Laethem
parent 315cd4059f
commit 1322f404a6
7 changed files with 571 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ commands:
- run: tinygo build -size short -o test.elf -target=pca10056 examples/blinky2
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 examples/blinky1
- run: tinygo build -size short -o test.elf -target=circuitplay-express examples/blinky1
- run: tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky1
- run: tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky2
- run: tinygo build -o wasm.wasm -target=wasm examples/wasm
test-linux:
parameters: