add cmake for stm32wb

This commit is contained in:
hathach
2024-05-03 11:39:42 +07:00
parent 1b97cec995
commit 6524e26e62
16 changed files with 592 additions and 456 deletions

View File

@@ -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

View File

@@ -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