This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
Releases: NordicSemiconductor/pc-ble-driver-py
Releases · NordicSemiconductor/pc-ble-driver-py
v0.17.0
v0.16.4
v0.16.3
v0.16.2
v0.15.0
Changes
- Updated pc-ble-driver to v4.1.2 (#178)
- Improved parsing of advertising data and address types (#177)
- Added support for handling of duplicate UUIDs (#174 )
- Fixed IC identifier case sensitivity (#170)
- Fixed issue with duplication of vs_uuid(#167)
- Added BLE GAP PHY api calls and test (#168)
- Added check for tx complete for sd2 when sending packet (#163)
- Fixed failing connection_param_update and add test (#162)
- Fixed issue with calling nrfjprog command on mac (#161)
- Updated mac and linux images (#160)
v0.14.2
0.14.1
v0.14.0
Changes
- Update Python support to v3.6, 3.7 and 3.8 (#140)
- Add GATTS api calls and test (#138)
- Add MTU exchange test (#136)
- Add printing of friendly names for error codes (#133)
- Update fw version check (#129)
Known issues
- The python 3.6 variant seems to be prone to segfault error when opened/closed multiple times
v0.13.0
v0.12.0
Changes
- Add support for SoftDevice API v5
- Remove support for SoftDevice API v3
- Add support for Python 3.7
- Remove pc-ble-driver as a submodule, use vcpkg compiled version
- Updated to use latest version of pc-ble-driver (v4.1.1)
- Change build process to create wheels for different versions of Python and platforms
- Added tests for basic functionality. Still low test coverage.
- Various bug fixes