Skip to content

Commit 42114ff

Browse files
facchinmpennam
authored andcommitted
Libraries: add mbed_giga explicit compatibility
1 parent a6f6879 commit 42114ff

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

libraries/PDM/library.properties

+1-1
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,mbed_portenta,mbed_nano,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_nicla,mbed_giga

libraries/Portenta_SDRAM/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Interact with external SDRAM chip on Portenta H7
66
paragraph=
77
category=Other
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_SDRAM
9-
architectures=mbed,mbed_portenta
9+
architectures=mbed,mbed_portenta,mbed_giga

libraries/Portenta_Video/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=video primitives for Portenta H7 via USBC (to HDMI adapter)
66
paragraph=
77
category=Display
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_Video
9-
architectures=mbed,mbed_portenta
9+
architectures=mbed,mbed_portenta,mbed_giga

libraries/Portenta_lvgl/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=lvgl porting for Portenta H7 via USBC (to HDMI adapter)
66
paragraph=
77
category=Display
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_lvgl
9-
architectures=mbed,mbed_portenta
9+
architectures=mbed,mbed_portenta,mbed_giga

libraries/RPC/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables the communication between Portenta H7 cores
66
paragraph=
77
category=Communication
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/RPC
9-
architectures=mbed,mbed_portenta,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nicla,mbed_giga

libraries/STM32H747_System/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Utility library for Portenta H7
66
paragraph=
77
category=Other
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/STM32H747_System
9-
architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta
9+
architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga

libraries/Scheduler/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Allows multiple tasks to run at the same time, without interrupting eac
66
paragraph=The Scheduler library enables the Arduino to run multiple functions at the same time. This allows tasks to happen without interrupting each other.</br>This is a cooperative scheduler in that the CPU switches from one task to another. The library includes methods for passing control between tasks.
77
category=Other
88
url=http://www.arduino.cc/en/Reference/Scheduler
9-
architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla,mbed_opta
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla,mbed_opta,mbed_giga

libraries/SocketWrapper/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Wrapper for mbed Socket classes
66
paragraph=
77
category=Other
88
url=http://www.arduino.cc/en/Reference/WiFi
9-
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta
9+
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga

libraries/ThreadDebug/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=The GDB compatible thread debug monitor for Cortex-M devices.
66
paragraph=ThreadDebug is a debug monitor which allows the GNU debugger, GDB, to debug application threads using a full featured source level debugger with no extra hardware.
77
category=Communication
88
url=
9-
architectures=mbed,mbed_portenta,mbed_nano,mbed_nicla,mbed_opta
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_nicla,mbed_opta,mbed_giga

libraries/USBHID/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Mouse/Keyboard/HID support for mbed enabled boards
66
paragraph=
77
category=Communication
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/USBHID
9-
architectures=mbed,mbed_portenta,mbed_nano,mbed_rp2040,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_rp2040,mbed_nicla,mbed_giga

libraries/USBMSD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Allow exposing block devices as USB disk when connected to a PC
66
paragraph=
77
category=Data Storage
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/USBMSD
9-
architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla,mbed_giga

libraries/WiFi/library.properties

+1-1
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,mbed_portenta,mbed_nicla,mbed_opta
9+
architectures=mbed,ArduinoCore-mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga

libraries/doom/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Porting of Doom engine to Portenta H7
66
paragraph=
77
category=Display
88
url=https://github.com/arduino/ArduinoCore-mbed
9-
architectures=mbed,mbed_portenta
9+
architectures=mbed,mbed_portenta,mbed_giga

libraries/rpclib/library.properties

+1-1
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,mbed_portenta,mbed_nicla,mbed_opta
9+
architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta,mbed_giga

0 commit comments

Comments
 (0)