Wendy Warne / microbit-dal

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal-eddystone by Martin Woolley

Committer:
LancasterUniversity
Date:
Wed Jul 13 12:18:07 2016 +0100
Revision:
29:62f8b007debf
Parent:
1:8aa5cdb4ab67
Synchronized with git rev 0048a9ac
Author: James Devine
microbit-dal: fixed UART service buffer sizing, and re-enabled config options for default services

There was a perspective mismatch with the UART service, where the
actual buffer size given in the constructor, did not reflect the size
of the user buffer that was available to the application. This was not
documented, and hence cause confusion. The patch applied in this
commit, increments the given buffer sizes by one, so that the
application buffer has the available size given in the constructor.

Additionally, some configuration options were lost during the component
refactor, these have now been restored.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jonathan Austin 1:8aa5cdb4ab67 1 Joe Finney (@finneyj)
Jonathan Austin 1:8aa5cdb4ab67 2 James Devine (@jamesadevine)
Jonathan Austin 1:8aa5cdb4ab67 3 Martin Woolley (@bluetooth-mdw)
Jonathan Austin 1:8aa5cdb4ab67 4 Michał Moskal (@mmoskal)
Jonathan Austin 1:8aa5cdb4ab67 5 Robert May (@remay)
Jonathan Austin 1:8aa5cdb4ab67 6 Jonathan Protzenko (@msprotz)
Jonathan Austin 1:8aa5cdb4ab67 7 James Sheppard (@jamessheppard)
Jonathan Austin 1:8aa5cdb4ab67 8 Damien George (@dpgeorge)
Jonathan Austin 1:8aa5cdb4ab67 9 Mathew Else (@matthewelse)