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

4777 Commits

Author SHA1 Message Date
1790dfa8b2 Update repositories.txt (#777) 2021-12-13 18:09:31 +00:00
7616506fa3 Added uc-OS3 Arduino Due Library (#776)
* Added uc-OS3 Arduino Due Library

Adaption of uc-OS3 RTOS for use with the Arduino Due SDK

* Update repositories.txt

fixed repository srevere
2021-12-11 14:24:29 +00:00
d7dd0c5352 Merge pull request #770 from per1234/fix-concurrency
Avoid manager workflow run cancelation by incidental events
2021-12-09 02:42:44 -08:00
5445e40234 Update repositories.txt (#774) 2021-12-09 05:15:31 +00:00
a5f718e88f Added library for 24LC64F EEPROM chip (#773)
Added library for 24LC64F EEPROM chip
2021-12-08 16:21:59 +00:00
9adc1606c6 Update repositories.txt (#771) 2021-12-08 11:24:23 +00:00
abec5ec873 Avoid manager workflow run cancelation by incidental events
In order to prevent confusing feedback from the bot, parallel runs of the "Manage PRs" workflow for a given PR are
prevented by canceling any in progress runs for that PR whenever it is triggered.

However, sometimes a trigger event does not result in a run. For example, the workflow is triggered by every comment on
the PR thread, but only those containing the text "ArduinoBot" result in a run. With the previous workflow configuration,
this meant that if anyone made an incidental comment on the PR during a workflow run, the true run was canceled by the
otherwise ignored trigger event, causing a loss of automation.

The solution is to adjust the concurrency configuration so that prior runs in progress are canceled only if the current
trigger event will result in a true run.

I did not indent the added expression because doing so caused validation against the community developed GitHub Actions
workflow JSON schema from the JSON Schema Store to fail.
The reason is that lines with leading whitespace are not folded:
https://yaml.org/spec/1.2.2/#block-folding
Even though the resulting newlines in the expression don't cause any problems for GitHub Actions, the JSON Schema does
not have support for them. Since there is no explicit specification in the GitHub Actions documentation that newlines in
expressions are supported, I am hesitant to propose the necessary change to the schema.
2021-12-07 13:17:48 -08:00
67978a1fa0 Added MCUOS library to list (#769) 2021-12-07 06:54:03 +00:00
a8ea8e8130 Add official Microsoft Azure SDK for C Arduino library. (#768)
From the library repo https://github.com/Azure/azure-sdk-for-c-arduino.

This new library maps to the new Azure SDK for C that is designed for
embedded development, published on
https://github.com/azure/azure-sdk-for-c.

This new azure-sdk-for-c-arduino library shall be prefered over the previous azure-iot-arduino
library and dependencies (azure-iot-arduino-utility,
azure-iot-arduino-protocol-http, azure-iot-arduino-protocol-mqtt,
azure-iot-arduino-socket-esp32-wifi).

For questions, please refer to maintainer of library.
2021-12-06 23:42:59 +00:00
ebf5709d74 Added simple collections library in the davetcc repository (#767)
Co-authored-by: dave <dave@thecoderscorner.com>
2021-12-06 13:06:01 +00:00
6c27192b20 Update repositories.txt (#766) 2021-12-06 09:36:18 +00:00
17f1ea01eb Update repositories.txt (#765) 2021-12-06 09:06:32 +00:00
9162a63234 Update repositories.txt (#764) 2021-12-06 08:03:57 +00:00
79ea54f75a Update repositories.txt (#762) 2021-12-05 21:41:03 +00:00
733b71203a Update repositories.txt (#761) 2021-12-05 20:12:42 +00:00
eb5c892f17 Update repositories.txt (#760) 2021-12-05 17:20:32 +00:00
d4f1ade4f1 Update repositories.txt (#759) 2021-12-05 12:34:29 +00:00
2c266df73a Add ATCommands (#758)
* Update repositories.txt

* Update repositories.txt
2021-12-04 23:12:40 +00:00
efc6e25fc4 add map2colour (#757)
* 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

* Update repositories.txt

* Update repositories.txt

* add MINMAX library

Library to find peaks in a signal

* Update repositories.txt

* Update repositories.txt

* Add float16

Experimental library to convert value to 2 byte float16 format for more efficient storage and communication.

* add palindrome

library with functions to test and find palindromes

* add map2colour
2021-12-04 20:07:05 +00:00
59c8822d67 Update repositories.txt (#756)
Konnex Interface Module
2021-12-03 19:02:16 +00:00
7720cbfb30 Add SolarCalculator (#755) 2021-12-03 15:26:35 +00:00
4a9c75962b add palindrome (#754)
* 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

* Update repositories.txt

* Update repositories.txt

* add MINMAX library

Library to find peaks in a signal

* Update repositories.txt

* Update repositories.txt

* Add float16

Experimental library to convert value to 2 byte float16 format for more efficient storage and communication.

* add palindrome

library with functions to test and find palindromes
2021-12-03 10:34:09 +00:00
1c76311310 Update repositories.txt (#753) 2021-12-02 18:57:27 +00:00
9245458fe5 Update repositories.txt (#752) 2021-12-02 01:20:11 +00:00
40ac8e6c9d Add two new libraries (#751) 2021-12-01 22:46:27 +00:00
3090acf267 Update repositories.txt (#750) 2021-12-01 22:28:59 +00:00
6b48611979 Update repositories.txt (#749) 2021-12-01 19:39:43 +00:00
6bf4619271 Update repositories.txt (#748) 2021-12-01 15:03:33 +00:00
5feed32190 Update repositories.txt (#747) 2021-12-01 01:30:27 +00:00
e846d56b6b Update repositories.txt (#746) 2021-11-30 23:53:04 +00:00
3c3bc7c800 Update repositories.txt (#744) 2021-11-30 18:28:22 +00:00
33c61e63f7 Add PioSPI library to the repositories (#743) 2021-11-30 12:54:46 +00:00
1b2b793d91 added sdpsensor-esp-arduino repo (#742) 2021-11-30 12:17:44 +00:00
9cfdf42b2d Update repositories.txt (#740) 2021-11-30 00:49:53 +00:00
2315903f44 Update repositories.txt (#739) 2021-11-29 21:00:00 +00:00
7ae2544d97 Update repositories.txt (#737) 2021-11-29 18:22:38 +00:00
6f74d6e0e8 Update repositories.txt (#736) 2021-11-29 17:21:47 +00:00
3023956b77 add float16 (#730)
* 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

* Update repositories.txt

* Update repositories.txt

* add MINMAX library

Library to find peaks in a signal

* Update repositories.txt

* Update repositories.txt

* Add float16

Experimental library to convert value to 2 byte float16 format for more efficient storage and communication.
2021-11-27 18:26:20 +00:00
c98a37d9a4 Update repositories.txt (#728) 2021-11-26 08:33:36 +00:00
1b406529c6 add pressure conversion library (#727)
* 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

* Update repositories.txt

* Update repositories.txt

* add MINMAX library

Library to find peaks in a signal

* Update repositories.txt

* Update repositories.txt
2021-11-26 08:05:56 +00:00
Amy
1e8fe9fafd Update repositories.txt (#726) 2021-11-25 04:05:14 +00:00
1004eac2ec Update repositories.txt (#724) 2021-11-24 18:47:34 +00:00
713e8159f6 Merge pull request #722 from spacehuhn/patch-1
Update SimpleCLI library URL
2021-11-24 03:46:57 -08:00
5b068756b3 Update SimpleCLI library URL
I moved the library from my personal Github account to my company's organisation.
2021-11-24 12:38:12 +01:00
f6e5edc39f Update repositories.txt (#719)
Add sensirion libraries 2021-11
2021-11-24 09:23:19 +00:00
eab8b76568 Update repositories.txt (#721) 2021-11-24 08:05:12 +00:00
993fdff09b Merge pull request #718 from per1234/handle-concurrency
Configure manager workflow to prevent parallel runs for one PR
2021-11-23 01:53:51 -08:00
d8a62fddc4 Configure manager workflow to prevent parallel runs for one PR
It was previously possible to trigger the "Manage PRs" workflow for a pull request while a previous run for that PR is
already in process.

When that happens, it can result in erroneous bot comments. For example:

1. Workflow run is automatically triggered by a push.
2. Contributor does not notice this and comments a mention of the bot to trigger the workflow.
3. The first workflow run finds the PR is compliant and merges it.
4. The second workflow run finds the PR is compliant and attempts to merge it.
5. The second workflow run fails the merge (because it is already merged) and informs the contributor that there was a
   merge conflict they must resolve.
6. The contributor is not able to resolve the non-existent conflict and is left wondering whether their submission was
   successful.

The solution is to configure the "Manage PRs" workflow so that a workflow run in progress is canceled if the workflow is
triggered again for that PR. The "concurrency group" name is the PR number, so workflow runs in progress for other PRs
would not be affected.
2021-11-22 23:46:43 -08:00
3adf28f51a added picovoice and porcupine packages (#717) 2021-11-22 23:46:27 +00:00
4df1190fea Publish IoTeX-blockchain-client library (#716) 2021-11-22 22:45:09 +00:00