For scoop
Fork of nRF51822 by
History
change to goniometer;
2015-06-11, by dkester [Thu, 11 Jun 2015 20:58:18 +0000] rev 187
change to goniometer;
Synchronized with git rev d7f869bd
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:30 +0100] rev 186
Synchronized with git rev d7f869bd
Author: Rohit Grover
UUID types have moved into UUID class.
Synchronized with git rev 40c5c314
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:30 +0100] rev 185
Synchronized with git rev 40c5c314
Author: Rohit Grover
get rid of some compiler warnings.
Synchronized with git rev 6c12041f
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:30 +0100] rev 184
Synchronized with git rev 6c12041f
Author: Rohit Grover
reduce the maximum number of CHARACTERISTICS and DESCRIPTORS that can be handled.
Synchronized with git rev 3089e90f
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:30 +0100] rev 183
Synchronized with git rev 3089e90f
Author: Rohit Grover
reduce pStorage command queue size to 2; this has memory impliciations for static global memory.
Synchronized with git rev 0b6fc3e4
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:30 +0100] rev 182
Synchronized with git rev 0b6fc3e4
Author: Rohit Grover
reduce max bonds to managed by device-manager to 4.
This has an impact on global static memory.
Synchronized with git rev 7c9ec1a3
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:30 +0100] rev 181
Synchronized with git rev 7c9ec1a3
Author: Rohit Grover
move nRF51Gap::getInstance() into a cpp file.
Leaving it in the header was causing duplication of some static allocations.
Synchronized with git rev c1223374
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:29 +0100] rev 180
Synchronized with git rev c1223374
Author: Rohit Grover
move GattServer::getInstance() into a .cpp file.
Leaving it in the header was causing duplication of some static memory.
Synchronized with git rev a440201b
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 10:43:29 +0100] rev 179
Synchronized with git rev a440201b
Author: Rohit Grover
replace Gap::addr_type_t with Gap::AddressType_t
Synchronized with git rev 192a19dc
2015-05-18, by rgrover1 [Mon, 18 May 2015 09:53:05 +0100] rev 178
Synchronized with git rev 192a19dc
Author: Rohit Grover
Release 0.3.6
=============
Enhancements
~~~~~~~~~~~~
* Detach start radio scan from setting up advertisement report callback.
Bugfixes
~~~~~~~~
none.