Skip to content

Commit c324c5d

Browse files
authored
Add additional supported architectures to metadata
Previously, the library's metadata only specified compatibility with the `mbed` architecture. This is the architecture used by the "[DEPRECATED - Please install standalone packages] Arduino Mbed OS Boards" platform. As you might guess from the name, this platform is deprecated. Since it is clearly marked as such and has been so for some time, it is likely the majority of users have switched to the more specific "Arduino Mbed OS ___ Boards" platforms. Since compatibility with those architectures was not specified in the metadata, the following impacts resulted on users who had one of the boards of the non-deprecated platforms selected: A warning was displayed in the compilation output. For example WARNING: library Arduino_PF1550-master claims to run on mbed architecture(s) and may be incompatible with your current board which runs on mbed_portenta architecture(s). The library's examples were placed under the File > Examples > INCOMPATIBLE menu of Arduino IDE 1.x (example categorization by compatibility not implemented in Arduino IDE 2.x at this time), and the equivalent in the `arduino-cli lib examples` output. The library was not listed in the `arduino-cli lib list --fqbn` output.
1 parent 2852629 commit c324c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Arduino library for the PF1550 Power Management IC
66
paragraph=This library allows the control and configuration of the PF1550 used on various Arduino boards.
77
category=Device Control
88
url=https://github.com/arduino-libraries/Arduino_PF1550
9-
architectures=mbed
9+
architectures=mbed,mbed_nicla,mbed_portenta

0 commit comments

Comments
 (0)