Skip to content

Commit 1296d44

Browse files
peknisanangl
authored andcommitted
doc: version update for NCS 2.0.0
Changed main branch heading to nRF Connect SDK v2.0.0 Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 7873279 commit 1296d44

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

mpsl/CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Changelog
77
:local:
88
:depth: 2
99

10-
Main branch
11-
***********
10+
nRF Connect SDK v2.0.0
11+
**********************
1212

13-
All the notable changes included in the main branch are documented in this section.
13+
All the notable changes included in the |NCS| v2.0.0 release are documented in this section.
1414

1515
Added
1616
=====
1717

18-
* Added support for changing PA gain during runtime through MODE pin switching for the nRF21540 GPIO front-end module.
18+
* Support for changing PA gain during runtime through MODE pin switching for the nRF21540 GPIO front-end module.
1919

2020
Changes
2121
=======

nfc/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Changelog
99

1010
All notable changes to this project are documented in this file.
1111

12-
master
13-
******
12+
nRF Connect SDK v2.0.0
13+
**********************
1414

1515
Bug fixes
1616
=========

nrf_dm/doc/CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Changelog
99

1010
All the notable changes to this project are documented in this file.
1111

12-
main
13-
****
12+
nRF Connect SDK v2.0.0
13+
**********************
1414

15-
All the notable changes added to the |NCS| main are documented in this section.
15+
All the notable changes added to the |NCS| v2.0.0 release are documented in this section.
1616

1717
Added
1818
=====

softdevice_controller/CHANGELOG.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ Changelog
99

1010
All the notable changes to this project are documented in this file.
1111

12-
Main branch
13-
***********
12+
nRF Connect SDK v2.0.0
13+
**********************
1414

15-
All the notable changes included in the main branch are documented in this section.
15+
All the notable changes included in the |NCS| v2.0.0 release are documented in this section.
1616

1717
Added
1818
=====
1919

20-
* Added support for Peripheral-initiated Feature Exchange.
21-
* Added vendor-specific HCI commands to set the priority and scan mode of Wi-Fi coexistence.
20+
* Support for Peripheral-initiated Feature Exchange.
21+
* Vendor-specific HCI commands to set the priority and scan mode of Wi-Fi coexistence.
2222
See :c:func:`sdc_hci_cmd_vs_coex_priority_config` and :c:func:`sdc_hci_cmd_vs_coex_scan_mode_config` (DRGN-16518).
23-
* Added support for periodic advertising intervals larger than ten seconds (DRGN-16873).
24-
* Added support for periodic sync timeouts larger than 128 seconds (DRGN-16434).
25-
* Added :c:func:`sdc_support_ext_central` which makes the extended initiator role configurable (DRGN-16392).
26-
* Added support for connectionless angle of arrival (AoA) transmitter (DRGN-16588).
23+
* Support for periodic advertising intervals larger than ten seconds (DRGN-16873).
24+
* Support for periodic sync timeouts larger than 128 seconds (DRGN-16434).
25+
* The :c:func:`sdc_support_ext_central` function that makes the extended initiator role configurable (DRGN-16392).
26+
* Support for connectionless angle of arrival (AoA) transmitter (DRGN-16588).
2727
The following HCI commands are now supported (DRGN-16713):
2828

2929
* LE Set Connectionless CTE Transmit Parameters
3030
* LE Set Connectionless CTE Transmit Enable
3131
* LE Read Antenna Information
3232

33-
* Added support for Periodic Advertising ADI (DRGN-16759).
34-
* Added ``nak_count`` field into QoS Connection event reports that counts the number of received Negative Acknowledges from the peer during the connection event.
33+
* Support for Periodic Advertising ADI (DRGN-16759).
34+
* The ``nak_count`` field into QoS Connection event reports that counts the number of received Negative Acknowledges from the peer during the connection event.
3535
See ``sdc_hci_subevent_vs_qos_conn_event_report_t`` (DRGN-17183).
36-
* Added the ``sdc_coex_adv_mode_configure`` API to configure the behavior of the advertiser when using the coexistence interface (DRGN-16585).
36+
* The ``sdc_coex_adv_mode_configure`` API to configure the behavior of the advertiser when using the coexistence interface (DRGN-16585).
3737

3838
Changes
3939
=======

zboss/CHANGELOG.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Changelog
99

1010
All notable changes to this project in the |NCS| are documented in this file.
1111

12-
Main branch
13-
***********
12+
nRF Connect SDK v2.0.0
13+
**********************
1414

15-
All the notable changes included in the |NCS| main branch are documented in this section.
15+
All the notable changes included in the |NCS| v2.0.0 release are documented in this section.
1616

1717
Added
1818
=====
@@ -22,11 +22,11 @@ Added
2222
Updated
2323
=======
2424

25-
* Updated the ZBOSS stack to version ``3.11.2.0+5.1.2``.
26-
For detailed information, see `ZBOSS stack release notes`_ for the main branch.
27-
* Updated the development ZBOSS stack to version ``3.12.1.0+5.2.0``.
28-
For detailed information, see `ZBOSS stack release notes`_ for the main branch.
29-
* Updated ZCL in all variants of ZBOSS to specification version 8.
25+
* The ZBOSS stack to version ``3.11.2.0+5.1.2``.
26+
For detailed information, see `ZBOSS stack release notes`_ for the |NCS| v2.0.0 release.
27+
* The development ZBOSS stack to version ``3.12.1.0+5.2.0``.
28+
For detailed information, see `ZBOSS stack release notes`_ for the |NCS| v2.0.0 release.
29+
* ZCL in all variants of ZBOSS to specification version 8.
3030
This version is backward-compatible with earlier versions of ZCL.
3131
* Improved the NCP communication stability.
3232

0 commit comments

Comments
 (0)