Add stm32f7 to CI

This commit is contained in:
Dario Nieuwenhuis 2021-10-26 17:30:11 +02:00
parent 015cad84dd
commit cf47676dac

View File

@ -112,6 +112,8 @@ jobs:
target: wasm32-unknown-unknown
- package: examples/stm32f1
target: thumbv7m-none-eabi
- package: examples/stm32f7
target: thumbv7em-none-eabihf
steps:
- uses: actions/checkout@v2
with: