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