From 7b421973479f8d766e874ee4d3a812e0ded8db22 Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Tue, 16 Nov 2021 13:35:16 +0100 Subject: [PATCH 1/2] CI: do not compile examples for Mbed boards This library relies on the HID library, which does not support the mbed_nano and mbed_portenta platforms. This should fix the recent GitHub Actions job failures. --- .github/workflows/compile-examples.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 60f6927..50c4aa4 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -40,18 +40,6 @@ jobs: - fqbn: arduino:samd:mkrzero platforms: | - name: arduino:samd - - fqbn: arduino:mbed_portenta:envie_m4 - platforms: | - - name: arduino:mbed_portenta - - fqbn: arduino:mbed_portenta:envie_m7 - platforms: | - - name: arduino:mbed_portenta - - fqbn: arduino:mbed_nano:nano33ble - platforms: | - - name: arduino:mbed_nano - - fqbn: arduino:mbed_nano:nanorp2040connect - platforms: | - - name: arduino:mbed_nano steps: - name: Checkout repository From b1bf8bef796b1349e15568aafb978faac89cd450 Mon Sep 17 00:00:00 2001 From: Edgar Bonet Date: Wed, 17 Nov 2021 09:47:10 +0100 Subject: [PATCH 2/2] List supported architectures in library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index f0e65a4..c7b604d 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=Allows an Arduino board with USB capabilities to act as a Keyboard. paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc) category=Device Control url=https://www.arduino.cc/reference/en/language/functions/usb/keyboard/ -architectures=* +architectures=avr, samd, sam