Skip to content

Commit

Permalink
Merge pull request #13 from microbit-foundation/yotta-module
Browse files Browse the repository at this point in the history
Yotta module
  • Loading branch information
raphaelgault authored May 29, 2020
2 parents 35e84ef + 97b76a2 commit bd5f79d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "codal",
"version": "0.0.1",
"description": "Component Oriented Device Abstraction Layer (CODAL) - root",
"license": "MIT",
"dependencies": {
"codal-microbit": "[email protected]:microbit-foundation/codal-microbit.git"
},
"targetDependencies": {},
"extraIncludes": [
"yotta_modules/"
],
"bin": "./source",
"scripts": {
"preGenerate": "mv CMakeLists.txt unused.cmake",
"postBuild": "cp build/codal-yotta-target/source/codal.hex ./"
}
}

0 comments on commit bd5f79d

Please sign in to comment.