CI: Run example tests on thumbv8m.*

This commit is contained in:
Henrik Tjäder 2022-12-21 21:11:01 +01:00
parent 3541f2cee4
commit 9884bcf312
2 changed files with 3 additions and 0 deletions

View file

@ -90,6 +90,8 @@ jobs:
target:
- thumbv7m-none-eabi
- thumbv6m-none-eabi
- thumbv8m.base-none-eabi
- thumbv8m.main-none-eabi
toolchain:
- stable
steps:

View file

@ -9,6 +9,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
- CI: Check examples also for thumbv8.{base,main}
- Allow custom `link_section` attributes for late resources
### Fixed