From 4f720ea11ba8f515151548e9e939c3491bad32f4 Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:53:13 +0100 Subject: [PATCH 1/2] ci: remove libraries from workflow --- .github/workflows/compile-examples.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 2f024f0..aea8fb6 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -66,9 +66,6 @@ jobs: libraries: | # Install the library from the local path. - source-path: ./ - - name: Arduino_USBHostMbed5 - - name: Arduino_POSIXStorage - - name: ArduinoRS485 # Additional library dependencies can be listed here. # See: https://github.com/arduino/compile-sketches#libraries sketch-paths: | From 776f762e7781daeb2dfd8dc143462dcdb4e59f8b Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:59:19 +0100 Subject: [PATCH 2/2] fix: Add Arduino_USBHostMbed5 explicity --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 141496d..3c5f194 100644 --- a/library.properties +++ b/library.properties @@ -7,5 +7,5 @@ paragraph=With this versatile library, you can seamlessly handle various storage category=Data Storage url=https://github.com/arduino-libraries/Arduino_UnifiedStorage architectures=renesas_portenta,mbed_portenta,mbed_opta -depends=Arduino_POSIXStorage,ArduinoRS485 +depends=Arduino_POSIXStorage,ArduinoRS485,Arduino_USBHostMbed5 includes=Arduino_UnifiedStorage.h