my copy of nRF51822
Fork of nRF51822 by
History
nope
2016-08-07, by sergoserg [Sun, 07 Aug 2016 06:14:47 +0000] rev 639
nope
Updated nrf51-sdk.lib
2016-08-07, by sergoserg [Sun, 07 Aug 2016 06:03:54 +0000] rev 638
Updated nrf51-sdk.lib
Update nrf51-sdk link.
2016-04-11, by vcoubard [Mon, 11 Apr 2016 16:15:24 +0000] rev 637
Update nrf51-sdk link.
Update revision of nrf51-sdk library.
2016-04-11, by Vincent Coubard [Mon, 11 Apr 2016 15:21:56 +0100] rev 636
Update revision of nrf51-sdk library.
Synchronized with git rev 7736e025
2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:07:23 +0100] rev 635
Synchronized with git rev 7736e025
Author: Vincent Coubard
version v2.7.1
Synchronized with git rev 2dc32daf
2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:07:22 +0100] rev 634
Synchronized with git rev 2dc32daf
Author: Vincent Coubard
Update dependencies to ble and nrf51-sdk module.
Synchronized with git rev f5c1c536
2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:07:20 +0100] rev 633
Synchronized with git rev f5c1c536
Author: Vincent Coubard
version v2.7.0
Synchronized with git rev 8c09f83e
2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:07:17 +0100] rev 632
Synchronized with git rev 8c09f83e
Author: Bogdan Marinescu
version v2.6.0
Synchronized with git rev 4e6cc020
2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:07:15 +0100] rev 631
Synchronized with git rev 4e6cc020
Author: Vincent Coubard
Replace inclusion of nordic header ble.h into nrf_ble.h
This change has been introduced in the SDK to mitigate
compilation issues with mbed-classic.
Synchronized with git rev 527cd906
2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:07:10 +0100] rev 630
Synchronized with git rev 527cd906
Author: Vincent Coubard
Fix return value of nRF5xGattServer::write.
While fixing the return value, nRF5xGattServer::write will also return a
more meaningful result in case of faillure than just
BLE_ERROR_PARAM_OUT_OF_RANGE.