From 9884bcf312bf0da808dac6eb76d9059cd75877bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 21 Dec 2022 21:11:01 +0100 Subject: [PATCH] CI: Run example tests on thumbv8m.* --- .github/workflows/build.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) 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