add cmake for xmc4000

This commit is contained in:
hathach
2024-05-03 16:48:55 +07:00
parent 704412bb48
commit f38fbbfb2b
10 changed files with 303 additions and 38 deletions

View File

@@ -36,7 +36,6 @@ jobs:
family:
# Alphabetical order
- 'mm32'
- 'xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v5

View File

@@ -63,6 +63,7 @@ jobs:
- 'stm32u5'
- 'stm32wb'
- 'tm4c'
- 'xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v5