673: CI: Run example tests on thumbv8m.* r=korken89 a=AfoHT



Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
This commit is contained in:
bors[bot] 2022-12-21 20:17:22 +00:00 committed by GitHub
commit 7788b9065f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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