Skip to content

Commit b9cf6dd

Browse files
authored
Restrict supported architectures to avr,sam,samd - which we know are working. (#26)
1 parent 50d7d12 commit b9cf6dd

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
@@ -49,15 +49,6 @@ jobs:
4949
- fqbn: arduino:samd:nano_33_iot
5050
platforms: |
5151
- name: arduino:samd
52-
- fqbn: arduino:mbed_portenta:envie_m7
53-
platforms: |
54-
- name: arduino:mbed_portenta
55-
- fqbn: arduino:mbed_nano:nano33ble
56-
platforms: |
57-
- name: arduino:mbed_nano
58-
- fqbn: arduino:mbed_nano:nanorp2040connect
59-
platforms: |
60-
- name: arduino:mbed_nano
6152
6253
steps:
6354
- name: Checkout repository

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Allows an Arduino board with USB capabilities to act as a Mouse.
66
paragraph=This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)
77
category=Device Control
88
url=https://www.arduino.cc/reference/en/language/functions/usb/mouse/
9-
architectures=*
9+
architectures=avr,sam,samd

0 commit comments

Comments
 (0)