Nordic stack and drivers for the mbed BLE API
Dependents: BLE_Health_Thermometer2
Fork of nRF51822 by
History
BLE_Health_Thermometer for mbed HRM1017 with new BLE library
2014-08-22, by todotani [Fri, 22 Aug 2014 11:24:48 +0000] rev 54
BLE_Health_Thermometer for mbed HRM1017 with new BLE library
move constants for appearance and UUIDs out to blecommon.h
2014-07-25, by Rohit Grover [Fri, 25 Jul 2014 10:33:52 +0100] rev 53
move constants for appearance and UUIDs out to blecommon.h
implement APIs for get/setDeviceName(), get/setAppearance(), getVersion(), and setTxPower()
2014-07-24, by Rohit Grover [Thu, 24 Jul 2014 15:46:29 +0100] rev 52
implement APIs for get/setDeviceName(), get/setAppearance(), getVersion(), and setTxPower()
remove include of mbed.h from softdevice_handler.cpp
2014-07-23, by Rohit Grover [Wed, 23 Jul 2014 12:01:30 +0100] rev 51
remove include of mbed.h from softdevice_handler.cpp
remove include of nrf.h from app_button.h
2014-07-23, by Rohit Grover [Wed, 23 Jul 2014 12:00:34 +0100] rev 50
remove include of nrf.h from app_button.h
add __cplusplus guards to allow certain header files to be included from C sources.
2014-07-23, by Rohit Grover [Wed, 23 Jul 2014 11:59:36 +0100] rev 49
add __cplusplus guards to allow certain header files to be included from C sources.
add __cplusplus guard to pstorage.h
2014-07-21, by Rohit Grover [Mon, 21 Jul 2014 08:28:53 +0100] rev 48
add __cplusplus guard to pstorage.h
introduce nrf_delay.h; borrowed from the Nordic SDK
2014-07-16, by Rohit Grover [Wed, 16 Jul 2014 10:56:11 +0100] rev 47
introduce nrf_delay.h; borrowed from the Nordic SDK
get some more app_common ancillary sources from the Nordic SDK
2014-07-16, by Rohit Grover [Wed, 16 Jul 2014 10:54:22 +0100] rev 46
get some more app_common ancillary sources from the Nordic SDK
add cplusplus guards for the cases where C files include the headers
2014-07-16, by Rohit Grover [Wed, 16 Jul 2014 10:53:07 +0100] rev 45
add cplusplus guards for the cases where C files include the headers