Skip to content

Commit b17f321

Browse files
committed
Specify architecture in library properties
to avoid conflicts with standard libs
1 parent cd4f66d commit b17f321

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/Ethernet/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables network connection (local and Internet) using the Arduino Ether
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=http://www.arduino.cc/en/Reference/Ethernet
9-
architectures=*
9+
architectures=arc32

libraries/OneWire/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Paul Stoffregen
55
sentence=Access 1-wire temperature sensors, memory and other chips.
66
paragraph=
77
url=http://www.pjrc.com/teensy/td_libs_OneWire.html
8-
architectures=*
8+
architectures=arc32
99

libraries/SD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables reading and writing on SD cards. For all Arduino boards.
66
paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.
77
category=Data Storage
88
url=http://www.arduino.cc/en/Reference/SD
9-
architectures=*
9+
architectures=arc32

libraries/TFT/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical di
66
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
77
category=Display
88
url=http://www.arduino.cc/en/Reference/TFTLibrary
9-
architectures=*
9+
architectures=arc32

0 commit comments

Comments
 (0)