fix build and add u5 to ci

This commit is contained in:
hathach
2023-09-19 18:33:59 +07:00
parent 71a2e8a36d
commit 8cdcd0fa9d
5 changed files with 187 additions and 137 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- 'mm32 msp432e4'
- 'samd11 same5x saml2x'
- 'stm32f2 stm32f3'
- 'stm32l0 stm32u5 stm32wb'
- 'stm32l0 stm32wb'
- 'tm4c123 xmc4000'
steps:
- name: Setup Python

View File

@@ -51,6 +51,7 @@ jobs:
- 'stm32g4'
- 'stm32h7'
- 'stm32l4'
- 'stm32u5'
steps:
- name: Setup Python
uses: actions/setup-python@v4