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

4616 Commits

Author SHA1 Message Date
aa825dc056 Update repositories.txt (#5074) 2024-09-07 08:10:31 +00:00
d51e20340b Update repositories.txt (#5073)
Added Consentium IoT's TinyML library.
2024-09-07 06:55:43 +00:00
1dac184b9f Update repositories.txt (#5072) 2024-09-06 19:43:43 +00:00
a3f66d9a30 Add Arduino_PowerManagement library (#5071) 2024-09-06 11:59:52 +00:00
14f1127ef7 Update repositories.txt (#5070) 2024-09-06 00:21:45 +00:00
4f5c2c9ac5 Update repositories.txt (#5068) 2024-09-05 15:45:37 +00:00
979130d28d Update repositories.txt
Change library name/URL to remove warning
2024-09-05 18:06:23 +03:00
48db397484 Update repositories.txt (#5066) 2024-09-05 14:58:16 +00:00
0780b83be4 Update repositories.txt (#5065)
added new repository for Zoho IOT Arduino SDK
2024-09-05 13:51:49 +00:00
e9a7cce065 Merge pull request #5061 from arduino/include-hidden-files
[skip-changelog] Configure actions/upload-artifact action to upload required hidden files
2024-09-05 09:28:56 +02:00
4501af5f19 Update repositories.txt (#5064) 2024-09-05 06:40:24 +00:00
5e8a0fac15 Update repositories.txt (#5062) 2024-09-04 17:01:49 +00:00
4713c34a09 [skip-changelog] Configure actions/upload-artifact action to upload required hidden files
A breaking change was made in the 3.2.1 release of the "actions/upload-artifact" action, without doing a major version
bump as would be done in a responsibly maintained project. The action now defaults to not uploading "hidden" files.

The when the workflows fails it stores information in a file called `.check-submissions-failed`.

The `.` at the start of the `.check-submissions-failed` folder name causes it to now not be uploaded to the workflow artifact. In order
to catch such problems, the workflow configures the "actions/upload-artifact" action to fail if no files were uploaded.
So in addition to not uploading the artifact, the change in the "actions/upload-artifact" action's behavior also
resulted in the workflow runs failing:

Error: No files were found with the provided path: /home/runner/work/_temp/.check-submissions-failed. No artifacts will be uploaded.

The problem is fixed by disabling the "actions/upload-artifact" action's new behavior via the `include-hidden-files`
input. After this change, the workflow can once more upload the check-submission-failed file to a workflow
artifact as needed.
2024-09-04 15:53:15 +02:00
ad241f39d4 add lib (#5058)
* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt

* Update repositories.txt
2024-09-03 20:46:41 +00:00
796487f0bb R4A_Robot: Add Robots-For-All Robot support library (#5056) 2024-09-03 17:53:03 +00:00
ee97a3098f R4A_I2C: Add Robots-For-All I2C support library (#5055)
* Add LeeLeahy2/SdCardServer

* R4A_I2C: Add Robots-For-All I2C support library
2024-09-03 06:40:54 +00:00
a558f8f649 Add avr-fast-shift (#5054) 2024-09-02 23:13:20 +00:00
fb19df59a9 Add avr-fast-div (#5053) 2024-09-02 20:21:58 +00:00
f115e54857 Update repositories.txt
Update my repo URL
2024-09-02 19:40:11 +08:00
a5dcdac980 Update repositories.txt (#5050) 2024-09-02 09:15:57 +00:00
a9554b9fc9 Update repositories.txt (#5049) 2024-09-02 06:41:26 +00:00
55f2fb9556 Update repositories.txt (#5046) 2024-09-01 03:49:47 +00:00
a68c39d028 Update repositories.txt (#5045) 2024-08-31 18:54:02 +00:00
ff8e096728 Added libs for ST7789 and GC9A01A (#5044) 2024-08-31 09:51:26 +00:00
e09723a502 Update repositories.txt (#5043) 2024-08-30 15:06:34 +00:00
5406a56683 Merge branch 'arduino:main' into main 2024-08-28 16:52:59 -04:00
3de7a6d055 Update repositories.txt (#5041) 2024-08-27 01:46:21 +00:00
f905971b8a Update repositories.txt for AMY (#5040) 2024-08-26 17:27:16 +00:00
f30824871f Update repositories.txt (#5039) 2024-08-26 14:02:47 +00:00
c181ebe402 Update repositories.txt (#5038)
Update by Suratin27
2024-08-26 01:27:26 +00:00
6789435e52 Use standard URL format for "K24C16 EEPROM Library"
The established convention is to use the standard web URL format for the entries in the repositories.txt file.

Previously, the entry for the "K24C16 EEPROM Library" used the alternative URL format with the `.git` extension. The
Library Manage registry system is designed to support either one, so that was not a problem from a technical standpoint,
but it is better to use a consistent format throughout the file.
2024-08-25 09:02:48 -07:00
ebca9a5ad2 Update repositories.txt (#5034) 2024-08-25 13:09:59 +00:00
ee90d57666 Update repositories.txt (#5033) 2024-08-25 08:58:19 +00:00
47aba6d103 Update repositories.txt (#5031) 2024-08-24 22:27:31 +00:00
a13d87cfc0 Update repositories.txt (#5028) 2024-08-24 21:15:58 +00:00
32176633b7 Request to add a library (#5024)
This library can be used to obtain the data and data fusion of MPU6050 and QMC5883L. The manufacturers of MPU6050 and QMC5883L rarely update them, which leads to the fact that many Arduino library authors no longer maintain them. However, MPU6050 and QMC5883L are still the sensors that people often come into contact with on the way of learning. In Arduino libraries, I have seen few libraries that integrate the two well. Some libraries are well written, but it is difficult for beginners to use them. So I wrote a simple to use library, in the code file also wrote more comments, easy to use and learn.

Co-authored-by: per1234 <accounts@perglass.com>
2024-08-24 08:28:53 +00:00
600c29e39b Update repositories.txt
The two libraries were removed intentionally. 

Due to IFTTT moving the Webhook applet to their Pro version, which significantly reduces the user base and makes testing and updates challenging, these libraries are no longer maintained.
2024-08-23 15:01:13 -04:00
98786d7776 Merge branch 'arduino:main' into main 2024-08-23 14:58:50 -04:00
e4ff5fe2aa Added DCS-Skunkworks/dcs-bios-arduino-library (#5021) 2024-08-23 16:23:37 +00:00
c62288bf0a Update repositories.txt for new URI of CodeDebugScope Library 2024-08-23 20:39:52 +05:30
00c3ed6f7d Update repositories.txt 2024-08-23 19:55:39 +09:00
1e453307cf Update repositories.txt (#5016) 2024-08-23 10:54:11 +00:00
8b6c634207 Update repositories.txt (#5011) 2024-08-23 10:18:25 +00:00
627dddb1fc Update repositories.txt (#5010) 2024-08-23 08:55:04 +00:00
uko
c41cc6f13b Update repositories.txt (#5006) 2024-08-23 08:10:44 +00:00
c514e54afb Update repositories.txt
The two deleted libraries have been removed intentionally. They have now been combined into this better version of the library that is more reliable and supports more devices: https://github.com/Rupakpoddar/FirebaseArduino

All three libraries created and managed by the same developer (me).
2024-08-22 16:51:37 -04:00
bd9c988205 Update repositories.txt (#5003) 2024-08-22 20:38:10 +00:00
b7f96256f8 Update repositories.txt
Remove personal librairies
2024-08-22 13:45:32 +02:00
PB2
86ae0f5808 Update repositories.txt (#4999) 2024-08-22 01:44:39 +00:00
f37d276678 Update repositories.txt (#4997) 2024-08-21 19:08:29 +00:00