My fork of X_NUCLEO_IDB0XA1

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Tue Oct 06 13:59:23 2015 +0200
Child:
130:770ce14d3d15
Commit message:
Just made git init

Changed in this revision

.gitignore Show annotated file Show diff for this revision Revisions of this file
module.json Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitignore	Tue Oct 06 13:59:23 2015 +0200
@@ -0,0 +1,9 @@
+# vim temporary files
+*.sw*
+
+# yotta files
+build
+yotta_modules
+yotta_targets
+.yotta.json
+upload.tar.gz
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Tue Oct 06 13:59:23 2015 +0200
@@ -0,0 +1,22 @@
+{
+  "name": "x-nucleo-idb0xa1",
+  "version": "0.0.0",
+  "description": "BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield (Component) for MbedOS",
+  "keywords": [
+    "BLE",
+    "X-NUCLEO-IDB0XA1"
+  ],
+  "author": "wolfgang.betz@st.com",
+  "repository": {
+    "url": "ssh://gitolite@codex.cro.st.com/x-nucleodev/x-nucleo-idb0xa1-mbedos.git",
+    "type": "git"
+  },
+  "homepage": "http://www.st.com",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {}
+}