changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

History

changed low freq. clock to IRC default tip

2014-07-06, by ytsuboi [Sun, 06 Jul 2014 13:08:48 +0000] rev 37

changed low freq. clock to IRC


trigger onDataSent() for BLE_EVT_TX_COMPLETE

2014-07-03, by Rohit Grover [Thu, 03 Jul 2014 10:01:02 +0100] rev 36

trigger onDataSent() for BLE_EVT_TX_COMPLETE


undoing some negative effects of a previous use of uncrustify; mostly cosmetic

2014-06-27, by Rohit Grover [Fri, 27 Jun 2014 13:58:12 +0100] rev 35

undoing some negative effects of a previous use of uncrustify; mostly cosmetic


remove comment headers in some cases; minor fixes to comments

2014-06-27, by Rohit Grover [Fri, 27 Jun 2014 13:53:59 +0100] rev 34

remove comment headers in some cases; minor fixes to comments


disabling the persistent storage module; will be re-enabled as necessary

2014-06-26, by Rohit Grover [Thu, 26 Jun 2014 14:58:41 +0100] rev 33

disabling the persistent storage module; will be re-enabled as necessary
Is needed only for storing bonding information.
Was taking up excessive amounts of RAM.


disabling the bond-manager module; will be re-enabled as necessary

2014-06-26, by Rohit Grover [Thu, 26 Jun 2014 14:06:37 +0100] rev 32

disabling the bond-manager module; will be re-enabled as necessary
was consuming excessive amounts of memory which is already in short supply.


GattServer::readValue() should return the length of data read

2014-06-13, by Rohit Grover [Fri, 13 Jun 2014 11:21:09 +0100] rev 31

GattServer::readValue() should return the length of data read


introduce some sanity checks before adding a characteristic's value to BLE stack

2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 14:52:13 +0100] rev 30

introduce some sanity checks before adding a characteristic's value to BLE stack


make use of GattService::setHandle()

2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 14:44:16 +0100] rev 29

make use of GattService::setHandle()


addService() should automatically set the initial values for characteristics

2014-06-11, by Rohit Grover [Wed, 11 Jun 2014 13:55:00 +0100] rev 28

addService() should automatically set the initial values for characteristics