Skip to content

Commit 56c8317

Browse files
author
Deep Dhillon
committed
published to npm
1 parent 0c60bef commit 56c8317

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# wio config
2+
WioConfig.cmake

framework.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "wio-framework-avr-arduino",
3+
"version": "1.0.0",
4+
"description": "AVR Arduino framework for Wio",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/wio/framework-avr-arduino.git"
8+
},
9+
"keywords": ["arduino", "avr"],
10+
"license": "GNU",
11+
"bugs": {
12+
"url": "https://github.com/wio/framework-avr-arduino/issues"
13+
},
14+
"homepage": "https://github.com/wio/framework-avr-arduino#readme",
15+
"dependencies": {
16+
"wio-module-arduino-cmake": "1.0.0"
17+
},
18+
"toolchain-file": "cmake/ArduinoToolchain.cmake"
19+
}

0 commit comments

Comments
 (0)