From ac9f9731c9ae9a63c4907fd73f7a7bf53cb1a890 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 15 Oct 2015 17:10:28 -0700 Subject: [PATCH] Unique name value in library.properties Libraries having the same name value as the stock Arduino library in library.properties causes the libraries to always appear as type Updatable in Library Manager. --- avr/libraries/Firmata/library.properties | 9 +++++++++ avr/libraries/SD/library.properties | 9 +++++++++ avr/libraries/Servo/library.properties | 9 +++++++++ avr/patched-3rd-party-libs/SdFat/library.properties | 9 +++++++++ 4 files changed, 36 insertions(+) create mode 100644 avr/libraries/Firmata/library.properties create mode 100644 avr/libraries/SD/library.properties create mode 100644 avr/libraries/Servo/library.properties create mode 100644 avr/patched-3rd-party-libs/SdFat/library.properties diff --git a/avr/libraries/Firmata/library.properties b/avr/libraries/Firmata/library.properties new file mode 100644 index 0000000..5f89c20 --- /dev/null +++ b/avr/libraries/Firmata/library.properties @@ -0,0 +1,9 @@ +name=Firmata(Mighty 1284P patched version) +version=2.3.1 +author=Firmata Developers +maintainer= +sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino boards. +paragraph=The Firmata library implements the Firmata protocol for communicating with software on the host computer. This allows you to write custom firmware without having to create your own protocol and objects for the programming environment that you are using. Patched to support ATmega1284P. +category=Device Control +url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 +architectures=* diff --git a/avr/libraries/SD/library.properties b/avr/libraries/SD/library.properties new file mode 100644 index 0000000..5521843 --- /dev/null +++ b/avr/libraries/SD/library.properties @@ -0,0 +1,9 @@ +name=SD(Mighty 1284P patched version) +version=1.0.0 +author=Arduino, SparkFun +maintainer= +sentence=Enables reading and writing on SD cards. For all Arduino boards. +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. Patched to support ATmega1284P. +category=Data Storage +url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 +architectures=* diff --git a/avr/libraries/Servo/library.properties b/avr/libraries/Servo/library.properties new file mode 100644 index 0000000..4bfd404 --- /dev/null +++ b/avr/libraries/Servo/library.properties @@ -0,0 +1,9 @@ +name=Servo(Mighty 1284P patched version) +version=1.0.0 +author=Michael Margolis, Arduino +maintainer= +sentence=Allows Arduino boards to control a variety of servo motors. For all Arduino boards. +paragraph=This library can control a great number of servos.
It makes careful use of timers: the library can control 12 servos using only 1 timer.
Patched to support ATmega1284P and ATmega1284. +category=Device Control +url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 +architectures=avr,sam,samd diff --git a/avr/patched-3rd-party-libs/SdFat/library.properties b/avr/patched-3rd-party-libs/SdFat/library.properties new file mode 100644 index 0000000..8b944eb --- /dev/null +++ b/avr/patched-3rd-party-libs/SdFat/library.properties @@ -0,0 +1,9 @@ +name=SdFat(Mighty 1284P patched version) +version=1.0.0 +author=Bill Greiman +maintainer= +sentence=A minimal implementation of FAT16 and FAT32 file systems on SD flash memory cards +paragraph=Standard SD and high capacity SDHC cards are supported.
Patched to support ATmega1284P. +category=Data Storage +url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3 +architectures=*