test

Fork of nRF51822 by Nordic Semiconductor

History

test default tip

2015-10-10, by GlimwormBeacons [Sat, 10 Oct 2015 09:19:50 +0000] rev 448

test


Synchronized with git rev ad59bf47

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:59 +0100] rev 447

Synchronized with git rev ad59bf47
Author: Rohit Grover
Merge branch 'develop'


Synchronized with git rev d18b39ef

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:59 +0100] rev 446

Synchronized with git rev d18b39ef
Author: Rohit Grover
Release 0.4.8
=============

* Relocate the FOTA bootloader image to this repository. The bootloader
image(s) was previously stored in the mbed SDK, but it was decided that
putting it inside the nRF module would make more sense. This allows users to
replace the bootloader with something other than the default.

The new search algorithm is:
- search for any file named nrf51822_bootloader.hex *ELSE*
- search for any file named (depending on the choice of S130/S110 softdevice)
s130_nrf51_1.0.0_bootloader.hex
s110_nrf51822_8.0.0_bootloader.hex
The exact location of the bootloader image isn't too important, since mbed
SDK looks for file names in all scanned resource files.

* Initialize the member `authorizationReply` when posting read-write
authorization callbacks to the application.

* Minor rework for error handling in nRF5xGattServer::write()--including
remove of the un-necessary variable `gapConnectionHandle`.

* Update yotta CMake files to suppress warnings for unused parameters and
missing initializers (especially when building with gcc).


Synchronized with git rev ee2b3dfe

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:59 +0100] rev 445

Synchronized with git rev ee2b3dfe
Author: Rohit Grover
nRF5xGattServer::write()L remember to setup returnValue to BLE_STACK_BUSY in the case of an unforseen error.


Synchronized with git rev 2d0b533b

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:59 +0100] rev 444

Synchronized with git rev 2d0b533b
Author: Rohit Grover
adding LICENSE at the top level


Synchronized with git rev 3f9d15a7

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:59 +0100] rev 443

Synchronized with git rev 3f9d15a7
Author: Rohit Grover
add LICENSE at the top level; also clarify that there are multiple licenses involved in this module


Synchronized with git rev 167f304b

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:59 +0100] rev 442

Synchronized with git rev 167f304b
Author: Rohit Grover
minor cleanup to Fabien's pull request; remove the un-necessary gapConnectionHandle


Synchronized with git rev 887426ad

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:58 +0100] rev 441

Synchronized with git rev 887426ad
Author: Rohit Grover
minor white space diff


Synchronized with git rev b0bf2db2

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:58 +0100] rev 440

Synchronized with git rev b0bf2db2
Author: Rohit Grover
Merge branch 'master' of https://github.com/fabiencomte/ble-nrf51822 into fabiencomte-master2


Synchronized with git rev 6cdb6f16

2015-09-25, by rgrover1 [Fri, 25 Sep 2015 15:26:58 +0100] rev 439

Synchronized with git rev 6cdb6f16
Author: Fabien Comte
rgrover patch fixed