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

3932 Commits

Author SHA1 Message Date
30ea3fc60d Adding SerialLogger (#5335)
Co-authored-by: Maker Zone <dev@makerzone.com.au>
2024-11-02 09:38:15 +00: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
434abad9ee Update repositories.txt (#5297) 2024-10-25 10:49:18 +00:00
52b4eb82c1 Update repositories.txt (#5296) 2024-10-25 10:45:33 +00:00
b6903ab957 Update repositories.txt (#5295) 2024-10-25 09:47:56 +00:00
9f143464b5 Update repositories.txt (#5294)
Add uMessagesBrokerLib
2024-10-25 09:08:27 +00:00
53f7f92861 add WS2812Capture (#5293) 2024-10-25 08:14:12 +00:00
de97791731 Update repositories.txt (#5280) 2024-10-24 07:55:41 +00:00
e965059131 Update repositories.txt (#5278)
Adding QuarkDB
2024-10-23 10:16:27 +00:00
6d0b2e0fb1 Update repositories.txt (#5277) 2024-10-23 04:58:31 +00:00
0b6660205a Update repositories.txt (#5276) 2024-10-22 11:58:01 +00:00
f0b636cc50 Update repositories.txt (#5275) 2024-10-22 11:44:20 +00:00
b5d808df76 add QRCodeGenerator library (#5267) 2024-10-22 08:50:03 +00:00
2c88782751 Update repositories.txt (#5266) 2024-10-22 02:18:17 +00:00
bb4ef8deff Update repositories.txt (#5262) 2024-10-20 18:27:32 +00:00
5d0ccfa66b Update repositories.txt (#5261) 2024-10-20 12:21:32 +00:00