test

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Sep 25 15:26:59 2015 +0100
Parent:
445:8328a7d1eac2
Child:
447:088f5738bf18
Commit message:
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).

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Fri Sep 25 15:26:59 2015 +0100
+++ b/module.json	Fri Sep 25 15:26:59 2015 +0100
@@ -1,6 +1,6 @@
 {
   "name": "ble-nrf51822",
-  "version": "0.4.7",
+  "version": "0.4.8",
   "description": "Nordic stack and drivers for the mbed BLE API.",
   "keywords": [
     "Bluetooth",