Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

History

asdf default tip

2014-11-06, by pgao [Thu, 06 Nov 2014 05:29:15 +0000] rev 70

asdf


Release 0.2.2

2014-11-04, by Rohit Grover [Tue, 04 Nov 2014 10:42:27 +0000] rev 69

Release 0.2.2
=============

Features
~~~~~~~~

- Add API Gap::getAddress() to fetch MAC address.
- Add inline assembly for some bootloader specific files to be compiled with arm-gcc.

Bugfixes
~~~~~~~~

none

Compatibility
~~~~~~~~~~~~~

Works with 0.2.0 of BLE_API.


Release 0.2.1

2014-09-26, by Rohit Grover [Fri, 26 Sep 2014 14:46:19 +0100] rev 68

Release 0.2.1
=============

Features
~~~~~~~~

- Turn on the service-changed characteristic by default.

Bugfixes
~~~~~~~~

- Raised the maximum number of supported characteristics/descriptors to 24
(was 10 previously). We're beginning to find services like Device-
Information with several characteristics populated.

Compatibility
~~~~~~~~~~~~~

Works with 0.2.0 of BLE_API.


raising BLE_TOTAL_CHARACTERISTICS to 24; we're beginning to see services like Device-Information which add several characteristics

2014-09-23, by Rohit Grover [Tue, 23 Sep 2014 16:09:18 +0100] rev 67

raising BLE_TOTAL_CHARACTERISTICS to 24; we're beginning to see services like Device-Information which add several characteristics


Release 0.2.0

2014-09-22, by Rohit Grover [Mon, 22 Sep 2014 11:19:51 +0100] rev 66

Release 0.2.0
=============

Highlights:
Add support for over-the-air firmware updates.

Features
~~~~~~~~

- Add files to support DFU bootloader.

- charHandle is now a part of GattCharacteristicWriteCBParams.

- nRF51GattServer::addService(): Skip any incompletely defined, read-only
characteristics. For instance, the DeviceInformationService may have many
optional, read-only characteristics which may be safely dropped if the
application hasn't defined them.

Bugfixes
~~~~~~~~

None.

Compatibility
~~~~~~~~~~~~~

Works with 0.2.0 of BLE_API.


Release 0.1.3

2014-09-08, by Rohit Grover [Mon, 08 Sep 2014 17:21:46 +0100] rev 65

Release 0.1.3

Update to v6.1.0 of Nordic's SDK.

Bugfixes
~~~~~~~~

- Handle all valid disconnection reasons.

Compatible with Release 0.1.1 of the BLE_API.


Merge pull request from YiHui

2014-09-08, by rgrover1 [Mon, 08 Sep 2014 15:45:22 +0000] rev 64

Merge pull request from YiHui


fix 'impossible constraint in asm' error for gcc toolchain

2014-08-31, by yihui [Sun, 31 Aug 2014 00:58:52 +0000] rev 63

fix 'impossible constraint in asm' error for gcc toolchain


Minor improvement to Tsuboi San's pull request.

2014-09-08, by rgrover1 [Mon, 08 Sep 2014 07:13:10 +0000] rev 62

Minor improvement to Tsuboi San's pull request.


add ifdef for HRM1017 to choose IRC on btle.cpp

2014-09-06, by ytsuboi [Sat, 06 Sep 2014 16:48:00 +0000] rev 61

add ifdef for HRM1017 to choose IRC on btle.cpp