SG RFID nRF51822 fork
Fork of nRF51822 by
History
TAG read with multiple instances of RX complete IRQ; Imp changes: reduced RX wait time, Vin=3V/AGC ON, RX_IN2(main) , RX_IN1(aux)
2015-04-01, by soumi_ghsoh [Wed, 01 Apr 2015 22:06:35 +0000] rev 100
TAG read with multiple instances of RX complete IRQ; Imp changes: reduced RX wait time, Vin=3V/AGC ON, RX_IN2(main) , RX_IN1(aux)
Synchronized with git rev 2c5d9aec
2015-03-20, by rgrover1 [Fri, 20 Mar 2015 10:31:37 +0000] rev 99
Synchronized with git rev 2c5d9aec
Author: Rohit Grover
ble_conn_params: transfer use of app_timer to mbed::Ticker
Synchronized with git rev 1d28ee86
2015-03-13, by rgrover1 [Fri, 13 Mar 2015 16:56:45 +0000] rev 98
Synchronized with git rev 1d28ee86
Author: Rohit Grover
disable the connParameters module because it uses app_timer.
Synchronized with git rev c9d036fc
2015-03-02, by rgrover1 [Mon, 02 Mar 2015 11:34:45 +0000] rev 97
Synchronized with git rev c9d036fc
Author: Rohit Grover
Release 0.2.6
=============
Enhancements
~~~~~~~~~~~~
* Disregard bytes 2 and 3 when comparing long UUIDs. This is in response to a
user request to avoid zeroing out bytes 2 and 3 when storing long UUIDs
within the class UUID.
* Added optional data and length fields to the return struct for authorized
reads so a new value can be provided for each individual authorization. Pull
request from Marcus Chang.
* Updated return value for nRF51GattServer::updateValue. Will now report when
call fails. Pull request from Marcus Chang.
* Use GattAttribute::Handle_t for GattServer::readValue() and updateValue().
* add code to support getPermittedTxValues().
Bugfixes
~~~~~~~~
* Write permission was not set for 'write without response' characteristics.
Pull request from Marcus Chang.
* When the write-authorization attribute is enabled for a characteristic,
handleDataWritten() should still be called after authorization.
Compatibility
~~~~~~~~~~~~~
This release is backward compatible with 0.2.3.
Synchronized with git rev 3b74d9dc
2015-03-02, by rgrover1 [Mon, 02 Mar 2015 11:34:45 +0000] rev 96
Synchronized with git rev 3b74d9dc
Author: Rohit Grover
add code to support getPermittedTxValues()
Synchronized with git rev 929136c4
2015-03-02, by rgrover1 [Mon, 02 Mar 2015 11:34:45 +0000] rev 95
Synchronized with git rev 929136c4
Author: Rohit Grover
use GattAttribute::Handle_t for GattServer::readValue and updateValue
Synchronized with git rev dcc76f51
2015-03-02, by rgrover1 [Mon, 02 Mar 2015 11:34:45 +0000] rev 94
Synchronized with git rev dcc76f51
Author: Marcomissyou
#if defined(TARGET_DELTA_DFCM_NNN40) || defined(TARGET_HRM1017)
Synchronized with git rev e4fab54b
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:17 +0000] rev 93
Synchronized with git rev e4fab54b
Author: Rohit Grover
include the pstorage module in the nRF port.
Synchronized with git rev d24bfdb5
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 92
Synchronized with git rev d24bfdb5
Author: Rohit Grover
When the write-authorization attribute is enabled for a characteristic, AUTHORIZATION_REQ event (if replied with true) is *not* followed by another DATA_WRITTEN event; so we still need to invoke handleDataWritten().
Synchronized with git rev 4a6ca6cd
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 91
Synchronized with git rev 4a6ca6cd
Author: Rohit Grover
minor white space diff.