Skip to content

Commit d2b9d98

Browse files
authored
[skip changelog] Remove inaccurate "3rd party" descriptions from documentation (#818)
The library and platform specifications apply to all libraries and platforms, including official ones.
1 parent b221138 commit d2b9d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/library-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the specification for the 3rd party library format to be used with Arduino IDE 1.5.x onwards.
1+
This is the specification for the Arduino library format, to be used with Arduino IDE 1.5.x onwards.
22

33
* rev.1 has been implemented starting with Arduino IDE version 1.5.3 (now superseded by rev.2)
44
* rev.2 will be implemented starting from version Arduino IDE 1.5.6

docs/platform-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This specification is a 3rd party hardware format to be used in Arduino development software starting from the Arduino IDE 1.5.x series.<br>
1+
This is the Arduino platform specification, for use with Arduino development software starting from the Arduino IDE 1.5.x series.<br>
22
Platforms add support for new boards to the Arduino development software. They are installable either via [Boards Manager](package_index_json-specification.md) or manual installation to the *hardware* folder of Arduino's sketchbook folder.<br>
33
A platform may consist of as little as a single configuration file.
44

0 commit comments

Comments
 (0)