Skip to content

Commit 58bdadb

Browse files
committed
Apache NimBLE 1.4.0 release
1 parent 089f0d8 commit 58bdadb

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache Mynewt NimBLE
2-
Copyright 2015-2020 The Apache Software Foundation
2+
Copyright 2015-2021 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

README.md

+1
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

+7-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RELEASE NOTES
22

3-
18 March 2020 - Apache NimBLE v1.3.0
3+
24 March 2021 - Apache NimBLE v1.4.0
44

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

1111
New features in this version of NimBLE include:
1212

13-
* Support for Bluetooth Core Specification 5.1
14-
* New blestress test application
15-
* Dialog DA1469x CMAC driver
16-
* Support for LE Secure Connections out-of-band (OOB) association model
17-
* Support for automated generation of syscfg for ports
18-
* Qualification related bugfixes
19-
* BLE Mesh improvements - fixes and resync with latest Zephyr code
20-
* RIOT OS port fixes and improvements
21-
* btshell sample application improvements
22-
* improvements for bttester application
23-
* Controller duplicates filtering improvements
24-
* Multi PHY support improvements
25-
* Memory and CPU usage optimizations
26-
* Use of packed structs for HCI (code size reduction)
27-
* Linux sample improvements
28-
* PTS test instructions updates
29-
* Clock managements improvements in controller
13+
* Support for PHY on Dialog Configurable MAC (CMAC)
14+
* Support for PHY on Nordic nRF5340
15+
* Support for Apache NuttX port of NimBLE
16+
* Controller-to-host flow control support
17+
* Support for USB transport
18+
* Various bugfixes
3019

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

repository.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@ repo.versions:
2222
"0.0.0": "master"
2323

2424
"0-dev": "0.0.0"
25-
"0-latest": "1.3.0"
26-
"1-latest": "1.3.0"
25+
"0-latest": "1.4.0"
26+
"1-latest": "1.4.0"
2727

2828
"1.0.0": "nimble_1_0_0_tag"
2929
"1.1.0": "nimble_1_1_0_tag"
3030
"1.2.0": "nimble_1_2_0_tag"
3131
"1.3.0": "nimble_1_3_0_tag"
32+
"1.4.0": "nimble_1_4_0_tag"
3233

3334
"1.0-latest": "1.0.0"
3435
"1.1-latest": "1.1.0"
3536
"1.2-latest": "1.2.0"
3637
"1.3-latest": "1.3.0"
38+
"1.4-latest": "1.4.0"
3739

3840
repo.newt_compatibility:
3941
0.0.0:
@@ -46,3 +48,5 @@ repo.newt_compatibility:
4648
1.7.0: good
4749
1.3.0:
4850
1.8.0: good
51+
1.4.0:
52+
1.9.0: good

0 commit comments

Comments
 (0)