Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
Revision 129:d5686dd11391, committed 2015-10-06
- 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": {}
+}
