aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2015-05-19 12:24:11 +0200
committerFederico Fissore <f.fissore@arduino.cc>2015-05-19 12:24:11 +0200
commit7c585abf3fb752bd49ccc47e24bd3571e56d15bd (patch)
tree646f6e22ee6820349753fcd6e2b96e35e7ecb842 /libraries
parentdd88644450df71b6471d30de4140cf287c4e87b5 (diff)
Libraries bundled with cores will take the type of that core, instead of relying on an undocumented 'types' property. Fixes #2875
Diffstat (limited to 'libraries')
-rw-r--r--libraries/EEPROM/library.properties1
-rw-r--r--libraries/SPI/library.properties1
-rw-r--r--libraries/SoftwareSerial/library.properties1
-rw-r--r--libraries/Wire/library.properties1
4 files changed, 0 insertions, 4 deletions
diff --git a/libraries/EEPROM/library.properties b/libraries/EEPROM/library.properties
index 765aa41..c653255 100644
--- a/libraries/EEPROM/library.properties
+++ b/libraries/EEPROM/library.properties
@@ -6,5 +6,4 @@ sentence=Enables reading and writing to the permanent board storage. For all Ard
paragraph=
url=http://arduino.cc/en/Reference/EEPROM
architectures=avr
-types=Arduino
diff --git a/libraries/SPI/library.properties b/libraries/SPI/library.properties
index 07af869..582ce5b 100644
--- a/libraries/SPI/library.properties
+++ b/libraries/SPI/library.properties
@@ -6,5 +6,4 @@ sentence=Enables the communication with devices that use the Serial Peripheral I
paragraph=
url=http://arduino.cc/en/Reference/SPI
architectures=avr
-types=Arduino
diff --git a/libraries/SoftwareSerial/library.properties b/libraries/SoftwareSerial/library.properties
index 8b433d9..45368f8 100644
--- a/libraries/SoftwareSerial/library.properties
+++ b/libraries/SoftwareSerial/library.properties
@@ -6,5 +6,4 @@ sentence=Enables serial communication on digital pins. For all Arduino boards, B
paragraph=
url=http://arduino.cc/en/Reference/SoftwareSerial
architectures=avr
-types=Arduino
diff --git a/libraries/Wire/library.properties b/libraries/Wire/library.properties
index 32c0745..7440645 100644
--- a/libraries/Wire/library.properties
+++ b/libraries/Wire/library.properties
@@ -6,5 +6,4 @@ sentence=Allows the communication between devices or sensors connected via Two W
paragraph=
url=http://arduino.cc/en/Reference/Wire
architectures=avr
-types=Arduino