Prepare for Apache NimBLE 1.8.0 release

This commit is contained in:
Szymon Janc
2024-11-13 13:12:42 +01:00
parent cdbd44d361
commit ca67e3015e
2 changed files with 7 additions and 5 deletions
+3 -5
View File
@@ -1,6 +1,6 @@
# RELEASE NOTES
27 March 2024 - Apache NimBLE v1.7.0
13 November 2024 - Apache NimBLE v1.8.0
For full release notes, please visit the
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,10 +10,8 @@ replaces the proprietary SoftDevice on Nordic chipsets.
New features in this version of NimBLE include:
* Initial support for Enhanced ATT bearer
* Initial support for Broadcast Source and Auracast
* GATT host API additions
* Doxygen API comments overhaul
* Initial support for Channel Sounding (host)
* Support for SKY66405 FEM
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
@@ -33,6 +33,7 @@ repo.versions:
"1.5.0": "nimble_1_5_0_tag"
"1.6.0": "nimble_1_6_0_tag"
"1.7.0": "nimble_1_7_0_tag"
"1.8.0": "nimble_1_8_0_tag"
"1.0-latest": "1.0.0"
"1.1-latest": "1.1.0"
@@ -42,6 +43,7 @@ repo.versions:
"1.5-latest": "1.5.0"
"1.6-latest": "1.6.0"
"1.7-latest": "1.7.0"
"1.8-latest": "1.8.0"
repo.newt_compatibility:
0.0.0:
@@ -62,3 +64,5 @@ repo.newt_compatibility:
1.11.0: good
1.7.0:
1.12.0: good
1.8.0:
1.13.0: good