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

437 Commits

Author SHA1 Message Date
66f3e3ac36 Update repositories.txt (#476) 2021-09-14 16:30:25 +00:00
c750df42e5 Merge pull request #475 from per1234/out-of-sync-merge-fail
Handle submission merge failures caused by outdated fork
2021-09-14 06:58:42 -07:00
6d4b71f5d4 Handle submission merge failures caused by outdated fork
The automatically generated access token provided by `${{ secrets.GITHUB_TOKEN }}` is used to automatically merge
submission pull requests if they are compliant with all requirements.

If the pull request's branch is behind the parent repository and the code of any GitHub Actions workflow has been
modified in the parent since that time, the token permissions are downgraded, which causes the GitHub API request for
merging the PR to fail with a 403 status.

Previously, this was treated as an unexpected merge failure caused by some problem not resolvable by the PR author. Since
the PR author can easily resolve the failure by bringing their branch up to date (even through the GitHub web interface),
the "Manage PRs" workflow is hereby changed to provide instructions for doing so.

As before, a review will be requested from the maintainer of this repository so that they can monitor the situation and
provide the PR author with assistance if needed.
2021-09-14 06:40:53 -07:00
d4404194cd Merge pull request #471 from fjebaker/patch-1
URL change: dustpancake -> fjebaker
2021-09-12 14:34:08 -07:00
b7cdb2da63 Update repositories.txt (#473) 2021-09-12 05:31:16 +00:00
898e4163af Add SHT3x library (#472) 2021-09-11 15:54:11 +00:00
aa36ad1b49 Update repositories.txt 2021-09-11 15:07:36 +01:00
551c74e4b0 URL change: dustpancake -> furges
I renamed my GitHub account from dustpancake to furges, and am updating the URL consequently.
2021-09-11 13:01:21 +01:00
e713b73e2a Update repositories.txt (#470) 2021-09-11 11:53:40 +00:00
ebef95909a SparkFun_FS3000_Arduino_Library (#468) 2021-09-10 16:23:23 +00:00
34fe132517 Add LittleFS_Portenta_H7 Library (#465)
### Initial Releases v1.0.0

1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed)
2021-09-09 23:53:31 +00:00
2508f51ba6 Update repositories.txt (#464) 2021-09-09 20:05:38 +00:00
2eef67fd26 Added the LithiumPowered Library (#463)
Library specifically to simplify the use of Lithium Batteries for Arduino and ESP-powered projects (using a Coulomb Counter such as LTC4150)
2021-09-09 14:48:05 +00:00
e95248b776 Update repositories.txt (#462) 2021-09-08 09:26:57 +00:00
20e6a97675 Added Seeed_Arduino_Mic (#461) 2021-09-07 06:33:30 +00:00
e4ece7dfde Update repositories.txt (#460) 2021-09-06 18:29:25 +00:00
d2f2b05549 Update repositories.txt (#458) 2021-09-05 12:12:58 +00:00
f8e577a949 Update repositories.txt (#457)
Added https://github.com/MajicDesigns/MD_OnePin
2021-09-04 06:46:56 +00:00
8ff1ba7a37 Add FastLEDManager (#456) 2021-09-04 05:17:42 +00:00
075478287f Update repositories.txt (#455)
Add libraries to support X-NUCLEO-NFC05A1 expansion board
2021-09-03 08:12:21 +00:00
4e0347eca2 Add Z80 library for the Arduino Mega (#454)
Source repository: https://github.com/jkingsman/Z80Mega
2021-09-03 00:45:34 +00:00
dfc72654cb Update repositories.txt (#453) 2021-09-02 22:40:29 +00:00
9d2e575c7e Update repositories.txt (#452) 2021-09-02 19:41:39 +00:00
7c4cf010d7 Update repositories.txt (#450) 2021-09-02 18:46:22 +00:00
ba13f118d6 Update repositories.txt (#449) 2021-09-02 18:35:53 +00:00
a3028fdd95 SparkFun_AS6212_Qwiic_Arduino_Library (#448) 2021-09-01 18:01:44 +00:00
ef6d96b086 Add PrintCppVersion (#447) 2021-09-01 13:15:15 +00:00
812b34c077 Added NanoBLEFlashPrefs library (#446) 2021-09-01 11:44:52 +00:00
45f1b3b249 Merge pull request #445 from per1234/clarify-bot-message
More clearly communicate that new PR is not required to resolve submission problem
2021-09-01 03:33:57 -07:00
7e60e814bc More clearly communicate that new PR is not required to resolve submission problem
The system is designed to allow a submission to be accomplished in a single pull request. This is the case even when
initial passes of checks reveal problems that block acceptance. The checks will automatically re-run any time the PR
author pushes to the PR's branch or mentions the bot.

Although the submitters are welcome to submit a new PR if that is their preference, it is a less efficient approach, both
for them and the maintainer. So it's important to clearly communicate that the submission process can be continued via
the current PR if that is convenient to them.

Usage patterns indicate that this is not clearly communicated via the current messaging from the bot, so perhaps an
additional note with some styling to give it emphasis will improve on the user experience.
2021-09-01 00:38:57 -07:00
M
c8d3aba35d Update repositories.txt (#444) 2021-08-31 08:20:22 +00:00
24d435d152 Merge pull request #441 from Tinyu-Zhao/patch-12
Change the name of the library
2021-08-30 18:51:26 -07:00
c4835ae4b3 Change the name of the library
Change the name of the library to make it more precise
2021-08-31 09:41:48 +08:00
f20691b353 Add 107-Arduino-Sensor to Library Index. (#435) 2021-08-30 18:34:27 +00:00
ead822c8eb Add AT42QT (#434) 2021-08-30 18:29:48 +00:00
35dddf5bee Add 107-Arduino-BoostUnits to Library Index. (#433) 2021-08-30 18:06:54 +00:00
5c144308c4 Update repositories.txt (#432) 2021-08-30 11:23:39 +00:00
007010e0e9 Add Arduino_APA102 (#431) 2021-08-30 09:18:29 +00:00
9802cab391 Merge pull request #427 from treeaa/patch-1
Update repositories.txt
2021-08-29 19:09:20 -07:00
42f2a68e38 Update repositories.txt
Please help remove this library https://github.com/treeaa/BME33M251
2021-08-30 08:34:17 +08:00
3cc2f87f10 Add FS_Nano33BLE Library (#426)
### Initial Releases v1.0.0

1. Initial coding to support MBED nRF52840-based boards such as **Nano_33_BLE, Nano_33_BLE_Sense**, etc. using [**Arduino-mbed mbed_nano** core](https://github.com/arduino/ArduinoCore-mbed)
2021-08-30 00:01:13 +00:00
ecc9d1ed9d Add experimental DAC8550 library (#425)
* add TCA9555

* add RobTIllaart/SGP30

* Add AGS02MA

TVOC sensor - experimental library, use low speed I2C < 30 KHz, UNO does not really work as it cannot go that low.

* add MTP40C CO2 and air pressure sensor

* Add MTP40C CO2 and air pressure sensor

* Update repositories.txt

add experimental library - DAC8550
2021-08-29 14:43:11 +00:00
M
fff7050942 Update repositories.txt (#424) 2021-08-29 11:23:35 +00:00
3080fda7fe Update repositories.txt (#421) 2021-08-27 14:20:04 +00:00
e551832bbe Update repositories.txt (#420) 2021-08-27 14:07:35 +00:00
2866420bba TFTTerminal (#419) 2021-08-27 10:05:48 +00:00
73a3a3b6e6 Update repositories.txt (#418) 2021-08-27 04:08:56 +00:00
64ce41bdc4 FFT (#417) 2021-08-27 04:03:11 +00:00
78cd92a918 Update repositories.txt (#410) 2021-08-26 11:54:14 +00:00
132e06192e Update repositories.txt (#409)
Add iotkaran library
2021-08-26 11:29:29 +00:00