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

4797 Commits

Author SHA1 Message Date
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
7b4131312f Merge pull request #408 from per1234/bump-parser
Bump `arduino/library-manager-submission-parser` version
2021-08-26 04:05:39 -07:00
fa2bb2b4b8 Bump arduino/library-manager-submission-parser version
A new release of the `arduino/library-manager-submission-parser` tool used by the "Manage PRs" workflow has been made.
This release fixes a bug that caused pull requests that consisted only of newlines to be incorrectly classified as
"modification", resulting in an unexpected failure of the workflow run due to there being no library URLs to populate the
`check-submissions` job matrix:

```
Error when evaluating 'strategy' for job 'check-submissions'. (Line: 219, Col: 21): Unexpected value ''
```

These pull requests will now be assigned the appropriate "other" request type and the workflow run will pass as expected,
requesting the necessary manual review from a maintainer.
2021-08-26 03:36:25 -07:00
685e556b48 M5_Finger (#405) 2021-08-26 09:20:18 +00:00
78229bab9f Update repositories.txt (#403)
* Update repositories.txt

* GT811
2021-08-25 16:43:57 +00:00
4ae652d926 Added custom libraries (#402)
* Update repositories.txt

* https://github.com/levkovigor/MMC34160PJ

* Update repositories.txt
2021-08-25 16:31:37 +00:00
8241e1e92d Update repositories.txt (#401) 2021-08-25 10:14:25 +00:00
e94d63c68a Update repositories.txt (#398) 2021-08-25 01:37:59 +00:00
ca1fb76805 Add AceSorting (#393) 2021-08-23 20:49:55 +00:00
a8694d799c Update repositories.txt (#392)
New library proposed: "Easy MFRC522"
2021-08-23 20:12:39 +00:00
ffa2c9804a Added Simple5641AS library (#391) 2021-08-23 18:34:04 +00:00
f4a6ca2325 add MTP40C CO2 and air pressure sensor (#390)
* 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
2021-08-23 10:50:56 +00:00
8ee1780c28 Add NRF52_ISR_Servo Library (#388)
### Releases v1.0.0

1. Basic 16 ISR-based servo controllers using 1 hardware PWM module for nRF52-based board
2. Support to both nRF52832 and nRF52840
2021-08-23 04:29:46 +00:00
b57426f137 Add SAMD_ISR_Servo Library (#386)
### Releases v1.0.0

1. Basic 16 ISR-based servo controllers using 1 hardware timer for SAMD-based board
2. Support to both SAMD21 and SAMD51
2021-08-22 23:19:22 +00:00
7e3a19cbdf Update repositories.txt (#385) 2021-08-22 08:38:20 +00:00
99c60cfd04 Add RP2040_ISR_Servo Library (#384)
### Releases v1.0.0

1. Basic 16 ISR-based servo controllers using 1 hardware timer for RP2040-based board
2. Support to both [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) and [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico)
2021-08-22 06:57:46 +00:00
ae4453dc13 Update repositories.txt (#383) 2021-08-21 16:37:43 +00:00
66d71dea39 Update repositories.txt (#382) 2021-08-21 16:09:17 +00:00
c874350593 Add STM32_ISR_Servo Library (#381)
### Releases v1.0.0

1. Basic 16 ISR-based servo controllers using 1 hardware timer for STM32F/L/H/G/WB/MP1-based board
2. Tested with **STM32L5 (NUCLEO_L552ZE_Q)** and **STM32H7 (NUCLEO_H743ZI2)**
2021-08-21 02:14:59 +00:00
b85c2a0c5f Update repositories.txt (#376)
Added Nexgen Codecamp Motor Shield Library
2021-08-20 23:50:22 +00:00
5e5c09e916 Update repositories.txt (#380)
* Update repositories.txt

* Update repositories.txt
2021-08-20 15:03:44 +00:00
3e64822970 PCA9554 (#378)
* PCA9554

* Update repositories.txt
2021-08-20 08:14:41 +00:00
42e1f791bf M5_AD9833 (#377) 2021-08-20 07:13:32 +00:00
PB2
dc02ed6d04 Update repositories.txt (#375) 2021-08-20 02:49:08 +00:00
33c82edf69 M5_ADS1115 (#372) 2021-08-19 03:20:22 +00:00
2cb3ccf6f0 M5_BMM150 (#371) 2021-08-19 02:07:51 +00:00
b9194f3263 Add AceSegment, AceSegmentWriter, AceSPI, AceTMI, AceWire (#370) 2021-08-18 23:01:58 +00:00
5eb385c5ab TinyGPSPlus (#369) 2021-08-18 09:56:16 +00:00
781086a611 Update repositories.txt (#366) 2021-08-18 09:01:05 +00:00
3e95767e45 Add FlashStorage_STM32F1 Library (#365)
### Features

The FlashStorage_STM32F1 library, inspired by [Cristian Maglie's FlashStorage](https://github.com/cmaglie/FlashStorage), provides a convenient way to store and retrieve user's data using emulated-EEPROM, from the non-volatile flash memory of STM32F1/F3, including non-genuine CH32F103xx, CS32F103xx, etc. boards.

The flash memory, generally used to store the firmware code, can also be used to store / retrieve more user's data and faster than from EEPROM. Thanks to the **buffered data writing and reading**, the flash access time is greatly reduced to **increase the life of the flash**.

Currently, the library supports both new [**STM32 core v2.0.0**](https://github.com/stm32duino/Arduino_Core_STM32/releases/tag/2.0.0) and previous [**STM32 core v1.9.0**](https://github.com/stm32duino/Arduino_Core_STM32/releases/tag/1.9.0)
2021-08-17 19:01:59 +00:00
c1d88031c9 Update repositories.txt (#364) 2021-08-17 10:16:19 +00:00
23ba397f67 Update repositories.txt (#362) 2021-08-16 17:57:33 +00:00
8f15d91cb5 Add ESP32_New_ISR_Servo Library (#361) 2021-08-16 00:44:24 +00:00
8ae110d065 Add ESP32_New_TimerInterrupt Library (#360) 2021-08-15 06:37:39 +00:00
8f0bbadd7a Add AGS20MA (#359)
* 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.
2021-08-13 07:45:33 +00:00
4bc02af9cf Update repositories.txt (#356) 2021-08-12 13:27:08 +00:00
7831111d52 Added JPEGENG library (#355)
Please add my JPEG encoder library to the Arduino library manager.
Thank you
2021-08-12 09:16:15 +00:00
4095721c3c Merge pull request #353 from per1234/sync-ci-config
Sync CI configuration files with templates
2021-08-11 04:05:18 -07:00
4f3aca6dee Sync CI configuration files with templates
Some minor adjustments to the comments in the configuration files for the tools used by the repository's CI system to
bring them into sync with the upstream "template" assets.
2021-08-11 03:52:02 -07:00
9e026dde76 Merge pull request #352 from per1234/check-license
Sync "Check License" CI workflow with template
2021-08-11 03:48:10 -07:00
d5842c1cfe Enhance "Check License" workflow's error output
The use of the `error` workflow command will cause the important error message output to be surfaced prominently in the
workflow run summary and log. The workflow run logs can be somewhat labyrinthine to those who don't work with them
regularly, so finding the previous output to determine what caused the failure might have been challenging.
2021-08-11 03:39:45 -07:00