diff options
| author | hathach <[email protected]> | 2024-05-03 16:15:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-03 16:15:29 +0700 |
| commit | 704412bb481c285dded617aacb29c7346baf6bf4 (patch) | |
| tree | 7f61fb8e40191704600041c3b400a8975091750c /.github/workflows | |
| parent | 59f8e9dff942baf7f0b05ef4927672ee2627f54b (diff) | |
add cmake for tm4c
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/build_cmake.yml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 40dc77593..15f12550f 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -36,8 +36,7 @@ jobs: family: # Alphabetical order - 'mm32' - - 'same5x' - - 'tm4c123 xmc4000' + - '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 75ce707aa..3fb277d00 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -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 |
