Skip to content

Commit

Permalink
populating the target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Grover committed Aug 11, 2015
1 parent 28507d3 commit 314f898
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build
yotta_targets
yotta_modules
upload.tar.gz
.DS_Store
.yotta.json
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## yotta target description using ARMCC to compile for Nordic nRF51-DK 32KB platform.

22 changes: 22 additions & 0 deletions target.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "nrf51dk-armcc",
"version": "0.0.1",
"inherits": {
"nordic-nrf51822-32k-armcc": "*"
},
"description": "Official mbed build target for the nRF51-DK 32KB platform.",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"keywords": [
"mbed-official",
"armcc"
],
"similarTo": [
"nrf51dk"
],
"config": {}
}

0 comments on commit 314f898

Please sign in to comment.