Skip to content

Commit c1f5ead

Browse files
committed
Libraries: fix architecture field to accept split packages
1 parent 6ccf724 commit c1f5ead

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

libraries/Ethernet/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Enables network connection (local and Internet) using Ethernet on mbed
66
paragraph=With this library you can connect to Internet via Ethernet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Ethernet
9-
architectures=*
9+
architectures=mbed,mbed_portenta
1010
includes=Ethernet.h

libraries/PDM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables the communication with devices that use the PDM Bus. Specific i
66
paragraph=
77
category=Communication
88
url=
9-
architectures=mbed
9+
architectures=mbed,mbed_portenta,mbed_nano

libraries/Portenta_Audio/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=USB Blaster emulation for Arduino boards
66
paragraph=PluggableUSB module to emulate an USB Blaster. The basic port targets Arduino MKRVidor4000
77
category=Data Processing
88
url=https://github.com/arduino/VidorUtils/extras
9-
architectures=mbed
9+
architectures=mbed,mbed_portenta
1010
precompiled=true
1111
ldflags=-lPDMFilter_CM7_GCC_wc32

libraries/USBHOST/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables the communication between H747 cores via shared memory and open
66
paragraph=
77
category=Communication
88
url=
9-
architectures=mbed
9+
architectures=mbed,mbed_portenta

libraries/WiFi/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=WiFi wrapper for mbed wifi classes
66
paragraph=
77
category=Other
88
url=http://www.arduino.cc/en/Reference/WiFi
9-
architectures=mbed,ArduinoCore-mbed
9+
architectures=mbed,ArduinoCore-mbed,mbed_portenta

libraries/openamp_arduino/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Enables the communication between H747 cores via shared memory and open
66
paragraph=
77
category=Communication
88
url=
9-
architectures=mbed
9+
architectures=mbed,mbed_portenta
1010
dot_a_linkage=true

libraries/rpclib/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Port of rpclib to arduino
66
paragraph=
77
category=Other
88
url=https://github.com/rpclib/rpclib
9-
architectures=mbed
9+
architectures=mbed,mbed_portenta

0 commit comments

Comments
 (0)