stm32: Add F0 example

This commit is contained in:
Thales Fragoso
2021-07-15 13:50:39 -03:00
parent 2f08c7ced5
commit 697f93ad42
7 changed files with 118 additions and 0 deletions

View File

@ -88,6 +88,8 @@ jobs:
target: thumbv6m-none-eabi
- package: examples/stm32wb55
target: thumbv7em-none-eabihf
- package: examples/stm32f0
target: thumbv6m-none-eabi
steps:
- uses: actions/checkout@v2