diff options
| author | hathach <[email protected]> | 2023-09-07 21:42:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-07 21:42:46 +0700 |
| commit | ed102a7795a8439c9fc9e5104f1fc51c1698a0a2 (patch) | |
| tree | 4ed1325410106822461176d7f9dc575f180df13a /.github/workflows | |
| parent | 21ab40bab2e2fee28fa595f648a17944696c3d65 (diff) | |
| parent | 702740a3e283165fdb63c53d0b51bf78c9bddb36 (diff) | |
Merge branch 'master' into add-max3421e-hcd
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' |
