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

4797 Commits

Author SHA1 Message Date
0e226b0ed1 Update repositories.txt 2024-11-05 17:50:19 +08:00
b64d0f532e Update repositories.txt (#5346) 2024-11-04 20:57:47 +00:00
7708b2a737 Update repositories.txt (#5343) 2024-11-04 15:56:52 +00:00
21529abcaf chore: add a library about SGP30 (#5342) 2024-11-04 06:12:54 +00:00
4566cdca8b Adding libraries (#5339)
* Adding SerialLogger

* Adding ultiblox libraries

* Adding newline

* Adding libraries

---------

Co-authored-by: Maker Zone <dev@makerzone.com.au>
2024-11-04 01:02:51 +00:00
c780cd69a3 Merge branch 'main' into main 2024-11-04 12:01:44 +11:00
b068b20449 Adding libraries 2024-11-03 09:57:28 +11:00
1e1
890c762088 Add GoogleSchedular (#5338) 2024-11-02 15:21:30 +00:00
9ee8ead0de Update repositories.txt (#5337)
Primera versión
2024-11-02 12:34:33 +00:00
c3fb5c0e72 Adding ultiblox libraries (#5336)
* Adding SerialLogger

* Adding ultiblox libraries

* Adding newline

---------

Co-authored-by: Maker Zone <dev@makerzone.com.au>
2024-11-02 10:23:52 +00:00
c9632962f8 Adding newline 2024-11-02 21:22:49 +11:00
aabd84ac5f Merge branch 'main' into main 2024-11-02 21:21:32 +11:00
39114475f4 Adding ultiblox libraries 2024-11-02 21:18:39 +11:00
30ea3fc60d Adding SerialLogger (#5335)
Co-authored-by: Maker Zone <dev@makerzone.com.au>
2024-11-02 09:38:15 +00:00
cc9a66594e Adding SerialLogger 2024-11-02 20:36:47 +11:00
5048f841b3 Update repositories.txt (#5334) 2024-11-01 19:02:07 +00:00
649244a68c Merge pull request #3750 from arduino/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2024-11-01 05:49:09 -07:00
5d935c3b7c Don't upload multiple times to same artifact in "Manage PRs" workflow
The `check-submissions` job of the "Run integration tests" GitHub Actions workflow is configured to generate multiple
parallel jobs, one for each of the submitted libraries. The subsequent jobs must be able to determine whether any of the
libraries failed the checks. This is done by the matrix jobs in which checks failed uploading a flag file to a GitHub
Actions workflow artifact, then the subsequent jobs checking for the presence of an artifact. The
"actions/upload-artifact" and "actions/download-artifact" actions are used for this purpose.

Previously, a single artifact was used for all flag files, with each of the parallel jobs uploading its flag file to
that single artifact. However, support for uploading multiple times to a single artifact was dropped in version 4.0.0 of
the "actions/upload-artifact" action. So it is now necessary to use a dedicated artifact for each of the parallel jobs.
These artifacts  can be downloaded in aggregate by using the artifact name globbing feature which was introduced in
version 4.1.0 of the "actions/download-artifact" action.
2024-11-01 05:41:55 -07:00
4a42992908 Don't upload multiple times to same artifact in label sync workflow
The "Sync Labels" GitHub Actions workflow is configured to allow the use of multiple shared label configuration files.
This is done by using a job matrix in the GitHub Actions workflow to download each of the files from the source
repository in a parallel GitHub Actions workflow job. A GitHub Actions workflow artifact was used to transfer the
generated files between sequential jobs in the workflow. The "actions/upload-artifact" and "actions/download-artifact"
actions are used for this purpose.

Previously, a single artifact was used for the transfer of all the shared label configuration files, with each of the
parallel jobs uploading its own generated files to that artifact. However, support for uploading multiple times to a
single artifact was dropped in version 4.0.0 of the "actions/upload-artifact" action. So it is now necessary to use a
dedicated artifact for each of the builds. These can be downloaded in aggregate by using the artifact name globbing and
merging features which were introduced in version 4.1.0 of the "actions/download-artifact" action.
2024-11-01 05:41:39 -07:00
dfb6a0cc83 Bump geekyeggo/delete-artifact from 2 to 5
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](https://github.com/geekyeggo/delete-artifact/compare/v2...v5)

---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 05:41:24 -07:00
1084031aba Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 05:41:08 -07:00
67761062a3 Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-01 12:37:41 +00:00
d37435d68e Update repositories.txt (#5333)
Add SWPI experimental software SPI implementation.
2024-11-01 11:05:54 +00:00
a1f0d13f1d IP2366 (#5332) 2024-10-31 07:21:01 +00:00
d669684e0f Update repositories.txt (#5329)
AFE4950-Arduino-Library added
2024-10-30 03:16:47 +00:00
1e1
5608ed015e add FastTimer (#5325)
Notify at regular intervals to distribute actions over time. Can be extended with an NTP client to obtain a Unix or RFC3339 timestamp.
2024-10-30 00:55:32 +00:00
e7aa7476ff Update repositories.txt (#5324) 2024-10-29 18:24:42 +00:00
4eeadfd05e Update repositories.txt (#5323) 2024-10-29 17:15:19 +00:00
f2399403fd Update repositories.txt (#5322)
Arduino library for AD5660 Digital Analog Convertor (16 bit).
2024-10-29 16:11:15 +00:00
3846cccef9 Add Arduino_OPC_UA to Arduino library index. (#5320) 2024-10-29 12:45:36 +00:00
fec629b3d3 Add ACD3100 library (#5319)
* Update repositories.txt

Arduino library for DAC8560 SPI Digital Analog Convertor (16 bit).

* Update repositories.txt

Arduino library for for I2C ACD3100 CO2 sensor
2024-10-29 09:26:02 +00:00
Ben
57212206d3 add https://github.com/bdlow/IO22_IO_Board (#5318) 2024-10-29 09:12:00 +00:00
ed6aed3c4f Update repositories.txt (#5317) 2024-10-29 00:00:44 +00:00
19bc518322 Update repositories.txt (#5315) 2024-10-28 19:59:31 +00:00
ff3e233716 Update repositories.txt (#5314)
Add Naguissa/uConfigLib library
2024-10-28 15:16:33 +00:00
Liz
48ee5a9121 Adding Adafruit VCNL4200 library (#5313)
* Update repositories.txt

* Update repositories.txt

* adding INA3221

* Update repositories.txt
2024-10-28 13:12:22 +00:00
4455d51d8f Update repositories.txt (#5312) 2024-10-28 09:32:06 +00:00
4354578053 Update repositories.txt (#5310) 2024-10-28 08:05:03 +00:00
c6437c973c Update repositories.txt (#5309) 2024-10-28 06:18:36 +00:00
71cf08d2d4 Update repositories.txt (#5308)
Added mpu6050_FastAngles
2024-10-27 17:06:42 +00:00
fc51ac06eb Added CCS811 lib to the lib list (#5307) 2024-10-27 01:23:32 +00:00
dd4dd7dcc8 Update repositories.txt (#5306)
Added https://github.com/blasilli/GBALib_Wave
2024-10-26 18:29:27 +00:00
da541852cd Update repositories.txt (#5305)
Arduino library for DAC8560 SPI Digital Analog Convertor (16 bit).
2024-10-26 17:57:23 +00:00
603807e930 Update repositories.txt (#5304) 2024-10-26 14:19:58 +00:00
5646ea6e1c Update repositories.txt (#5303)
Add AD5620 12 bit DAC
2024-10-25 18:54:39 +00:00
5ad7c08d63 Added GBALib_Potentiometer (#5302)
Added GBALib_Potentiometer library from https://github.com/blasilli/GBALib_Potentiometer
2024-10-25 14:33:43 +00:00
cca14a3e26 Update repositories.txt (#5301) 2024-10-25 14:15:44 +00:00
b64db8c21e add M5Module-LLM lib (#5300) 2024-10-25 10:53:41 +00:00
8130fc6cd8 Update repositories.txt (#5299) 2024-10-25 10:53:32 +00:00
b90c6b2aae Update repositories.txt (#5298) 2024-10-25 10:51:43 +00:00