File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Apache Mynewt NimBLE
2- Copyright 2015-2024 The Apache Software Foundation
2+ Copyright 2015-2025 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 11# RELEASE NOTES
22
3- 13 November 2024 - Apache NimBLE v1.8 .0
3+ 15 December 2025 - Apache NimBLE v1.9 .0
44
55For full release notes, please visit the
66[ Apache Mynewt Wiki] ( https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes ) .
@@ -10,8 +10,8 @@ replaces the proprietary SoftDevice on Nordic chipsets.
1010
1111New features in this version of NimBLE include:
1212
13- * Initial support for Channel Sounding (host)
14- * Support for SKY66405 FEM
13+ * Characteristic Extended Properties descriptor in GATT server
14+ * Framed PDUs in ISO Adaptation Layer
1515
1616If working on next-generation RTOS and Bluetooth protocol stack
1717sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ repo.versions:
3434 " 1.6.0 " : " nimble_1_6_0_tag"
3535 " 1.7.0 " : " nimble_1_7_0_tag"
3636 " 1.8.0 " : " nimble_1_8_0_tag"
37+ " 1.9.0 " : " nimble_1_9_0_tag"
3738
3839 " 1.0-latest " : " 1.0.0"
3940 " 1.1-latest " : " 1.1.0"
@@ -44,6 +45,7 @@ repo.versions:
4445 " 1.6-latest " : " 1.6.0"
4546 " 1.7-latest " : " 1.7.0"
4647 " 1.8-latest " : " 1.8.0"
48+ " 1.9-latest " : " 1.9.0"
4749
4850repo.newt_compatibility :
4951 0.0.0 :
@@ -66,3 +68,5 @@ repo.newt_compatibility:
6668 1.12.0 : good
6769 1.8.0 :
6870 1.13.0 : good
71+ 1.9.0 :
72+ 1.14.0 : good
You can’t perform that action at this time.
0 commit comments