Old version
Fork of nRF51822 by
History
First commit
2016-01-21, by longdh [Thu, 21 Jan 2016 02:04:47 +0000] rev 94
First commit
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.
Synchronized with git rev e2020c2b
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 90
Synchronized with git rev e2020c2b
Author: Rohit Grover
update CFG_TIMER_OPERATION_QUEUE_SIZE to 2 to allow scheduling deletion of timers while they're pending.
Synchronized with git rev 1c1dad30
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 89
Synchronized with git rev 1c1dad30
Author: Rohit Grover
minor white space diff.
Synchronized with git rev 7ce29248
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 88
Synchronized with git rev 7ce29248
Author: Marcus Chang
Updated return value for nRF51GattServer::updateValue. Will now report when call fails.
Synchronized with git rev 5d2eb310
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 87
Synchronized with git rev 5d2eb310
Author: Rohit Grover
white space diffs.
Synchronized with git rev e6d37364
2015-01-21, by rgrover1 [Wed, 21 Jan 2015 10:01:16 +0000] rev 86
Synchronized with git rev e6d37364
Author: Marcus Chang
Added optional data and length fields to the return struct for authorized reads so a new value can be provided for each individual authorization.
Write permission was not set for 'write without response' characteristics.
2014-12-12, by marcuschang [Fri, 12 Dec 2014 17:12:35 +0000] rev 85
Write permission was not set for 'write without response' characteristics.