テスト用
Fork of nRF51822 by
History
Release 0.2.1
2014-09-26, by Rohit Grover [Fri, 26 Sep 2014 14:46:19 +0100] rev 69
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 68
raising BLE_TOTAL_CHARACTERISTICS to 24; we're beginning to see services like Device-Information which add several characteristics
??????????????
2014-09-29, by jksoft [Mon, 29 Sep 2014 11:24:50 +0000] rev 67
??????????????
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
Release 0.1.2: Minor bugfix release.
2014-09-02, by Rohit Grover [Tue, 02 Sep 2014 17:01:18 +0100] rev 60
Release 0.1.2: Minor bugfix release.
Bugfixes
~~~~~~~~
- drop un-necessary app_button.c.
Compatibility
~~~~~~~~~~~~~
Compatible with revision 0.1.0 of the BLE_API.