Skip to content

Commit 773e6dc

Browse files
committed
Libraries: fix various misleading library.properties
1 parent 1ab4409 commit 773e6dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: libraries/SFU/library.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=SFU
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Update the sketch on your board from a Arduino MKRMEM Shield.
6-
paragraph=Requires a Arduino MKRMEM Shield.
5+
sentence=Second stage bootloader for RP2040 boards
6+
paragraph=
77
category=Other
88
url=https://www.arduino.cc/en/Reference/SFU
9-
architectures=mbed
9+
architectures=mbed,mbed_nano,mbed_rp2040

Diff for: libraries/Scheduler/library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=Scheduler
22
version=0.4.4
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows multiple tasks to run at the same time, without interrupting each other. For Arduino sam and samd architectures only (Due, Zero...).
5+
sentence=Allows multiple tasks to run at the same time, without interrupting each other.
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
9+
architectures=mbed,mbed_portenta,mbed_nano,mbed_edge,mbed_rp2040,mbed_nicla

Diff for: 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
9+
architectures=mbed,mbed_portenta,mbed_nano

0 commit comments

Comments
 (0)