Add stm32u5 examples to CI run.

This commit is contained in:
Bob McWhirter 2021-11-02 15:11:30 -04:00
parent eaaaa2460a
commit ee1ea44b60

View file

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