Skip to content

Commit a44431f

Browse files
committed
Add relevant libraries to opta subarch
1 parent e9ffe99 commit a44431f

File tree

11 files changed

+12
-11
lines changed

11 files changed

+12
-11
lines changed

libraries/Ethernet/library.properties

+1-1
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=mbed,mbed_portenta
9+
architectures=mbed,mbed_portenta,mbed_opta
1010
includes=Ethernet.h

libraries/KernelDebug/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=The GDB compatible kernel debug monitor for Cortex-M devices.
66
paragraph=KernelDebug is a debug monitor which allows the GNU debugger, GDB, to kernel debug applications running in both handler and thread modes using a full featured source level debugger with no extra hardware other than a UART serial connection.
77
category=Communication
88
url=
9-
architectures=mbed
9+
architectures=mbed,mbed_opta

libraries/MRI/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=MRI - Monitor for Remote Inspection. The GDB compatible debug monitor f
66
paragraph=MRI is a debug monitor which allows the GNU debugger, GDB, to debug Cortex-M3/M4/M7 processors. This makes it possible to debug applications running on Cortex-M devices using a full featured source level debugger with no extra hardware other than a serial connection.
77
category=Communication
88
url=
9-
architectures=mbed
9+
architectures=mbed,mbed_opta

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

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
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla,mbed_opta

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

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

libraries/USBHOST/library.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ sentence=USB Host support for Portenta H7 boards
66
paragraph=If using the Full Speed, non-USBC port, refer to https://github.com/facchinm/USBHostMbed5
77
category=Communication
88
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/USBHOST
9-
architectures=mbed,mbed_portenta,mbed_nicla
9+
architectures=mbed,mbed_portenta,mbed_nicla,mbed_opta
10+

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

libraries/openamp_arduino/library.properties

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

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

0 commit comments

Comments
 (0)