Skip to content

Commit fe46699

Browse files
committed
Added UECIDE build file
1 parent 4e2f436 commit fe46699

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

uecide.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "ArduinoECCX08",
3+
"provides": "ArduinoECCX08.h",
4+
"description": "Arduino Library for the Atmel/Microchip ECC508 and ECC608 crypto chips",
5+
"version": "1.0.3",
6+
"maintainer": "Arduino <[email protected]>",
7+
"category": "Communications",
8+
"subcategory": "Encryption",
9+
"family": "arm-sam",
10+
"core": "arduino-sam",
11+
"install": {
12+
"examples": "/",
13+
"keywords.txt": "/",
14+
"library.properties": "/",
15+
"src": "/"
16+
},
17+
"readme": "README.adoc"
18+
}

0 commit comments

Comments
 (0)