Initial swag at h7 examples.

This commit is contained in:
Bob McWhirter
2021-06-08 14:47:32 -04:00
parent 8f8914a789
commit 4f1f63f336
5 changed files with 140 additions and 0 deletions

View File

@ -82,6 +82,8 @@ jobs:
target: thumbv7em-none-eabi
- package: examples/stm32l4
target: thumbv7em-none-eabi
- package: examples/stm32h7
target: thumbv7em-none-eabi
steps:
- uses: actions/checkout@v2