a8778ec333
Add submission # 6605
...
https://github.com/arduino/library-registry/pull/6605
2025-07-15 21:21:15 +00:00
93dfb225f4
Add submission # 6604
...
https://github.com/arduino/library-registry/pull/6604
2025-07-15 20:50:14 +00:00
e50694d97e
Add submission # 6603
...
https://github.com/arduino/library-registry/pull/6603
2025-07-15 17:48:48 +00:00
109fe4e976
Add submission # 6602
...
https://github.com/arduino/library-registry/pull/6602
2025-07-15 17:37:16 +00:00
7e0c7b6448
Add submission # 6598
...
https://github.com/arduino/library-registry/pull/6598
2025-07-15 06:26:13 +00:00
dd55806044
Add submission # 6597
...
https://github.com/arduino/library-registry/pull/6597
2025-07-14 20:11:16 +00:00
8ffecd65ce
Add submission # 6596
...
https://github.com/arduino/library-registry/pull/6596
2025-07-14 18:33:47 +00:00
3a5d5ba5e3
Add submission # 6595
...
https://github.com/arduino/library-registry/pull/6595
2025-07-14 16:27:20 +00:00
efc3441008
Add submission # 6594
...
https://github.com/arduino/library-registry/pull/6594
2025-07-14 14:22:03 +00:00
064dda8982
Add submission # 6593
...
https://github.com/arduino/library-registry/pull/6593
2025-07-14 09:49:54 +00:00
c23fed3b62
Add submission # 6591
...
https://github.com/arduino/library-registry/pull/6591
2025-07-13 20:20:32 +00:00
5f01304c62
Add submission # 6589
...
https://github.com/arduino/library-registry/pull/6589
2025-07-13 20:10:46 +00:00
6c0b257947
Add submission # 6588
...
https://github.com/arduino/library-registry/pull/6588
2025-07-13 15:07:25 +00:00
834f84698e
Add submission # 6587
...
https://github.com/arduino/library-registry/pull/6587
2025-07-13 14:13:24 +00:00
312496c4cf
Add submission # 6586
...
https://github.com/arduino/library-registry/pull/6586
2025-07-13 11:14:01 +00:00
d0af3b8235
Add submission # 6585
...
https://github.com/arduino/library-registry/pull/6585
2025-07-13 10:45:25 +00:00
ba9060370d
Add submission # 6584
...
https://github.com/arduino/library-registry/pull/6584
2025-07-12 22:31:51 +00:00
d188974669
Add submission # 6583
...
https://github.com/arduino/library-registry/pull/6583
2025-07-12 21:19:09 +00:00
3705096e33
Add submission # 6581
...
https://github.com/arduino/library-registry/pull/6581
2025-07-12 20:03:12 +00:00
085884a7c0
Add submission # 6580
...
https://github.com/arduino/library-registry/pull/6580
2025-07-12 17:05:39 +00:00
aa28d54076
Add submission # 6579
...
https://github.com/arduino/library-registry/pull/6579
2025-07-12 16:12:29 +00:00
73b296b4f6
Add submission # 6578
...
https://github.com/arduino/library-registry/pull/6578
2025-07-12 15:37:32 +00:00
3344de3e48
Add submission # 6577
...
https://github.com/arduino/library-registry/pull/6577
2025-07-12 00:58:21 +00:00
04c789c018
Add submission # 6576
...
https://github.com/arduino/library-registry/pull/6576
2025-07-11 16:59:48 +00:00
826943ee70
Add submission # 6574
...
https://github.com/arduino/library-registry/pull/6574
2025-07-11 00:19:57 +00:00
bde625d182
Add submission # 6573
...
https://github.com/arduino/library-registry/pull/6573
2025-07-10 15:04:29 +00:00
e291882ea2
Add submission # 6572
...
https://github.com/arduino/library-registry/pull/6572
2025-07-10 13:27:50 +00:00
b8bfee8d50
Add submission # 6570
...
https://github.com/arduino/library-registry/pull/6570
2025-07-09 15:50:56 +00:00
a928e4b5ce
Add submission # 6568
...
https://github.com/arduino/library-registry/pull/6568
2025-07-09 07:23:39 +00:00
6f30d12dd1
Add submission # 6566
...
https://github.com/arduino/library-registry/pull/6566
2025-07-09 03:27:59 +00:00
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
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
f8f6b81d8e
Merge pull request #6562 from per1234/remove-RGBLED-registry
...
Remove github.com/VasilKalchev/RGBLED registration
2025-07-08 08:41:01 -07:00
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
c539812764
Add submission # 6560
...
https://github.com/arduino/library-registry/pull/6560
2025-07-08 13:29:51 +00:00
0e7a8a6423
Add submission # 6559
...
https://github.com/arduino/library-registry/pull/6559
2025-07-08 10:10:10 +00:00
e46369a574
Add submission # 6558
...
https://github.com/arduino/library-registry/pull/6558
2025-07-07 21:50:33 +00:00
cb38e377d7
Add submission # 6557
...
https://github.com/arduino/library-registry/pull/6557
2025-07-07 21:35:23 +00:00
3624813303
Add submission # 6556
...
https://github.com/arduino/library-registry/pull/6556
2025-07-07 17:42:08 +00:00
f2eddab39b
Add submission # 6555
...
https://github.com/arduino/library-registry/pull/6555
2025-07-07 17:22:14 +00:00
f7ff9c54cf
Add submission # 6553
...
https://github.com/arduino/library-registry/pull/6553
2025-07-07 11:31:40 +00:00
bcaf82e5e9
Add submission # 6552
...
https://github.com/arduino/library-registry/pull/6552
2025-07-07 10:52:37 +00:00
781834558d
Add submission # 6550
...
https://github.com/arduino/library-registry/pull/6550
2025-07-07 00:17:13 +00:00
1a7c3731ca
Add submission # 6549
...
https://github.com/arduino/library-registry/pull/6549
2025-07-06 14:46:17 +00:00
32380c5230
Add submission # 6548
...
https://github.com/arduino/library-registry/pull/6548
2025-07-06 13:41:13 +00:00
7c1b7598d3
Add submission # 6545
...
https://github.com/arduino/library-registry/pull/6545
2025-07-06 05:21:16 +00:00
dbef33e105
Add submission # 6543
...
https://github.com/arduino/library-registry/pull/6543
2025-07-05 18:15:35 +00:00
93050b32ca
Add submission # 6541
...
https://github.com/arduino/library-registry/pull/6541
2025-07-05 09:23:09 +00:00
fc53c9e7c7
Add submission # 6540
...
https://github.com/arduino/library-registry/pull/6540
2025-07-04 19:55:32 +00:00
f5de8a0e1f
Add submission # 6535
...
https://github.com/arduino/library-registry/pull/6535
2025-07-04 18:46:12 +00:00