Merge branch 'master' into add-in_isr-to-hcd_int_hanlder

This commit is contained in:
Ha Thach
2023-09-27 17:01:40 +07:00
committed by GitHub
10 changed files with 320 additions and 33 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