Add examples for STM32L0

This commit is contained in:
Ulf Lilleengen
2021-06-09 15:22:52 +02:00
committed by Dario Nieuwenhuis
parent 3d16e922d5
commit 1bb7123156
11 changed files with 300 additions and 3 deletions

View File

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