Nordic nrf51 sdk sources. Mirrored from https://github.com/ARMmbed/nrf51-sdk.

Dependents:   nRF51822 nRF51822

History

Thanks to web-ide, it is not possible to add files to .hgignore. default tip

2016-04-11, by vcoubard [Mon, 11 Apr 2016 16:13:57 +0000] rev 45

Thanks to web-ide, it is not possible to add files to .hgignore.


Synchronized with git rev 8e89a488

2016-04-11, by vcoubard [Mon, 11 Apr 2016 15:05:12 +0100] rev 44

Synchronized with git rev 8e89a488
Author: Vincent Coubard
Rename file ble.h into nrf_ble.h.

This change will mitigate issues when nrf51-sdk is compiled on mbed-classic.


Update ignored file (forced by the online compiler).

2016-04-07, by vcoubard [Thu, 07 Apr 2016 16:53:40 +0000] rev 43

Update ignored file (forced by the online compiler).


Synchronized with git rev b41076dc

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:17 +0100] rev 42

Synchronized with git rev b41076dc
Author: Vincent Coubard
Fix licence issues.

* provide the file `apache-2.0.txt` as mentionned in `LICENCE`.
* add a apache 2 licence header to script/pick_nrf51_files.py.
* add a apache 2 licence header to script/replace_headers.py.


Synchronized with git rev 0d35c663

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:16 +0100] rev 41

Synchronized with git rev 0d35c663
Author: Vincent Coubard
Update changelog for version 2.2.1


Synchronized with git rev 60bfeb30

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:14 +0100] rev 40

Synchronized with git rev 60bfeb30
Author: Vincent Coubard
Merge pull request #17 from andresag01/expose-ble-hash

Expose function in DM to calculate BLE hash


Synchronized with git rev c4ecce56

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:13 +0100] rev 39

Synchronized with git rev c4ecce56
Author: Andres Amaya Garcia
Fix typo in id_manager.h @note


Synchronized with git rev 51c333fe

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:12 +0100] rev 38

Synchronized with git rev 51c333fe
Author: Vincent Coubard
Add missing implementations for peer_manager. This is required by armcc,
even if implementations doesn't makes it into final binary


Synchronized with git rev 25cbf4dd

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:10 +0100] rev 37

Synchronized with git rev 25cbf4dd
Author: Andres Amaya Garcia
Add warning to ah() for porters of future nRF51 SDKs to mbed


Synchronized with git rev b0017f9f

2016-04-07, by vcoubard [Thu, 07 Apr 2016 17:38:10 +0100] rev 36

Synchronized with git rev b0017f9f
Author: Andres Amaya Garcia
Expose function in DM to calculate BLE hash

The hash function is needed to generate this a new Private Resolvable address.
This functionality is required to generate a table with a list of addresses
from the information in the bond table (See the getAddressesFromBondTable() API
in BLE API SecurityManager). However, this function is not exposed by the
nRF51 SDK to external code. This pull requests simply adds the function
declaration to the relevant .h file to make external use possible.