Skip to content

Commit 0678bae

Browse files
committed
Apache NimBLE 1.2.0 release
1 parent c2053ff commit 0678bae

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Features highlight:
3333
- Support for up to 32 simultaneous connections.
3434
- Legacy and SC (secure connections) SMP support (pairing and bonding).
3535
- Advertising Extensions.
36+
- Periodic Advertising.
3637
- Coded (aka Long Range) and 2M PHYs.
3738
- Bluetooth Mesh.
3839

RELEASE_NOTES.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RELEASE NOTES
22

3-
04 June 2018 - Apache NimBLE v1.0.0
3+
16 July 2019 - Apache NimBLE v1.2.0
44

55
For full release notes, please visit the
66
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -10,17 +10,17 @@ replaces the proprietary SoftDevice on Nordic chipsets.
1010

1111
New features in this version of NimBLE include:
1212

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
2424

2525
If working on next-generation RTOS and Bluetooth protocol stack
2626
sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt

repository.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ repo.versions:
2222
"0.0.0": "master"
2323

2424
"0-dev": "0.0.0"
25-
"0-latest": "1.1.0"
26-
"1-latest": "1.1.0"
25+
"0-latest": "1.2.0"
26+
"1-latest": "1.2.0"
2727

2828
"1.0.0": "nimble_1_0_0_tag"
2929
"1.1.0": "nimble_1_1_0_tag"
30+
"1.2.0": "nimble_1_2_0_tag"
3031

3132
"1.0-latest": "1.0.0"
3233
"1.1-latest": "1.1.0"
34+
"1.2-latest": "1.2.0"
3335

3436
repo.newt_compatibility:
3537
0.0.0:
@@ -38,3 +40,5 @@ repo.newt_compatibility:
3840
1.1.0: good
3941
1.1.0:
4042
1.6.0: good
43+
1.2.0:
44+
1.7.0: good

version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
# Newt uses this file to determine the version of a checked out repo.
2121
# This should always be 0.0.0 in the master branch.
22-
repo.version: 0.0.0
22+
repo.version: 1.2.0

0 commit comments

Comments
 (0)