Skip to content

Commit d2b58b6

Browse files
committed
Limit to architectures based on STM32H747.
1 parent 7d317f0 commit d2b58b6

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ jobs:
3737
- fqbn: arduino:mbed_portenta:envie_m4
3838
platforms: |
3939
- name: arduino:mbed_portenta
40-
- fqbn: arduino:mbed_nano:nano33ble
41-
platforms: |
42-
- name: arduino:mbed_nano
43-
- fqbn: arduino:mbed_nano:nanorp2040connect
44-
platforms: |
45-
- name: arduino:mbed_nano
46-
- fqbn: arduino:mbed_edge:edge_control
47-
platforms: |
48-
- name: arduino:mbed_edge
4940
- fqbn: arduino:mbed_giga:giga
5041
platforms: |
5142
- name: arduino:mbed_giga

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Porting mbed5 usbhost library
66
paragraph=Porting mbed5 usbhost library
77
category=Communication
88
url=https://github.com/facchinm/USBHostMbed5
9-
architectures=mbed,mbed_portenta
9+
architectures=mbed,mbed_portenta,mbed_giga

0 commit comments

Comments
 (0)