We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9824981 commit 0a1a61bCopy full SHA for 0a1a61b
.github/workflows/build_win_mac.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install ARM GCC
45
uses: carlosperate/arm-none-eabi-gcc-action@v1
46
with:
47
- release: '11.2-2022.02'
+ release: '12.2.Rel1'
48
49
- name: Checkout TinyUSB
50
uses: actions/checkout@v3
@@ -53,7 +53,7 @@ jobs:
53
run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
54
55
- name: Get Dependencies
56
- run: python3 tools/get_dependencies.py stm32f0
+ run: python3 tools/get_dependencies.py stm32f4
57
58
- name: Build
59
- run: python3 tools/build_family.py stm32f0 stm32f072disco
+ run: python3 tools/build_family.py stm32f4 stm32f411disco
0 commit comments