Apache NimBLE 1.2.0 release

This commit is contained in:
Szymon Janc
2019-07-16 17:45:10 +02:00
parent c2053ffc23
commit 0678bae06e
4 changed files with 20 additions and 15 deletions

View File

@@ -33,6 +33,7 @@ Features highlight:
- Support for up to 32 simultaneous connections.
- Legacy and SC (secure connections) SMP support (pairing and bonding).
- Advertising Extensions.
- Periodic Advertising.
- Coded (aka Long Range) and 2M PHYs.
- Bluetooth Mesh.

View File

@@ -1,6 +1,6 @@
# RELEASE NOTES
04 June 2018 - Apache NimBLE v1.0.0
16 July 2019 - Apache NimBLE v1.2.0
For full release notes, please visit the
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,17 +10,17 @@ replaces the proprietary SoftDevice on Nordic chipsets.
New features in this version of NimBLE include:
* Initial version after moving to separate repo - https://github.com/apache/mynewt-nimble
* removal of deprecated bletiny application (superseded by btshell)
* Added NimBLE Porting Layer (NPL) which abstracts OS specific details to improve portability
* Initial ports for FreeRTOS and RIOT OS
* Support for advertising up to 1650 bytes of data with Extended Advertising
* Support for host flow control
* Support for Direct Test Mode (DTM) via HCI interface
* Support for Device Information Service
* Bugfixes for issues found on UPF59 and during BT certification testing
* Lots of other bugfixes, minor enhancements and optimisations
* Mesh improvements
* Perdiodic Advertising support with up to 1650 bytes of data (scanner and advertiser)
* Support for scan request notification in GAP API
* Updated host qualification ID
* Qualification related bugfixes
* GAP API doxygen documentation update
* BLE Mesh improvements - fixes and resync with latest Zephyr code
* RIOT OS port fixes and improvements
* btshell sample application improvements
* improvements for bttester application
* Controller duplicates filtering improvements
* Memory and CPU usage optimizations in controller
If working on next-generation RTOS and Bluetooth protocol stack
sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt

View File

@@ -22,14 +22,16 @@ repo.versions:
"0.0.0": "master"
"0-dev": "0.0.0"
"0-latest": "1.1.0"
"1-latest": "1.1.0"
"0-latest": "1.2.0"
"1-latest": "1.2.0"
"1.0.0": "nimble_1_0_0_tag"
"1.1.0": "nimble_1_1_0_tag"
"1.2.0": "nimble_1_2_0_tag"
"1.0-latest": "1.0.0"
"1.1-latest": "1.1.0"
"1.2-latest": "1.2.0"
repo.newt_compatibility:
0.0.0:
@@ -38,3 +40,5 @@ repo.newt_compatibility:
1.1.0: good
1.1.0:
1.6.0: good
1.2.0:
1.7.0: good

View File

@@ -19,4 +19,4 @@
# Newt uses this file to determine the version of a checked out repo.
# This should always be 0.0.0 in the master branch.
repo.version: 0.0.0
repo.version: 1.2.0