This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
library.json
51 lines (51 loc) · 1.67 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "WiFiNINA_Generic",
"version": "1.8.15-1",
"keywords": "wifi, wi-fi, WiFiNINA, NINA-B302-ublox, W101, W102, shield, Teensy, SAM DUE, SAMD, STM32, nRF52, rpi-pico, rp2040, Credentials, Manager, nano-rp2040-connect, raspberry-pi-pico, mega, 32u4",
"description": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K and using new WiFi101_Generic library",
"authors": [
{
"name": "Arduino",
"url": "http://www.arduino.cc/en/Reference/WiFiNINA",
"email": "[email protected]"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WiFiNINA_Generic"
},
"homepage": "https://github.com/khoih-prog/WiFiNINA_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WiFiMulti_Generic",
"version": ">=1.2.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFi101_Generic",
"version": ">=1.0.0",
"platforms": ["*"]
}
],
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["WiFiNINA_Generic.h"]
}