diff options
| author | hathach <[email protected]> | 2024-05-03 11:39:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-03 11:39:42 +0700 |
| commit | 6524e26e627999439465863e6bf87719e869ead8 (patch) | |
| tree | dc7ffa61a480255d2463021cd17730a290505b4c /.github/workflows | |
| parent | 1b97cec9957cfc06d3c2e4eab6d244e8a98aa271 (diff) | |
add cmake for stm32wb
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 9 | ||||
| -rw-r--r-- | .github/workflows/build_cmake.yml | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 12e6615ea..55c4bd204 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -35,13 +35,8 @@ jobs: matrix: family: # Alphabetical order - - 'broadcom_32bit' - - 'kinetis_k32l2' - - 'lpc11 lpc13 lpc15' - - 'lpc51' - - 'mm32 msp432e4' - - 'samd11 same5x saml2x' - - 'stm32l0 stm32wb' + - 'mm32' + - 'samd11 same5x' - 'tm4c123 xmc4000' steps: - name: Setup Python diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index cbe36ae79..38df38730 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -48,8 +48,7 @@ jobs: - 'nrf' - 'ra' - 'rp2040' - - 'samd21' - - 'samd51' + - 'samd21 saml2x samd51' - 'stm32f0' - 'stm32f1' - 'stm32f2' @@ -62,6 +61,7 @@ jobs: - 'stm32h7' - 'stm32l4' - 'stm32u5' + - 'stm32wb' steps: - name: Setup Python uses: actions/setup-python@v5 |
