1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-08-05 21:55:50 +03:00
Commit Graph

2535 Commits

Author SHA1 Message Date
Pixelboris
d4a7183d12 Update repositories.txt (#1270) 2022-04-06 08:47:06 +00:00
per1234
3eab835f8c Merge branch 'main' into patch-10 2022-04-05 20:39:52 -07:00
chrmlinux
ecab4c6ef4 Update repositories.txt (#1268) 2022-04-06 03:28:26 +00:00
chrmlinux
8c596c67d8 Update repositories.txt 2022-04-06 12:02:19 +09:00
chrmlinux
6001b8b86f Update repositories.txt (#1264) 2022-04-06 02:35:43 +00:00
久治明千树汐
dca02bc246 chore: change address of AntiKeyRepetition.h 2022-04-05 18:13:20 +08:00
Pascal Sachs
7d9dd0604b Add repository for Sensirion STS4x and SF06-LF (#1260)
Add repository links to Arduino drivers for Sensirions
temperature sensor STS4x and liquid flow sensors of the SF06
sensor family.
2022-04-05 08:40:05 +00:00
Antor Ahmed
77511315e6 Update repositories.txt (#1259) 2022-04-03 11:41:03 +00:00
Antor Ahmed
a4c539b2f2 added serial lcd (#1258) 2022-04-03 10:36:02 +00:00
Khoi Hoang
8aacf320e9 Add Ethernet_Generic Library (#1257)
### Releases v2.0.0

1. Initial porting and coding to merge, as many as possible, the features of the following libraries :
	- [Ethernet](https://github.com/arduino-libraries/Ethernet)
	- [EthernetLarge](https://github.com/OPEnSLab-OSU/EthernetLarge)
	- [Ethernet2](https://github.com/adafruit/Ethernet2)
	- [Ethernet3](https://github.com/sstaub/Ethernet3)
2. Add support to ESP32 SPI2
3. Convert to h-only library
4. Add debug feature
5. Optimize code to reduce compiled binary size
6. Add `Packages' Patches`
2022-04-03 04:12:17 +00:00
Limor "Ladyada" Fried
6084d46c36 Update repositories.txt (#1256)
add https://github.com/adafruit/Adafruit_TSC2007
2022-04-03 00:18:01 +00:00
bheesma-10
3f293f5ec2 Update repositories.txt (#1254) 2022-04-01 18:20:20 +00:00
Umberto Baldi
6f516b8550 Merge pull request #1247 from AlexandreHiroyuki/patch-1
Update repositories.txt - Change repository URL
2022-04-01 16:56:27 +02:00
Max
e3fc482e62 Add KidMotor V4 library for Arduino IDE (#1253) 2022-03-31 18:18:00 +00:00
Hancheol Cho
c6ec6541b2 Update repositories.txt (#1252) 2022-03-31 11:05:30 +00:00
per1234
b861a7f097 Merge pull request #1251 from per1234/valid-label-configuration
Remove `notes` field from label configuration file
2022-03-31 03:03:28 -07:00
per1234
c1ff2b807c Remove notes field from label configuration file
At the time the reference configuration file was developed, it was in JSON, which does not support comments. I found the
need to add some internal explanatory commentary to some of the labels, so I added an arbitrary `notes` key as a
container for this information, and our JSON schema was also configured to accept this field.

I later decided to convert the files to YAML, since that is the language used by the majority of the asset configuration
files. At this point it became possible to use comments, but the `notes` field was already in place so it
seemed pointless to change it.

Validation of the configuration file was added to the "GitHub Label Sync" tool in the recent 2.1.0 release. Before
2.1.0, the tool ignored any additional properties in the label configuration objects. It now errors if there are any
unexpected properties.

This `notes` field now causes the configuration files that contain it to be considered invalid by the tool, and by our
custom JSON schema:

```
.github/label-configuration-files/labels.yml invalid
[
  {
    instancePath: '/8',
    schemaPath: '#/items/additionalProperties',
    keyword: 'additionalProperties',
    params: { additionalProperty: 'notes' },
    message: 'must NOT have additional properties'
  }
]
```

So the `notes` field is hereby removed, with the contents moved to comments.
2022-03-31 01:34:20 -07:00
Arya11111
f686b8ef92 Update repositories.txt (#1250)
* Update repositories.txt

* Remove duplicate URL

Co-authored-by: per1234 <accounts@perglass.com>
2022-03-31 08:07:42 +00:00
Alexandre Hiroyuki
ff79d7215d Update repositories.txt - Change repository URL
https://github.com/AlexandreHiroyuki/MovingAverageMovingAverage -> https://github.com/AlexandreHiroyuki/MovingAveragePlus
2022-03-30 01:09:36 -03:00
suratin27
a8f4697c92 Update repositories.txt (#1246) 2022-03-30 04:05:25 +00:00
Ilya Radchenko
0fc3133850 Update repositories.txt (#1245)
Added offical library of CG-Anem by ClimateGuard
2022-03-29 22:22:58 +00:00
Ilya Radchenko
9de59efd66 Update repositories.txt (#1232)
Official library of RadSens by ClimateGuard

Co-authored-by: per1234 <accounts@perglass.com>
2022-03-29 16:03:51 +00:00
David Such
6e0261f2d5 Update repositories.txt (#1242) 2022-03-28 01:27:28 +00:00
Asuki Kono
485725aaaa Add /asukiaaa/arduino-XboxSeriesXControllerESP32 (#1241) 2022-03-27 14:23:30 +00:00
Tolentino Cotesta
c7f3a01f05 Update repositories.txt (#1240) 2022-03-26 11:46:53 +00:00
raldi
9dbd908bef Added Meshtastic-arduino (#1238) 2022-03-26 04:35:23 +00:00
David Grayson
bcb6cf920f Add Motoron library. (#1237) 2022-03-25 23:14:56 +00:00
Tim S
5a8c4fa95a Update repositories.txt (#1236) 2022-03-25 22:40:11 +00:00
Rob Tillaart
fa4c498f28 Add WaveMix (#1235)
* Add DEVFULL 

DEVFULL mimics the /dev/full device of Linux, can be used for testing.

* Add WaveMix

Arduino library to mix two signals (A and B) with an adaptive weight.
2022-03-25 08:59:50 +00:00
Arya11111
f13aa3b50f Update repositories.txt (#1234) 2022-03-25 04:46:50 +00:00
Stephan Rumswinkel
a4a7a6b8d5 Update repositories.txt (#1233) 2022-03-24 21:52:01 +00:00
Rémi Sarrailh
c3cbb708ef Update repositories.txt (#1231) 2022-03-24 16:45:36 +00:00
Khoi Hoang
70a83d849b Add MQTTPubSubClient_Generic Library (#1230)
### Initial Releases v1.0.0

1. Initial porting and coding to support nRF52, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, besides ESP8266, ESP32 (ESP32, ESP32_S2, ESP32_S3 and ESP32_C3) and WT32_ETH01. Spporting Ethernet shields W5100, W5200, W5500, ENC28J60, Teensy 4.1 NativeEthernet/QNEthernet.
2022-03-24 08:07:26 +00:00
SZ-Coder
120f64bb7e Update repositories.txt (#1229) 2022-03-24 03:46:04 +00:00
SZ-Coder
b766e58dc9 Update repositories.txt (#1228) 2022-03-24 00:25:58 +00:00
PB2
48d43f1f12 Add navduino.h (#1227) 2022-03-23 19:56:29 +00:00
Nathan Wachholz
ba576c33de Add Camino to repositories.txt (#1225) 2022-03-22 21:14:49 +00:00
Nathan Seidle
e2c4d2aeca Add SparkFun OLED Graphics library (#1224) 2022-03-22 17:56:19 +00:00
ncassarkineis
0e215dbfca Update library-registry (#1223)
Add KIM Arduino Library :
 
https://github.com/Kineis/KIM_Arduino_Library
2022-03-22 15:05:13 +00:00
Vurdalakov
17fed08a86 Update repositories.txt (#1222) 2022-03-22 14:50:05 +00:00
Hideaki Tai
bbc80bbc47 Add hideakitai/MaxMtrParser (#1220) 2022-03-22 09:29:59 +00:00
Arya11111
11e262254e Update repositories.txt (#1219) 2022-03-22 02:17:20 +00:00
Khoi Hoang
91f1424dfd Add AsyncDNSServer_Teensy41 Library (#1218)
### Releases v1.1.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.1.1 to sync with [AsyncDNSServer_STM32](https://github.com/khoih-prog/AsyncDNSServer_STM32) v1.1.1
2022-03-21 21:05:06 +00:00
atesin
fe3563ca95 Update repositories.txt (#1217) 2022-03-21 17:15:42 +00:00
patricklaf
b164b5cd90 Add patricklaf/SNMP (#1215)
Simple Network Managment Protocol library for Arduino
2022-03-21 15:49:14 +00:00
David Such
4aa1f0c828 Update repositories.txt (#1213)
Added Nexgen AHRS library
2022-03-21 00:57:35 +00:00
Giovanni Carbone
cffe923433 adding of STM32mcp4151 (#1212)
Simple library for stm32 arch with small foot-print for driving mcp 4xxx series microchip digital pots.
2022-03-20 22:10:09 +00:00
Aaron Kimball
f2c335e205 Add PyArduinoDebug to repositories.txt (#1211)
Add PyArduinoDebug library @ https://github.com/kimballa/PyArduinoDebug
2022-03-20 21:11:15 +00:00
Alessandro Ranellucci
eb727964e8 Update repositories.txt (#1209) 2022-03-20 17:32:34 +00:00
Terry Moore
c0a0e2c0da Update repositories.txt (#1207) 2022-03-19 20:18:41 +00:00