Commit Graph

9 Commits (128efd50b3e84260fd60fca0d1d23fa5f57ad5dc)

Author SHA1 Message Date
Vincent Coubard 45a8a98159 Import missing files in BLE.
Bluetooth files where imported in master a first time with
26582ebcb6
unfortunatelly line ending were present and all bluetooth files were
deleted from master by
2a0451e72d
.

Line ending issues were fixed by
2575c5f0fa
but only the modified files (the ones with line ending issues fixed)
remained after the merge.

Git choose to not bring back unmodified files because a previous commit in
master deleted those files.

This commit bring back those files by adding them in a latter point in
history.
2016-06-13 15:00:30 +01:00
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