summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-09-27 17:52:18 +0700
committerhathach <[email protected]>2023-09-27 17:52:18 +0700
commit76c43a5bdc5394b1d4f5d8ce13968e31fe2b40fc (patch)
treec88540e4a347111e7df80811e840b62380551ded /.github/workflows
parent6dc64eaa28ab905063233895345ba3c1186b836d (diff)
parent5b08a65ad2e695332d56bd4676841a91f34dd5b1 (diff)
Merge branch 'master' into add-max3421-esp32
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml4
-rw-r--r--.github/workflows/cmake_arm.yml3
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 975f351a0..171c1fec3 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -36,11 +36,11 @@ jobs:
- 'broadcom_32bit'
- 'kinetis_k32l2'
- 'lpc11 lpc13 lpc15 lpc17'
- - 'lpc51 lpc54'
+ - 'lpc51'
- 'mm32 msp432e4'
- 'samd11 same5x saml2x'
- 'stm32f2 stm32f3'
- - 'stm32l0 stm32u5 stm32wb'
+ - 'stm32l0 stm32wb'
- 'tm4c123 xmc4000'
steps:
- name: Setup Python
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 4b788a213..e57c297d7 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -36,7 +36,7 @@ jobs:
- 'imxrt'
- 'kinetis_kl'
- 'lpc18 lpc40 lpc43'
- - 'lpc55'
+ - 'lpc54 lpc55'
- 'mcx'
- 'nrf'
- 'ra'
@@ -51,6 +51,7 @@ jobs:
- 'stm32g4'
- 'stm32h7'
- 'stm32l4'
+ - 'stm32u5'
steps:
- name: Setup Python
uses: actions/setup-python@v4