diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf621abdf6..8182e7eda5 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 253796f3b8..0dc7353b13 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