-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (27 loc) · 800 Bytes
/
library.json
File metadata and controls
27 lines (27 loc) · 800 Bytes
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
{
"name": "iap_htpp_duino",
"version": "0.1.0",
"description": "This is a library for In-Application Programming (IAP, update of uC firmware) using the Ethernet interface and HTTP. It adapts ST and Adams Dukels example to the Arduino framework.",
"keywords": "IAP, firmware update",
"repository":
{
"type": "git",
"url": "https://github.com/tpcorrea/iap_http_duino.git"
},
"authors":
[
{
"name": "Tomas P. Correa",
"email": "tpcorrea@ufmg.br",
"url": "https://github.com/tpcorrea"
}
],
"license": "APACHE 2.0",
"homepage": "",
"dependencies": {
"stm32duino/STM32Ethernet": "~1.3.0",
"stm32duino/STM32duino LwIP": "~2.1.2"
},
"frameworks": "arduino",
"platforms": "ststm32"
}