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

4777 Commits

Author SHA1 Message Date
a4c539b2f2 added serial lcd (#1258) 2022-04-03 10:36:02 +00:00
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
6084d46c36 Update repositories.txt (#1256)
add https://github.com/adafruit/Adafruit_TSC2007
2022-04-03 00:18:01 +00:00
3f293f5ec2 Update repositories.txt (#1254) 2022-04-01 18:20:20 +00:00
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
c6ec6541b2 Update repositories.txt (#1252) 2022-03-31 11:05:30 +00:00
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
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
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
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
a8f4697c92 Update repositories.txt (#1246) 2022-03-30 04:05:25 +00:00
0fc3133850 Update repositories.txt (#1245)
Added offical library of CG-Anem by ClimateGuard
2022-03-29 22:22:58 +00:00
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
6e0261f2d5 Update repositories.txt (#1242) 2022-03-28 01:27:28 +00:00
485725aaaa Add /asukiaaa/arduino-XboxSeriesXControllerESP32 (#1241) 2022-03-27 14:23:30 +00:00
c7f3a01f05 Update repositories.txt (#1240) 2022-03-26 11:46:53 +00:00
9dbd908bef Added Meshtastic-arduino (#1238) 2022-03-26 04:35:23 +00:00
bcb6cf920f Add Motoron library. (#1237) 2022-03-25 23:14:56 +00:00
5a8c4fa95a Update repositories.txt (#1236) 2022-03-25 22:40:11 +00:00
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
f13aa3b50f Update repositories.txt (#1234) 2022-03-25 04:46:50 +00:00
a4a7a6b8d5 Update repositories.txt (#1233) 2022-03-24 21:52:01 +00:00
c3cbb708ef Update repositories.txt (#1231) 2022-03-24 16:45:36 +00:00
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
120f64bb7e Update repositories.txt (#1229) 2022-03-24 03:46:04 +00:00
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
ba576c33de Add Camino to repositories.txt (#1225) 2022-03-22 21:14:49 +00:00
e2c4d2aeca Add SparkFun OLED Graphics library (#1224) 2022-03-22 17:56:19 +00:00
0e215dbfca Update library-registry (#1223)
Add KIM Arduino Library :
 
https://github.com/Kineis/KIM_Arduino_Library
2022-03-22 15:05:13 +00:00
17fed08a86 Update repositories.txt (#1222) 2022-03-22 14:50:05 +00:00
bbc80bbc47 Add hideakitai/MaxMtrParser (#1220) 2022-03-22 09:29:59 +00:00
11e262254e Update repositories.txt (#1219) 2022-03-22 02:17:20 +00:00
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
fe3563ca95 Update repositories.txt (#1217) 2022-03-21 17:15:42 +00:00
b164b5cd90 Add patricklaf/SNMP (#1215)
Simple Network Managment Protocol library for Arduino
2022-03-21 15:49:14 +00:00
4aa1f0c828 Update repositories.txt (#1213)
Added Nexgen AHRS library
2022-03-21 00:57:35 +00:00
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
f2c335e205 Add PyArduinoDebug to repositories.txt (#1211)
Add PyArduinoDebug library @ https://github.com/kimballa/PyArduinoDebug
2022-03-20 21:11:15 +00:00
eb727964e8 Update repositories.txt (#1209) 2022-03-20 17:32:34 +00:00
c0a0e2c0da Update repositories.txt (#1207) 2022-03-19 20:18:41 +00:00
28e79a0053 Update repositories.txt (#1206) 2022-03-19 19:52:04 +00:00
Jan
7b9e889e2c Update repositories.txt (#1205) 2022-03-19 15:27:13 +00:00
9de2875be9 Add AsyncUDP_Teensy41 Library (#1204)
### Releases v1.2.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.2.1 to sync with [AsyncUDP_STM32](https://github.com/khoih-prog/AsyncUDP_STM32) v1.2.1
2022-03-19 07:04:47 +00:00
0feb545344 Update repositories.txt (#1203) 2022-03-18 23:44:21 +00:00
dc83ebb9de Add AsyncWebServer_Teensy41 Library (#1202)
### Releases v1.4.1

1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet**
2. Bump up version to v1.4.1 to sync with [AsyncWebServer_STM32](https://github.com/khoih-prog/AsyncWebServer_STM32) v1.4.1
2022-03-18 16:45:49 +00:00
5d07af0b32 Update repositories.txt (#1201)
Please add "STM32duino VL53L4CX" and "STM32duino X-NUCLEO-53L4A2" libraries to the Library Manager.
Thanks in advance,
Carlo
2022-03-18 14:31:42 +00:00
07b5209b74 Update repositories.txt, add EEPROM_SPI_WE (#1200)
Please add my library https://github.com/wollewald/EEPROM_SPI_WE
2022-03-18 13:44:00 +00:00
c2b59791ec Add Teensy41_AsyncTCP Library (#1198)
### Initial Releases v1.0.0

1. Initial porting and coding to support **Teensy 4.1 using QNEthernet Library**
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to avoid `multiple-definitions` linker error
2022-03-18 01:42:11 +00:00