test

Dependents:   BLE_HeartRate_IDB0XA1_EPUDEE_Avril2018

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Tue Oct 06 15:19:19 2015 +0200
Parent:
130:770ce14d3d15
Child:
132:51056160fa4a
Commit message:
Get a first compilation thru

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
x-nucleo-idb0xa1/BlueNRGDevice.h Show annotated file Show diff for this revision Revisions of this file
x-nucleo-idb0xa1/BlueNRGGap.h Show annotated file Show diff for this revision Revisions of this file
x-nucleo-idb0xa1/BlueNRGGattServer.h Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Tue Oct 06 14:25:08 2015 +0200
+++ b/module.json	Tue Oct 06 15:19:19 2015 +0200
@@ -20,10 +20,10 @@
   ],
   "extraIncludes": [	
     "x-nucleo-idb0xa1",
-    "x-nucleo-idb0xa1/BlueNRG_HCI/include",
-    "x-nucleo-idb0xa1/x-nucleo-idb0xa1/platform/inc",
-    "x-nucleo-idb0xa1/x-nucleo-idb0xa1/platform/X-NUCLEO-IDB04A1",
-    "x-nucleo-idb0xa1/x-nucleo-idb0xa1/utils/inc"
+    "x-nucleo-idb0xa1/utils/inc",
+    "x-nucleo-idb0xa1/platform/inc",
+    "x-nucleo-idb0xa1/BlueNRG_HCI/includes",
+    "x-nucleo-idb0xa1/platform/X-NUCLEO-IDB04A1"
   ],
   "dependencies": {
     "ble": "*"
--- a/x-nucleo-idb0xa1/BlueNRGDevice.h	Tue Oct 06 14:25:08 2015 +0200
+++ b/x-nucleo-idb0xa1/BlueNRGDevice.h	Tue Oct 06 15:19:19 2015 +0200
@@ -41,8 +41,8 @@
 #include "btle.h"
 
 #include "mbed.h"
-#include "blecommon.h"
-#include "BLE.h"
+#include "ble/blecommon.h"
+#include "ble/BLE.h"
 #include "BlueNRGGap.h"
 #include "BlueNRGGattServer.h"
 
--- a/x-nucleo-idb0xa1/BlueNRGGap.h	Tue Oct 06 14:25:08 2015 +0200
+++ b/x-nucleo-idb0xa1/BlueNRGGap.h	Tue Oct 06 15:19:19 2015 +0200
@@ -36,10 +36,10 @@
 #define __BLUENRG_GAP_H__
 
 #include "mbed.h"
-#include "blecommon.h"
+#include "ble/blecommon.h"
 #include "btle.h"
-#include "GapAdvertisingParams.h"
-#include "GapAdvertisingData.h"
+#include "ble/GapAdvertisingParams.h"
+#include "ble/GapAdvertisingData.h"
 #include <ble/Gap.h>
 
 #define BLE_CONN_HANDLE_INVALID 0x0
--- a/x-nucleo-idb0xa1/BlueNRGGattServer.h	Tue Oct 06 14:25:08 2015 +0200
+++ b/x-nucleo-idb0xa1/BlueNRGGattServer.h	Tue Oct 06 15:19:19 2015 +0200
@@ -37,9 +37,9 @@
 #define __BLUENRG_GATT_SERVER_H__
 
 #include "mbed.h"
-#include "blecommon.h"
+#include "ble/blecommon.h"
 #include "btle.h"
-#include "GattService.h"
+#include "ble/GattService.h"
 #include "ble/GattServer.h"
 #include <vector>
 #include <map>