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

4777 Commits

Author SHA1 Message Date
d0ba168876 add TCA9555 (#73) 2021-06-10 13:14:49 +00:00
a42d6c7813 Add Grove-Ranging-sensor-VL53L0X Library (#72) 2021-06-10 11:53:07 +00:00
d1d62fbc21 Add ESP32 Canon BLE Remote Library (#69) 2021-06-10 09:46:10 +00:00
916b22a9ef Added unzipLIB (#68)
Adding my Arduino library for reading files from ZIP archives
2021-06-10 00:53:30 +00:00
c28b59f09d add https://github.com/lenvm/SercomSPISlave (#63)
Co-authored-by: lenvm <username@users.noreply.github.com>
2021-06-08 21:22:00 +00:00
13a543c19f Update repositories.txt (#62) 2021-06-08 16:49:28 +00:00
35e8433f25 Added Infineon BGT60 Radar (#61) 2021-06-08 12:08:31 +00:00
f4a96785f2 Update repositories.txt (#60) 2021-06-08 11:12:41 +00:00
e45b3e3cc8 Add MBED_RPI_PICO_TimerInterrupt (#58)
Add [MBED_RPI_PICO_TimerInterrupt](https://github.com/khoih-prog/MBED_RPI_PICO_TimerInterrupt)
2021-06-08 03:49:02 +00:00
98d2a6a9d6 Update repositories.txt (#57)
Added Picovoice library (english language)
2021-06-08 01:32:32 +00:00
5a1c017664 Add fpgaarcade replay mkrvidor4000 (#56) 2021-06-07 21:58:47 +00:00
64cddc35a3 Merge pull request #52 from pstolarz/nrf_hal
NRF_HAL library URL fix
2021-06-07 04:08:03 -07:00
24d8a4397a Add https://github.com/dimag0g/PPM-reader (#54) 2021-06-07 10:56:42 +00:00
798c9ca096 Add https://github.com/Mysues/ERO (#53) 2021-06-07 10:53:22 +00:00
377fd520f9 Add https://github.com/pierremolinaro/rp2040-charlieplexing (#51) 2021-06-07 10:49:26 +00:00
3164a122bb NRF_HAL library URL fix 2021-06-07 12:46:36 +02:00
a7a4660cb1 Add RCmags libraries (#50) 2021-06-07 10:45:26 +00:00
7d96d9a3ce Add https://github.com/RobTillaart/MAX14661 (#49) 2021-06-07 10:42:13 +00:00
5286b9ec3c Add https://github.com/sparkfun/SparkFun_Qwiic_6DoF_LSM6DSO_Arduino_Library (#48) 2021-06-07 10:39:23 +00:00
285df38410 Add https://github.com/bitbank2/PNGdec (#47) 2021-06-07 10:36:31 +00:00
2ec2d49df2 Add https://github.com/noah1510/generic-Arduino (#46) 2021-06-07 10:29:21 +00:00
4096f8ba2f Add https://github.com/atc1441/NETSGPClient (#45) 2021-06-07 10:23:40 +00:00
279e6244a6 Add https://github.com/RobTillaart/relativity (#44) 2021-06-07 10:20:28 +00:00
e8a083d364 Add https://github.com/RobTillaart/TSL235R (#43) 2021-06-07 10:15:58 +00:00
1b4b9aa595 Add https://github.com/ArduinoShop/Seg7 (#42) 2021-06-07 09:57:36 +00:00
90e52b090c Add https://github.com/ARTS37/SerialMenuCmd (#40) 2021-06-07 09:32:53 +00:00
bf81fc74a1 Merge pull request #39 from per1234/update-repositories-txt
Bring repositories.txt up to date
2021-06-01 07:32:03 -07:00
7e2a196ef5 Bring repositories.txt up to date
This brings repositories.txt into sync with the production file @60ebae3ec0715c211682820354ebb0dfc3de2436. Many libraries
have been added via the old process, and a couple renamed, since the time this repository's file was generated.
2021-06-01 07:09:35 -07:00
02a149cee7 Merge pull request #38 from per1234/bump-parser
Bump submission parser version to 1.0.0
2021-06-01 05:52:51 -07:00
f72e10f1ad Bump submission parser version to 1.0.0
There has been a 1.0.0 release of arduino/library-registry-submission-parser, so the "Manage PRs" workflow should use it.
2021-06-01 05:44:11 -07:00
905bcb7d11 Merge pull request #37 from per1234/polish-documentation
Make various minor improvements to documentation
2021-05-26 06:29:33 -07:00
ae111856ee Add emphasis to all UI element references in documentation
UI element label text mentions intermingled with prose text in documentation can harm readability, especially when
skimming. For this reason, I think it is helpful to add formatting to clearly distinguish this text visually.
2021-05-25 07:59:34 -07:00
4f1c13febb Improve wording of documentation text 2021-05-25 07:59:34 -07:00
bc2ab104d8 Improve wording of heading for library removal instructions
The previous wording was verbose and unclear, the result of copy/paste-based writing.

A backwards compatibility anchor tag is not needed in this case because this documentation has not yet been published,
meaning that there has been no opportunity for the creation of external links pointing to the old ID.
2021-05-25 07:59:34 -07:00
59d98edb01 Update links to point to new locations
Even though redirects have been set up for the previous URLs, it seems safest to not rely on them.
2021-05-25 07:18:23 -07:00
bc1ae9e407 Move compatibility anchors above documentation headings
These anchor tags provide compatibility with links created before the heading text was changed (anchors are automatically
generated for headings). Placing them below the headings caused the page to be scrolled to below the headings when
visited via their links.
2021-05-25 07:15:15 -07:00
1d1f4a19d2 Merge pull request #36 from per1234/rename-registry
Use unique name for index source file
2021-05-25 00:07:19 -07:00
8ccb23ac21 Use unique name for index source file
Previously, the submission list and the Library Manager index source list were both named "repositories.txt". I found having two files with similar content, but different purposes makes the already complex system unnecessarily difficult to understand.

Unlike the index source list, the submission list is solely a list of repositories, so its current "repositories.txt"
name is appropriate. The index source list contains other information unrelated to the library repository, so the
"repositories.txt" name is not so appropriate. Since the repository is named "library-registry", the filename
"registry.txt" makes sense.
2021-05-24 21:14:49 -07:00
123186a5b9 Merge pull request #35 from per1234/slack
Post notification to Slack in the event of an unexpected workflow failure
2021-05-14 09:14:45 -07:00
ceda00d151 Post notification to Slack in the event of an unexpected workflow failure 2021-05-14 08:10:34 -07:00
226abb47de Merge pull request #30 from per1234/remove-review-requests
Remove review requests when no longer needed
2021-05-10 07:24:29 -07:00
30365a2d1e Remove review requests when no longer needed
If the PR is detected as something other than a submission, review is requested from a maintainer. It might be that the
PR was intended to be a submission and the submitter is able to resolve whatever caused it to be detected as otherwise
on their own. In this case, the automated system can handle things and review is no longer needed.
2021-05-10 07:22:26 -07:00
fe3ff1cd3e Merge pull request #31 from per1234/no-self-reviews
Don't request review for PRs from maintainer
2021-05-10 07:21:41 -07:00
c4c45089f7 Don't request review for PRs from maintainer
Review requests to the PR author are not allowed. Previously, there would be a spurious workflow failure for every PR
from a user in the `env.MAINTAINERS` array.

When a maintainer is submitting a PR, they can request reviews as needed, so the automated review request can simply be
skipped in this case.
2021-05-10 03:48:28 -07:00
6412b66896 Merge pull request #29 from per1234/per-review
Request reviews from per1234 when maintainer attention is needed
2021-05-10 01:21:10 -07:00
368738638f Request reviews from per1234 when maintainer attention is needed
Previously, the submission system was configured to automatically request reviews from the `arduino/team_tooling` team.
This doesn't work, likely due to the access token provided by GitHub not having the necessary permissions. However,
requesting from individual users works fine and in the end bothering the whole Tooling Team is probably a bad idea.
2021-05-09 18:39:00 -07:00
94f7da9a94 Merge pull request #28 from arduino/clone-folder
Clone submission to folder named after repository
2021-05-03 06:51:19 -07:00
fb15582bf7 Clone submission to folder named after repository
The library folder name is a factor in the Arduino Lint results. Although the library.properties `name` value is used for
the Library Manager installation path, Arduino Lint rules also consider manual installation of libraries. These results
will be most accurate if the library is located in a folder named after the repository.
2021-05-03 05:39:45 -07:00
7eb1618569 Merge pull request #27 from arduino/clone-comment
Add explanatory comment re: not using actions/checkout
2021-05-03 01:51:35 -07:00
a7c285aa72 Add explanatory comment re: not using actions/checkout
We are accustomed to using the `actions/checkout` GitHub Action action in workflows whenever a repository needs to be
installed into the runner. So it may be quite unexpected to see `git clone` used.

In this case, it was necessary to do so in order to clone the library repository to run Arduino Lint on it because
`actions/checkout` can only be used with GitHub repositories, whereas multiple major Git hosts are supported for
submissions to Library Manager. This might not be obvious to those working on the workflow in the future, so it's worth
leaving a comment to avoid confusion.
2021-05-02 02:43:50 -07:00