forked from khoih-prog/EthernetWebServer_STM32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
28 lines (28 loc) · 881 Bytes
/
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
{
"name": "EthernetWebServer_STM32",
"version": "1.0.5",
"keywords": "WebServer, built-in Ethernet, Arduino, STM32F, STM32L, STM32H, STM32G, STM32WB, STM32MP1, Ethernet shield, Nucleo-144, Nucleo-64, Nucleo-32, LAN8742A, ENC28J60, W5x00",
"description": "Simple EthernetWebServer library for STM32F/L/H/G/WB/MP1 boards running built-in Ethernet LAN8742A or Ethernet W5x00, ENC28J60 shields",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/EthernetWebServer_STM32"
},
"homepage": "https://github.com/khoih-prog/EthernetWebServer_STM32",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"frameworks": "arduino",
"platforms": "ststm32",
"examples": "examples/*/*/*.ino"
}