1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-05 10:50:36 +03:00
Commit Graph

8779 Commits

Author SHA1 Message Date
ArduinoBot
8ffecd65ce Add submission # 6596
https://github.com/arduino/library-registry/pull/6596
2025-07-14 18:33:47 +00:00
ArduinoBot
3a5d5ba5e3 Add submission # 6595
https://github.com/arduino/library-registry/pull/6595
2025-07-14 16:27:20 +00:00
ArduinoBot
efc3441008 Add submission # 6594
https://github.com/arduino/library-registry/pull/6594
2025-07-14 14:22:03 +00:00
ArduinoBot
064dda8982 Add submission # 6593
https://github.com/arduino/library-registry/pull/6593
2025-07-14 09:49:54 +00:00
ArduinoBot
c23fed3b62 Add submission # 6591
https://github.com/arduino/library-registry/pull/6591
2025-07-13 20:20:32 +00:00
ArduinoBot
5f01304c62 Add submission # 6589
https://github.com/arduino/library-registry/pull/6589
2025-07-13 20:10:46 +00:00
ArduinoBot
6c0b257947 Add submission # 6588
https://github.com/arduino/library-registry/pull/6588
2025-07-13 15:07:25 +00:00
ArduinoBot
834f84698e Add submission # 6587
https://github.com/arduino/library-registry/pull/6587
2025-07-13 14:13:24 +00:00
ArduinoBot
312496c4cf Add submission # 6586
https://github.com/arduino/library-registry/pull/6586
2025-07-13 11:14:01 +00:00
ArduinoBot
d0af3b8235 Add submission # 6585
https://github.com/arduino/library-registry/pull/6585
2025-07-13 10:45:25 +00:00
ArduinoBot
ba9060370d Add submission # 6584
https://github.com/arduino/library-registry/pull/6584
2025-07-12 22:31:51 +00:00
ArduinoBot
d188974669 Add submission # 6583
https://github.com/arduino/library-registry/pull/6583
2025-07-12 21:19:09 +00:00
ArduinoBot
3705096e33 Add submission # 6581
https://github.com/arduino/library-registry/pull/6581
2025-07-12 20:03:12 +00:00
ArduinoBot
085884a7c0 Add submission # 6580
https://github.com/arduino/library-registry/pull/6580
2025-07-12 17:05:39 +00:00
ArduinoBot
aa28d54076 Add submission # 6579
https://github.com/arduino/library-registry/pull/6579
2025-07-12 16:12:29 +00:00
ArduinoBot
73b296b4f6 Add submission # 6578
https://github.com/arduino/library-registry/pull/6578
2025-07-12 15:37:32 +00:00
ArduinoBot
3344de3e48 Add submission # 6577
https://github.com/arduino/library-registry/pull/6577
2025-07-12 00:58:21 +00:00
ArduinoBot
04c789c018 Add submission # 6576
https://github.com/arduino/library-registry/pull/6576
2025-07-11 16:59:48 +00:00
ArduinoBot
826943ee70 Add submission # 6574
https://github.com/arduino/library-registry/pull/6574
2025-07-11 00:19:57 +00:00
ArduinoBot
bde625d182 Add submission # 6573
https://github.com/arduino/library-registry/pull/6573
2025-07-10 15:04:29 +00:00
ArduinoBot
e291882ea2 Add submission # 6572
https://github.com/arduino/library-registry/pull/6572
2025-07-10 13:27:50 +00:00
ArduinoBot
b8bfee8d50 Add submission # 6570
https://github.com/arduino/library-registry/pull/6570
2025-07-09 15:50:56 +00:00
ArduinoBot
a928e4b5ce Add submission # 6568
https://github.com/arduino/library-registry/pull/6568
2025-07-09 07:23:39 +00:00
ArduinoBot
6f30d12dd1 Add submission # 6566
https://github.com/arduino/library-registry/pull/6566
2025-07-09 03:27:59 +00:00
Per Tillisch
14a3e05b2e Merge pull request #6565 from per1234/clean-registry
Remove non-delimiter separated content from registry file
2025-07-08 14:27:37 -07:00
per1234
55ccc32462 Remove non-delimiter separated content from registry file
The registry data uses a delimiter-separated format (AKA "CSV"). However, the custom parser used with this file also
allows empty lines and comments.

Previously the registry file contained various comments, but on evaluation none of these contained any information of
value.

The file also contained various blank lines, mostly randomly sprinkled through the file. Even the ones that were
intended to break the file into logical sections at the time when it was manually maintained were largely meaningless
due to the fact that the automated system used now always appends new entries to the end of the file.

These divergences from a pure delimiter-separated data format made it inconvenient to use the registry file with tools
that support working with standardized delimiter-separated data.

Since the divergent content didn't provide any value and instead only cluttered up the file and made maintenance more
difficult, it is hereby removed.
2025-07-08 14:12:50 -07:00
Per Tillisch
927e054bce Remove inappropriately registered "rgbled" library from registry
The library's readme describes it as follows:

> Just an example of what it takes to provide an Arduino library. This is not meant to be a serious implementation.

Libraries should only be registered if the library maintainer believes they may be of value to the Arduino community.
Registration of a library that is not expected to be of value to the community is pointless, and irresponsible since it
pollutes the Library Manager listings and increases the burden on the Library Registry maintainers.

There has only been one commit to the library in the last eight years, and that commit only added a comment, three years
ago. So there isn't any indication that the library's status can be expected to change.
2025-07-08 13:14:14 -07:00
Per Tillisch
f8f6b81d8e Merge pull request #6562 from per1234/remove-RGBLED-registry
Remove github.com/VasilKalchev/RGBLED registration
2025-07-08 08:41:01 -07:00
Per Tillisch
6513fc1189 Remove github.com/VasilKalchev/RGBLED registration
It seems that a compliant release of this library was never created, meaning that although there is a registry entry,
the library is not actually listed in the libraries index.

The registration occurred eight years ago and the repository has since either been deleted or made private, so a release
of the library will never come. Thus, removing the registration will not cause any harm.

The existence of this "ghost registration" is problematic because the duplicate name check system uses the libraries
index. Since the library is not present there, the check doesn't see that the name "RGBLED" has already been registered
and thus will allow registration of additional libraries with that name. In addition, its presence may cause confusion
to the registry maintainers since we expect each registration to have a unique name.

Since the registration of the library provides no benefit and causes harm, it is removed.
2025-07-08 08:27:33 -07:00
ArduinoBot
c539812764 Add submission # 6560
https://github.com/arduino/library-registry/pull/6560
2025-07-08 13:29:51 +00:00
ArduinoBot
0e7a8a6423 Add submission # 6559
https://github.com/arduino/library-registry/pull/6559
2025-07-08 10:10:10 +00:00
ArduinoBot
e46369a574 Add submission # 6558
https://github.com/arduino/library-registry/pull/6558
2025-07-07 21:50:33 +00:00
ArduinoBot
cb38e377d7 Add submission # 6557
https://github.com/arduino/library-registry/pull/6557
2025-07-07 21:35:23 +00:00
ArduinoBot
3624813303 Add submission # 6556
https://github.com/arduino/library-registry/pull/6556
2025-07-07 17:42:08 +00:00
ArduinoBot
f2eddab39b Add submission # 6555
https://github.com/arduino/library-registry/pull/6555
2025-07-07 17:22:14 +00:00
ArduinoBot
f7ff9c54cf Add submission # 6553
https://github.com/arduino/library-registry/pull/6553
2025-07-07 11:31:40 +00:00
ArduinoBot
bcaf82e5e9 Add submission # 6552
https://github.com/arduino/library-registry/pull/6552
2025-07-07 10:52:37 +00:00
ArduinoBot
781834558d Add submission # 6550
https://github.com/arduino/library-registry/pull/6550
2025-07-07 00:17:13 +00:00
ArduinoBot
1a7c3731ca Add submission # 6549
https://github.com/arduino/library-registry/pull/6549
2025-07-06 14:46:17 +00:00
ArduinoBot
32380c5230 Add submission # 6548
https://github.com/arduino/library-registry/pull/6548
2025-07-06 13:41:13 +00:00
ArduinoBot
7c1b7598d3 Add submission # 6545
https://github.com/arduino/library-registry/pull/6545
2025-07-06 05:21:16 +00:00
ArduinoBot
dbef33e105 Add submission # 6543
https://github.com/arduino/library-registry/pull/6543
2025-07-05 18:15:35 +00:00
ArduinoBot
93050b32ca Add submission # 6541
https://github.com/arduino/library-registry/pull/6541
2025-07-05 09:23:09 +00:00
ArduinoBot
fc53c9e7c7 Add submission # 6540
https://github.com/arduino/library-registry/pull/6540
2025-07-04 19:55:32 +00:00
ArduinoBot
f5de8a0e1f Add submission # 6535
https://github.com/arduino/library-registry/pull/6535
2025-07-04 18:46:12 +00:00
Per Tillisch
876078acef Merge pull request #4978 from per1234/rename-AvrFHT
Update name of "AvrFHT"
2025-07-04 08:56:25 -07:00
per1234
f3750d3bd8 Update name of "AvrFHT" 2025-07-04 08:51:37 -07:00
ArduinoBot
0b8a7362e2 Add submission # 6538
https://github.com/arduino/library-registry/pull/6538
2025-07-04 14:04:23 +00:00
MatteoPologruto
e0350f20a9 Merge pull request #6485 from per1234/rename-Atmel_M90E32AS_ESP32
Update name of "Atmel_M90E32AS_ESP32"
2025-07-03 16:08:33 +02:00
MatteoPologruto
46a045636f Merge pull request #6523 from per1234/move-FVS
Update URL of "FVS"
2025-07-03 16:03:03 +02:00