1
Fork of nRF51822 by
History
nono
2015-09-03, by ssenwkdw [Thu, 03 Sep 2015 13:02:03 +0000] rev 429
nono
Synchronized with git rev 41ec57c4
2015-08-13, by rgrover1 [Thu, 13 Aug 2015 13:23:19 +0100] rev 428
Synchronized with git rev 41ec57c4
Author: Rohit Grover
version v0.4.7
Synchronized with git rev 34cffe75
2015-08-13, by rgrover1 [Thu, 13 Aug 2015 13:23:19 +0100] rev 427
Synchronized with git rev 34cffe75
Author: Rohit Grover
depend on an updated version of ble
Synchronized with git rev 74c70768
2015-08-13, by rgrover1 [Thu, 13 Aug 2015 13:23:19 +0100] rev 426
Synchronized with git rev 74c70768
Author: Rohit Grover
setup an event handler to post BLE events to Minar.
Stack and system events now get scheduled through minar.
Synchronized with git rev 6d1b1d94
2015-08-13, by rgrover1 [Thu, 13 Aug 2015 13:23:18 +0100] rev 425
Synchronized with git rev 6d1b1d94
Author: Rohit Grover
white space diffs.
Synchronized with git rev c9a77b82
2015-08-13, by rgrover1 [Thu, 13 Aug 2015 13:23:18 +0100] rev 424
Synchronized with git rev c9a77b82
Author: Rohit Grover
Release 0.4.6
=============
Enhancements
~~~~~~~~~~~~
* Add connection handle to GATT callback parameters. This paves the way for
applications requiring multiple concurrent connections: read/write/HVX
callbacks will be able to distinguish between peripherals by comparing per-
device connection handles.
* nRFGattClient: move the allocation of the singleton to within the
getInstance() method. This saves memory when nRFGattClient isn't
instantiated.
* Disable GattClient features when using S110 SoftDevice. This is controlled
by the pre-processor macros: MCU_NORDIC_16K_S110 or MCU_NORDIC_16K_S110.
Synchronized with git rev 2294f555
2015-08-13, by rgrover1 [Thu, 13 Aug 2015 13:23:18 +0100] rev 423
Synchronized with git rev 2294f555
Author: Rohit Grover
Release 0.4.5
=============
Enhancements
~~~~~~~~~~~~
* Renamed to GapAdvertisementParams::getIntervalInADVUnits() based on change in BLE API.
* Fix Gap::getAppearance() to checks for correct success code from sd_ble_gap_appearance_get().
Bugfixes
~~~~~~~~
none.
Synchronized with git rev f69fd985
2015-08-11, by rgrover1 [Tue, 11 Aug 2015 15:14:24 +0100] rev 422
Synchronized with git rev f69fd985
Author: Rohit Grover
version v0.4.6
Synchronized with git rev a7634524
2015-08-11, by rgrover1 [Tue, 11 Aug 2015 15:14:24 +0100] rev 421
Synchronized with git rev a7634524
Author: Rohit Grover
depend on ble v0.4.6 because of addition of connHandle in gattClient callbacks param structs.
Synchronized with git rev 1da1aa86
2015-08-11, by rgrover1 [Tue, 11 Aug 2015 15:14:23 +0100] rev 420
Synchronized with git rev 1da1aa86
Author: Rohit Grover
fix #39: have a single call to SOFTDEVICE_HANDLER_INIT() to remove duplication of BLE_EVT_BUFFER.