summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-09-27 17:01:40 +0700
committerGitHub <[email protected]>2023-09-27 17:01:40 +0700
commit68c4009bba56eca9d6fb5087ac5c0a4d66a9073b (patch)
treef84bc382531c349c6b72ca5df1b7224e2d267388 /.github
parent58c49cea5b94dcf45b0b2117afc3fc8ce646732c (diff)
parent56c6d2feab2e6e68a539534910900ae9f4e593d1 (diff)
Merge branch 'master' into add-in_isr-to-hcd_int_hanlder
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_arm.yml2
-rw-r--r--.github/workflows/cmake_arm.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index c7462f0d7..171c1fec3 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -40,7 +40,7 @@ jobs:
- '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 5dc36ee2c..e57c297d7 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -51,6 +51,7 @@ jobs:
- 'stm32g4'
- 'stm32h7'
- 'stm32l4'
+ - 'stm32u5'
steps:
- name: Setup Python
uses: actions/setup-python@v4