1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-20 19:03:00 +03:00
Commit Graph

8612 Commits

Author SHA1 Message Date
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
876078acef Merge pull request #4978 from per1234/rename-AvrFHT
Update name of "AvrFHT"
2025-07-04 08:56:25 -07:00
f3750d3bd8 Update name of "AvrFHT" 2025-07-04 08:51:37 -07:00
0b8a7362e2 Add submission # 6538
https://github.com/arduino/library-registry/pull/6538
2025-07-04 14:04:23 +00:00
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
46a045636f Merge pull request #6523 from per1234/move-FVS
Update URL of "FVS"
2025-07-03 16:03:03 +02:00
c7d9b3c4d1 Merge pull request #6506 from per1234/move-phyphox_BLE
Update URL of "phyphox BLE"
2025-07-03 15:58:55 +02:00
aa83c4f68a Merge pull request #6463 from per1234/remove-PrettyOTA
Remove "PrettyOTA"
2025-07-03 15:51:57 +02:00
5a2a2c9462 Add submission # 6532
https://github.com/arduino/library-registry/pull/6532
2025-07-03 13:11:12 +00:00
04d1b552a8 Add submission # 6531
https://github.com/arduino/library-registry/pull/6531
2025-07-03 05:34:53 +00:00
407030fdcd Add submission # 6530
https://github.com/arduino/library-registry/pull/6530
2025-07-02 21:31:33 +00:00
5815bf85c3 Add submission # 6525
https://github.com/arduino/library-registry/pull/6525
2025-07-02 20:12:35 +00:00
99dc8a6c34 Add submission # 6529
https://github.com/arduino/library-registry/pull/6529
2025-07-02 18:48:45 +00:00
a069599ca1 Add submission # 6528
https://github.com/arduino/library-registry/pull/6528
2025-07-02 18:07:29 +00:00
bbf888d7ff Add submission # 6527
https://github.com/arduino/library-registry/pull/6527
2025-07-02 16:53:32 +00:00
e4655ed466 Add submission # 6526
https://github.com/arduino/library-registry/pull/6526
2025-07-02 15:09:02 +00:00
c0a34d682e Add submission # 6524
https://github.com/arduino/library-registry/pull/6524
2025-07-02 03:31:45 +00:00
52b6a61721 Update URL of "FVS" 2025-07-01 06:41:54 -07:00
b4ac44c40b Add submission # 6522
https://github.com/arduino/library-registry/pull/6522
2025-07-01 12:33:02 +00:00
0897522ebe Add submission # 6520
https://github.com/arduino/library-registry/pull/6520
2025-07-01 10:49:35 +00:00
8feabdb628 Add submission # 6519
https://github.com/arduino/library-registry/pull/6519
2025-06-30 06:54:17 +00:00
6423439a1c Add submission # 6518
https://github.com/arduino/library-registry/pull/6518
2025-06-30 03:45:11 +00:00
e64b6e7924 Add submission # 6513
https://github.com/arduino/library-registry/pull/6513
2025-06-29 07:18:45 +00:00