diff options
| author | hathach <[email protected]> | 2023-09-07 15:31:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-07 15:31:43 +0700 |
| commit | bb5d43e9c5c909a1becc1224c768d3aa1a09b051 (patch) | |
| tree | 46f964c8a00932caa5d04f86acbd5de24f1e9b41 /.github | |
| parent | 7bf5923052e5861f54c9cb0581e328f8be26a0a9 (diff) | |
add samd51 to cmake
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 2621e7372..377fc44d9 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -40,7 +40,7 @@ jobs: - 'mm32 msp432e4' - 'nrf' - 'samd11 samd21' - - 'samd51 same5x' + - 'same5x' - 'saml2x' - 'stm32f2 stm32f3' - 'stm32l0 stm32u5 stm32wb' diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 8eeae928c..6f7d024bd 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -40,6 +40,7 @@ jobs: - 'mcx' - 'ra' - 'rp2040' + - 'samd51' - 'stm32f0' - 'stm32f1' - 'stm32f4' |
