Skip to content

Commit c9e5f84

Browse files
committed
Add package.json for PlatformIO
A temporary solution until upstream CMSIS fix get merged
1 parent 85ee929 commit c9e5f84

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CMSIS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CMSIS-Atmel/CMSIS

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "framework-cmsis-atmel",
3+
"version": "1.2.1",
4+
"description": "Atmel Smart ARM devices CMSIS module",
5+
"keywords": [
6+
"framework",
7+
"arm",
8+
"microchip",
9+
"samd"
10+
],
11+
"license": "BSD-2-Clause",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/arduino/ArduinoModule-CMSIS-Atmel"
15+
}
16+
}

0 commit comments

Comments
 (0)