diff options
| author | hathach <[email protected]> | 2024-04-23 12:04:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-23 12:04:08 +0700 |
| commit | 0f3d6c61b563f8776d6e9f90a8b459a513f79fc1 (patch) | |
| tree | 4514ac2afe88f268b4eb8756c91e3d728104780f /.github/workflows | |
| parent | f76d38c92438284533f02697d34d659583bdd9fd (diff) | |
port clang stm32: f1, f2, f3
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_arm.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 9f3270c91..12e6615ea 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -41,7 +41,6 @@ jobs: - 'lpc51' - 'mm32 msp432e4' - 'samd11 same5x saml2x' - - 'stm32f2 stm32f3' - 'stm32l0 stm32wb' - 'tm4c123 xmc4000' steps: diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index bc2a98b59..8eb1e3f74 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -49,6 +49,8 @@ jobs: - 'samd51' - 'stm32f0' - 'stm32f1' + - 'stm32f2' + - 'stm32f3' - 'stm32f4' - 'stm32f7' - 'stm32g0' @@ -135,6 +137,8 @@ jobs: - 'samd51' - 'stm32f0' - 'stm32f1' + - 'stm32f2' + - 'stm32f3' - 'stm32f4' - 'stm32f7' - 'stm32g0' |
