Commit Graph

8 Commits (a0ccc12f70fd5c2b13deb4343d7f14a96b5e9549)

Author SHA1 Message Date
Vincent Coubard f3c7597705 Merge branch 'master' of https://github.com/ARMmbed/mbed-os into ble 2016-06-11 17:25:53 +01:00
Vincent Coubard 1500cb62f1 Fixed crlf issue 2016-06-11 17:05:04 +01:00
Sam Grove 6f291e35e5 Revert "Import ble branch into mainline" 2016-06-11 16:35:57 +01:00
Vincent Coubard 21aaa56bcc Fix ARMCC link issues on platform who doesn't provide implementation of
mbed BLE.

ARMCC generate error at link time if the symbol `createBLEInstance` is not
here, even if it is not used.

This patch provide a weak version of `createBLEInstance` who just assert
if called.

It also allows programs which use mbed BLE to be compiled on platforms
without mbed BLE implementation, then a runtime error will be generated.
2016-06-11 12:58:09 +01:00
Vincent Coubard c27f210bdc Remove duplicate file.
This file already exist in HAL of mbed repository.
2016-06-08 22:58:28 +01:00
Vincent Coubard 12f2ab6f5e Merge commit '5e222232b1941fd06c83655ae3f0db4cffd77a87' as 'bluetooth/ble/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/nrf51-sdk' 2016-06-08 22:57:02 +01:00
Vincent Coubard 6c65684167 Merge commit '0daa1abf99dab117ef42ba9f2404b2477a570643' as 'bluetooth/ble/targets/TARGET_NORDIC/TARGET_MCU_NRF51822' 2016-06-08 22:56:36 +01:00
Vincent Coubard 655ce783de Merge commit 'fe28524ee84e4278ab28224b8b5c6bb0c22533af' as 'bluetooth/ble' 2016-06-08 22:55:08 +01:00