Nordic stack and drivers for the mbed BLE API
Dependents: Sensen-classic-v8-IAQ_copy_4
Fork of nRF51822 by
History
t
2017-11-10, by amithy [Fri, 10 Nov 2017 20:27:44 +0000] rev 639
t
Sync with bdab10dc0f90748b6989c8b577771bb403ca6bd8 from ARMmbed/mbed-os.
2016-09-14, by Vincent Coubard [Wed, 14 Sep 2016 14:39:43 +0100] rev 638
Sync with bdab10dc0f90748b6989c8b577771bb403ca6bd8 from ARMmbed/mbed-os.
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.