Andrea Sortino / X_NUCLEO_IDB0XA1

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Andrea Palmieri
Date:
Tue Oct 27 10:22:40 2015 +0100
Parent:
145:024a552e4715
Parent:
148:a6404f40c5f2
Child:
150:b37ec5129f3c
Child:
152:4afc5c2fc4f3
Commit message:
Merge branch 'master' of https://github.com/ARMmbed/ble-x-nucleo-idb0xa1

Changed in this revision

--- a/module.json	Tue Oct 27 10:18:55 2015 +0100
+++ b/module.json	Tue Oct 27 10:22:40 2015 +0100
@@ -1,6 +1,6 @@
 {
   "name": "x-nucleo-idb0xa1",
-  "version": "0.0.1",
+  "version": "0.1.1",
   "description": "ST driver for the mbed BLE API.",
   "keywords": [
     "Bluetooth",
@@ -25,7 +25,7 @@
     "x-nucleo-idb0xa1/bluenrg-hci"
   ],
   "dependencies": {
-    "mbed-hal" : "*",
+    "mbed-hal": "*",
     "ble": "*"
   }
 }
--- a/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h	Tue Oct 27 10:18:55 2015 +0100
+++ b/x-nucleo-idb0xa1/x_nucleo_idb0xa1_targets.h	Tue Oct 27 10:22:40 2015 +0100
@@ -49,15 +49,13 @@
 #define IDB0XA1_PIN_SPI_RESET  (D7)
 #define IDB0XA1_PIN_SPI_IRQ    (A0)
 
-/* NOTE: Define beyond macro if you want to compile for a specifically
+/* NOTE: Define macro 'IDB0XA1_D13_PATCH' if you want to compile for a specifically
          modified version of the X_NUCLEO_IDB0XA1 expansion board in
          which pin 'D13' (rather than the standard pin 'D3') is used 
          in order to provide the SPI serial clock.
 	 Expansion boards modified in this way allow to be used on almost
 	 any Arduino-compliant base board.
 */
-// #define IDB0XA1_D13_PATCH
-
 #if defined(IDB0XA1_D13_PATCH)
 #define IDB0XA1_PIN_SPI_SCK    (D13)
 #else // !defined(IDB0XA1_D13_PATCH)