MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Jul 03 19:58:51 2014 +0000
Parent:
217:57bed06b5fa3
Child:
219:c40004da55c9
Commit message:
updates for NSP cellular usage

Changed in this revision

Definitions.h Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
nsp_resources.lib Show annotated file Show diff for this revision Revisions of this file
--- a/Definitions.h	Thu Jul 03 18:36:49 2014 +0000
+++ b/Definitions.h	Thu Jul 03 19:58:51 2014 +0000
@@ -37,16 +37,16 @@
 #endif
 
 // what kind of personality we are...
-//#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
-#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
+#define LIGHT_PERSONALITY               true                      // the endpoint will be a (set of) lights
+//#define COPCAR_PERSONALITY              true                      // the endpoint will emulate a cop car
 
 // include common definitions
 #include "CommonDefinitions.h"
 
-// Turn all these on for cellular 
-//#define EH_USE_MUTEXES              true                          // true - yes, undef - no
-//#define NETWORK_MUTEX               true                          // true - yes, undef - no
-#define ENABLE_THREADS              true                          // true - yes, undef - no
+// turn these off for NSP via cellular
+#undef EH_USE_MUTEXES
+#undef NETWORK_MUTEX
+//#undef ENABLE_THREADS
 
 // NSP specific definitions
 #include "NSPDefinitions.h"
--- a/mbed-rtos.lib	Thu Jul 03 18:36:49 2014 +0000
+++ b/mbed-rtos.lib	Thu Jul 03 19:58:51 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#1520481a219c
+http://mbed.org/users/mbed_official/code/mbed-rtos/#ac8d036315ed
--- a/nsp_resources.lib	Thu Jul 03 18:36:49 2014 +0000
+++ b/nsp_resources.lib	Thu Jul 03 19:58:51 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/nsp_resources/#c61e5feb02cf
+http://mbed.org/users/ansond/code/nsp_resources/#93ecf3995fb4