diff options
author | 2022-12-21 20:17:22 +0000 | |
---|---|---|
committer | 2022-12-21 20:17:22 +0000 | |
commit | 7788b9065fd860dd92a1376471836f4eec2e4fe4 (patch) | |
tree | 87355b8ab9f4892886e8dc98e9158515bde26e79 | |
parent | 3541f2cee4e94ceb8ea5c6f1514d5d4c9129383e (diff) | |
parent | 9884bcf312bf0da808dac6eb76d9059cd75877bc (diff) | |
download | rtic-7788b9065fd860dd92a1376471836f4eec2e4fe4.tar.gz rtic-7788b9065fd860dd92a1376471836f4eec2e4fe4.tar.zst rtic-7788b9065fd860dd92a1376471836f4eec2e4fe4.zip |
Merge #673
673: CI: Run example tests on thumbv8m.* r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf621abd..8182e7ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,8 @@ jobs: target: - thumbv7m-none-eabi - thumbv6m-none-eabi + - thumbv8m.base-none-eabi + - thumbv8m.main-none-eabi toolchain: - stable steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 253796f3..0dc7353b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |