Skip to content

Commit c65b13d

Browse files
authored
Merge pull request #56 from edgar-bonet/no-mbed
CI: do not compile examples for Mbed boards
2 parents 6441149 + b1bf8be commit c65b13d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ jobs:
4040
- fqbn: arduino:samd:mkrzero
4141
platforms: |
4242
- name: arduino:samd
43-
- fqbn: arduino:mbed_portenta:envie_m4
44-
platforms: |
45-
- name: arduino:mbed_portenta
46-
- fqbn: arduino:mbed_portenta:envie_m7
47-
platforms: |
48-
- name: arduino:mbed_portenta
49-
- fqbn: arduino:mbed_nano:nano33ble
50-
platforms: |
51-
- name: arduino:mbed_nano
52-
- fqbn: arduino:mbed_nano:nanorp2040connect
53-
platforms: |
54-
- name: arduino:mbed_nano
5543
5644
steps:
5745
- 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 Keyboard.
66
paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)
77
category=Device Control
88
url=https://www.arduino.cc/reference/en/language/functions/usb/keyboard/
9-
architectures=*
9+
architectures=avr, samd, sam

0 commit comments

Comments
 (0)