v2.5.3 (2016-02-16)
Merged pull requests:
- Fix for compilation errors with S110 softdevice in btle.cpp #109 (ddavidebor)
v2.5.2 (2016-02-16)
Merged pull requests:
- Sync develop against master #113 (pan-)
- Fix incorrect handles of characteristics descriptors. #112 (pan-)
v2.5.1 (2016-01-27)
Merged pull requests:
- Remove Gap::state updates from this module #108 (andresag01)
- merge version #106 (pan-)
v2.5.0 (2016-01-12)
Merged pull requests:
- Fix access to enum member #105 (pan-)
- Hotfix dependency #104 (pan-)
- Finish implementation of getAddressesFromBondTable #103 (andresag01)
v2.4.1 (2016-01-11)
Merged pull requests:
v2.4.0 (2016-01-10)
Merged pull requests:
- Add implementation of experimental whitelisting API #99 (andresag01)
v2.3.1 (2016-01-07)
Merged pull requests:
v2.3.0 (2015-12-23)
Merged pull requests:
v2.2.10 (2015-12-23)
Fixed bugs:
- nRF5xn::init don't verify if errors have occurred during btle_init #59
Closed issues:
- A call to shutdown does not clear the state of some components of BLE API #85
- Memory allocation issue on the NRF51DK board. #76
- Terrible handling of initLen / minLen and variable length characteristics. #56
Merged pull requests:
- Fix shutdown of Gap instance to avoid NULL refs #96 (andresag01)
- Add check for return code of ble_init #95 (andresag01)
v2.2.9 (2015-12-18)
Closed issues:
- Cannot open source input file "system_nrf51.h" #52
Merged pull requests:
- Remove occurrence of deprecated appearance enum #92 (andresag01)
v2.2.8 (2015-12-16)
v2.2.7 (2015-12-15)
Merged pull requests:
- Replace deprecated inclusions of mbed.h #89 (andresag01)
- Improve shutdown to clear BLE API and not just SD #87 (andresag01)
v2.2.6 (2015-12-15)
Merged pull requests:
v2.2.5 (2015-12-11)
Merged pull requests:
- Added SecurityManager::setLinkSecurity call for elevating security settings on a particular connection. #86 (marcuschangarm)
v2.2.3 (2015-12-10)
v2.2.2 (2015-12-08)
Merged pull requests:
- Add -Wno-unused-function to supress-warnings.cmake #83 (andresag01)
v2.2.1 (2015-12-08)
Merged pull requests:
- WIP: UUID endian change #82 (marcuschangarm)
v2.2.0 (2015-12-02)
v2.1.4 (2015-12-02)
v2.1.3 (2015-12-02)
v2.1.2 (2015-12-02)
Merged pull requests:
- Allow GattAttributes to have variable length #81 (andresag01)
v2.1.1 (2015-12-02)
Merged pull requests:
- Fixed endianness bug in nRF5xServiceDiscovery::processDiscoverUUIDResponse so it is consistent with BLE API. #80 (marcuschangarm)
- Fixed bug in nRF5xGap.setAddress where random adresses where not set properly. #79 (marcuschangarm)
- Separate concept of minlen and len for BLE chars #78 (andresag01)
- Split nordic sdk into its own module #75 (LiyouZhou)
v2.1.0 (2015-11-27)
Merged pull requests:
v2.0.8 (2015-11-26)
v2.0.7 (2015-11-26)
Closed issues:
Merged pull requests:
v2.0.6 (2015-11-17)
Closed issues:
- test #66
Merged pull requests:
v2.0.5 (2015-11-16)
Merged pull requests:
- Post radio notification callback through minar #65 (andresag01)
v2.0.4 (2015-11-13)
Merged pull requests:
- Fix assembly sequence to start bootloader in GCC #64 (andresag01)
v2.0.3 (2015-11-09)
Merged pull requests:
- Added watchdog header file from Nordic SDK 8.1 #62 (marcuschangarm)
v2.0.2 (2015-11-03)
mbedos-release-15-11 (2015-11-03)
v2.0.1 (2015-11-02)
Merged pull requests:
- Ensure that the initialization flags is set to false if the BLE stack is shutdown properly. #58 (pan-)
v2.0.0 (2015-11-02)
Closed issues:
Merged pull requests:
- Introduced changes for memory savings #55 (andresag01)
v1.1.0 (2015-10-28)
Closed issues:
- target dependencies in module.json #50
Merged pull requests:
- When connecting, if no scanning parameters are passed, use values from Gap parent. #53 (marcuschangarm)
v1.0.0 (2015-10-19)
mbedos-techcon-oob2 (2015-10-19)
Closed issues:
- rename the bootloader files with _fota in the name? #51
Merged pull requests:
- Update S110 detection macros, again #49 (jpbrucker)
- Error check number of characteristics #48 (Timmmm)
v0.4.8 (2015-09-25)
Closed issues:
- Error real cause loss in nRF5xGattServer.cpp #44
Merged pull requests:
- rgrover patch fixed #47 (fabiencomte)
- Update S110 detection macros #43 (jpbrucker)
- remove some unnecessary include paths #42 (autopulated)
- Add FOTA bootloader image #41 (jpbrucker)
v0.4.7 (2015-08-13)
v0.4.6 (2015-08-11)
Closed issues:
- remove duplication of global static variable BLE_EVT_BUFFER #39
- clearScanResponse() #30
- Debug builds fail due to missing bsp.h #11
Merged pull requests:
v0.4.5 (2015-08-10)
v0.4.4 (2015-08-07)
Closed issues:
- nrf51822 hangs after calling sd_flash_page_erase() #35
- nRF5xn::getVersion return (Unknown) with version 8 soft device #29
Merged pull requests:
- Changed Gap:: to GapAdvertisingParams:: because of change in BLE #34 (jslater8)
- Select the clock source dynamically on SoftDevice initialisation #32 (jpbrucker)
- Add S110 SoftDevice compatibility #28 (jpbrucker)
v0.4.3 (2015-07-22)
Closed issues:
- Target polling failed #24
- support handling of HVX Events (notifications and indications). #22
- provide an implementation for GattServer::areUpdatesEnabled() #21
- getValueHandle() returns characteristicIndex instead of attribute-handle #20
- Clash With Definition And Enum Naming #16
- Errors in GCC build #14
- bring s110 support back #10
- Allow adding a User Description descriptor to a GattCharacteristic. #9
- device_manager_peripheral.c includes app_trace.h #7
- linking esb_gcc.a (nrf51822 enhanced shock burst) with mbed #5
- The app_timer usage may conflict #2
- Nordic License #1
Merged pull requests:
- Develop #25 (zoujixing)
- Remove unnecessary 'compiler_abstraction.h' to get rid of duplicate '… #23 (adfernandes)
- restructure for minimal yotta compatibility #15 (autopulated)
- Fix various GCC compilation issues. #12 (adfernandes)
- Fix for GCC lost in SDK v8.0 update #8 (rosterloh)
- new target DELTA_DFCM_NNN40 with nrf51822 chip, config internal RC crystal. #6 (Marcomissyou)
- Updated return value for nRF51GattServer::updateValue. Will now report w... #4 (marcuschangarm)
- Added optional data and length fields to the return struct for authorize... #3 (marcuschangarm)
* This Change Log was automatically generated by github_changelog_generator