diff options
| author | Ha Thach <[email protected]> | 2023-09-07 17:55:50 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-07 17:55:50 +0700 |
| commit | 702740a3e283165fdb63c53d0b51bf78c9bddb36 (patch) | |
| tree | ba07f8f90862b9eae8b9afe58492e1df6855654b /.github/workflows | |
| parent | 7bf5923052e5861f54c9cb0581e328f8be26a0a9 (diff) | |
| parent | d3c08ecc3ab53b5e1b4fbcb18eb2aab78a5b840e (diff) | |
Merge pull request #2246 from hathach/add-cmake-samd
Add cmake support for samd21 and samd51
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 2621e7372..70385bc1b 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -39,9 +39,7 @@ jobs: - 'lpc51 lpc54' - 'mm32 msp432e4' - 'nrf' - - 'samd11 samd21' - - 'samd51 same5x' - - 'saml2x' + - 'samd11 same5x saml2x' - 'stm32f2 stm32f3' - 'stm32l0 stm32u5 stm32wb' - 'tm4c123 xmc4000' diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 8eeae928c..e3a00f9c5 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -40,6 +40,8 @@ jobs: - 'mcx' - 'ra' - 'rp2040' + - 'samd21' + - 'samd51' - 'stm32f0' - 'stm32f1' - 'stm32f4' |
