add cmake for tm4c

This commit is contained in:
hathach
2024-05-03 16:15:29 +07:00
parent 59f8e9dff9
commit 704412bb48
12 changed files with 304 additions and 46 deletions

View File

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

View File

@@ -48,7 +48,7 @@ jobs:
- 'nrf'
- 'ra'
- 'rp2040'
- 'samd11 samd21 saml2x samd51'
- 'samd11 samd21 saml2x samd5x_e5x'
- 'stm32f0'
- 'stm32f1'
- 'stm32f2'
@@ -62,6 +62,7 @@ jobs:
- 'stm32l4'
- 'stm32u5'
- 'stm32wb'
- 'tm4c'
steps:
- name: Setup Python
uses: actions/setup-python@v5