summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-11-05 14:38:23 +0700
committerGitHub <[email protected]>2021-11-05 14:38:23 +0700
commitc04006bc1386506bdea7660ad90fa25aab63c730 (patch)
treec2c7e2e9237ab1788b9ec9e4961ae666e639f345 /.github
parent5fcd0e284b7e23e2dbfb31d39e0dd19e5e06810f (diff)
parent3fc3e400b0ad91a0f15fe0c45bb924a9b1d65249 (diff)
Merge pull request #1180 from hathach/add-xmc4500
Add xmc4500
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_arm.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 53a1628a0..8db0fe04f 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -57,6 +57,7 @@ jobs:
- 'stm32f7'
- 'stm32h7'
- 'stm32l4'
+ - 'xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v2