Skip to content

Commit

Permalink
Unique name value in library.properties
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Jan 30, 2016
1 parent d319e10 commit ac9f973
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions avr/libraries/Firmata/library.properties
Original file line number Diff line number Diff line change
@@ -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=*
9 changes: 9 additions & 0 deletions avr/libraries/SD/library.properties
Original file line number Diff line number Diff line change
@@ -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=*
9 changes: 9 additions & 0 deletions avr/libraries/Servo/library.properties
Original file line number Diff line number Diff line change
@@ -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.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />Patched to support ATmega1284P and ATmega1284.
category=Device Control
url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3
architectures=avr,sam,samd
9 changes: 9 additions & 0 deletions avr/patched-3rd-party-libs/SdFat/library.properties
Original file line number Diff line number Diff line change
@@ -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.<br />Patched to support ATmega1284P.
category=Data Storage
url=https://github.com/JChristensen/mighty-1284p/tree/v1.6.3
architectures=*

0 comments on commit ac9f973

Please sign in to comment.