Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

pc-ble-driver 4.1.0

Compare
Choose a tag to compare
@kenr kenr released this 22 Mar 14:11
· 17 commits to release/4.1 since this release

pc-ble-driver 4.1.0

Release notes

Library/API

  • CMake module support
  • Support usage of driver with vcpkg (vcpkg install nrf-ble-driver)
  • Improved packaging of release artifacts (headers, connectivity and libraries)
  • Renamed project to nrf-ble-driver

Connectivity firmware

  • Removed 115k2 baud connectivity firmware. All supported platforms can use 1M baud.

Generic

  • Support for parallel compilation with Ninja

Bug fixes

  • Advertising buffer management issue (#191)
  • Open/close adapter issue (#188)
  • Various extensions and improvements to integration tests

Known issues

  • SoftDevice API v6.0.0: BLE_GAP_EVT_ADV_SET_TERMINATED may provide a NULL ptr to advertising data structs. This is a deviation from the SoftDevice API v6 documentation. See Issues for more information.
  • connectivity firmware using PCA10056 and PCA10059 with Nordic Semiconductor USBD may in some situations restart. That will make the kit disconnect and reconnect to the USB bus.
  • Examples: timeout and retransmission values for UART communication between connectivity and host is for some operating systems and computers too low. See examples in master branch for new values.