summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-05-03 16:48:55 +0700
committerhathach <[email protected]>2024-05-03 16:48:55 +0700
commitf38fbbfb2b663cf0977417cf313345f56475cdad (patch)
tree2d608fa759c9c0b5513d1593de1eea8319a419ef /.github/workflows
parent704412bb481c285dded617aacb29c7346baf6bf4 (diff)
add cmake for xmc4000
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml1
-rw-r--r--.github/workflows/build_cmake.yml1
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 15f12550f..14c6d519c 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -36,7 +36,6 @@ jobs:
family:
# Alphabetical order
- 'mm32'
- - 'xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v5
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 3fb277d00..a1409b22c 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -63,6 +63,7 @@ jobs:
- 'stm32u5'
- 'stm32wb'
- 'tm4c'
+ - 'xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v5