Prepare for NimBLE 1.5.0 release

This commit is contained in:
Szymon Janc
2022-04-22 14:09:14 +02:00
parent 352d4792cf
commit 21d59b8b40
3 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Apache Mynewt NimBLE
Copyright 2015-2021 The Apache Software Foundation
Copyright 2015-2022 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
+11 -8
View File
@@ -1,21 +1,24 @@
# RELEASE NOTES
24 March 2021 - Apache NimBLE v1.4.0
20 April 2022 - Apache NimBLE v1.5.0
For full release notes, please visit the
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) that completely
Apache NimBLE is an open-source Bluetooth 5.3 stack (both Host & Controller) that completely
replaces the proprietary SoftDevice on Nordic chipsets.
New features in this version of NimBLE include:
* Support for PHY on Dialog Configurable MAC (CMAC)
* Support for PHY on Nordic nRF5340
* Support for Apache NuttX port of NimBLE
* Controller-to-host flow control support
* Support for USB transport
* Various bugfixes
* Fake dual-mode option for controller
* LLCP tracing via HCI events
* Code size optimization for disabled GAP roles
* Support for PA/LNA
* LE Secure Connections Only mode
* Support for Bluetooth Core Specification 5.3
* Connection subrating
* BabbleSim support
* Various bugfixes and improvements
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
+4
View File
@@ -30,12 +30,14 @@ repo.versions:
"1.2.0": "nimble_1_2_0_tag"
"1.3.0": "nimble_1_3_0_tag"
"1.4.0": "nimble_1_4_0_tag"
"1.5.0": "nimble_1_5_0_tag"
"1.0-latest": "1.0.0"
"1.1-latest": "1.1.0"
"1.2-latest": "1.2.0"
"1.3-latest": "1.3.0"
"1.4-latest": "1.4.0"
"1.5-latest": "1.5.0"
repo.newt_compatibility:
0.0.0:
@@ -50,3 +52,5 @@ repo.newt_compatibility:
1.8.0: good
1.4.0:
1.9.0: good
1.5.0:
1.10.0: good