Skip to content

Commit a55dce1

Browse files
committed
libraries: fixup architecture field
Former-commit-id: af4123d
1 parent b14d827 commit a55dce1

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

libraries/Arduino_CAN/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=CAN/CANFD communication library for UNO R4 and Portenta H33.
66
paragraph=This library provides CAN/CANFD access for Uno R4 and Portenta H33.
77
category=Other
88
url=
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta,renesas_uno
1010
include=Arduino_CAN.h

libraries/Arduino_FreeRTOS/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=This library provides FreeRTOS for the Portenta C33, Uno R4 Minima / Wi
66
paragraph=
77
category=Other
88
url=
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta,renesas_uno
1010
include=Arduino_FreeRTOS.h

libraries/EEPROM/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Enables reading and writing to the permanent board storage.
66
paragraph=This library allows to read and write data in FLASH emulating the behaviour of an EEPROM memory, that keeps its content also when the board is powered off. The amount of EEPROM available depends on the microcontroller type.
77
category=Data Storage
88
url=http://www.arduino.cc/en/Reference/EEPROM
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta,renesas_uno
1010

libraries/ESPhost/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Enable the use of WiFi on C33 renesas board.
66
paragraph=With this library you can use the WiFi present on C33 board to connect.
77
category=Communication
88
url=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/ESPhost
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta
1010
precompiled=true
1111
ldflags=-lprotobufc

libraries/Ethernet/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Enables network connection (local and Internet) on Renesas RA boards
66
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. 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=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/Ethernet
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta
1010
includes=EthernetC33.h
1111

libraries/RTC/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=RTC library for Renesas RA boards
66
paragraph=provides helper to set and read RTC
77
category=Timing
88
url=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/RTC
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta,renesas_uno

libraries/SE05X/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Arduino Library for the NXP SE05X crypto chips
66
paragraph=
77
category=Communication
88
url=
9-
architectures=
9+
architectures=renesas,renesas_portenta

libraries/SSLClient/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Provides secure network connection over a generic Client trasport objec
66
paragraph=With this library you can make a TLS or SSL connection to a remote server.
77
category=Communication
88
url=
9-
architectures=
9+
architectures=renesas,renesas_portenta
1010
precompiled=true
1111
ldflags=-lmbedtls -lmbedcrypto -lmbedx509 -lmbedse05x

libraries/SoftwareSerial/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables serial communication on any digital pin.
66
paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SoftwareSerial
9-
architectures=
9+
architectures=renesas,renesas_portenta,renesas_uno

libraries/WiFi/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Enables WIFI connection
66
paragraph=With this library you can use the WiFi to connect to Internet. 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=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/WiFi
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta
1010
includes=WifiC3.h

libraries/WiFiS3/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Enables network connection (local and Internet) with the Arduino Leven.
66
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/WiFiS3
9-
architectures=*
9+
architectures=renesas,renesas_uno
1010
includes=WiFiS3.h

libraries/lwIpWrapper/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sentence=Interface network interfaces with lwIP
66
paragraph=This library is the basic layer to interface network interfaces (Ethernet, WiFi) with lwIP library
77
category=Communication
88
url=https://github.com/arduino/ArduinoCore-renesas/tree/master/libraries/LwIpWrapper
9-
architectures=renesas
9+
architectures=renesas,renesas_portenta
1010
precompiled=true
1111
ldflags=-llwIP

0 commit comments

Comments
 (0)