diff options
-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 |