Skip to content

Commit a2e87c9

Browse files
committed
doc: doc update for 2.0.0-preview1
Small changes in index page and changelog. Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent 1a0f51a commit a2e87c9

2 files changed

Lines changed: 29 additions & 19 deletions

File tree

doc/nrf-bm/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Introduction
55
############
66

7+
.. important::
8+
9+
|BMlong| v2.0.0-preview1 is a development tag used for development purposes.
10+
It is not recommended to be used in a production environment.
11+
This tag will be replaced by a release in the future.
12+
13+
For a list of changes in this preview tag, see :ref:`nrf_bm_release_notes_1099`.
14+
715
The |BMlong| is a streamlined enhancement of the |NCS|, tailored for developers who are working on Bluetooth® LE applications that do not require the complexities of an RTOS or the full suite of advanced features.
816
This option is particularly beneficial for applications that require a lightweight, responsive solution.
917

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
.. _nrf_bm_release_notes_1099:
22

3-
Changelog for |BMlong| v1.0.99
4-
##############################
3+
Changelog for |BMlong| v2.0.0-preview1
4+
######################################
55

6-
The most relevant changes that are present on the main branch of the nRF Connect SDK Bare Metal, as compared to the latest official release, are tracked in this file.
6+
This changelog reflects the most relevant changes from the latest official release.
77

8-
.. note::
8+
Highlights
9+
**********
910

10-
This file is a work in progress and might not cover all relevant changes.
11+
The following are the major changes introduced by the v2.0.0-preview1 tag:
12+
13+
* Introduced the new S115 and S145 SoftDevices v10.0.0-1.prototype.
14+
* Added support for new development platforms: nRF54LV10, nRF54LM20A, and nRF54LS05B.
1115

1216
Changelog
1317
*********
@@ -17,7 +21,7 @@ The following sections provide detailed lists of changes by component.
1721
SDK installation
1822
================
1923

20-
- Updated the steps to install prerequisites in the :ref:`install_nrf_bm` page.
24+
* Updated the steps to install prerequisites in the :ref:`install_nrf_bm` page.
2125
Installation of the recommended version of SEGGER J-Link is now handled by nRF Connect for Desktop.
2226

2327
S115 SoftDevice
@@ -40,7 +44,7 @@ SoftDevice Handler
4044
Boards
4145
======
4246

43-
* Added experimental support for PCA10188 (`nRF54LV10 DK`_)
47+
* Added experimental support for PCA10188 (`nRF54LV10 DK`_).
4448
* Adjusted SRAM sizes for the ``bm_nrf54l15dk`` board target to not overlap with VPR context.
4549
* Adjusted the board memory layout for all boards to align with the new SoftDevice.
4650

@@ -75,13 +79,13 @@ Drivers
7579
Libraries
7680
=========
7781

82+
* Added the :ref:`lib_bm_gpiote` library.
83+
7884
* :ref:`lib_peer_manager` library:
7985

8086
* Removed the ``CONFIG_MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE`` Kconfig option.
8187
The PSA Crypto core can deduce the key slot buffer size based on the keys enabled in the build, so there is no need to define the size manually.
8288

83-
* Added the :ref:`lib_bm_gpiote` library.
84-
8589
* :ref:`lib_bm_buttons` library:
8690

8791
* Updated to use the :ref:`lib_bm_gpiote` library.
@@ -90,16 +94,16 @@ Libraries
9094

9195
* Added the ``const`` keyword to the configuration structure parameter of the :c:func:`ble_adv_init` function to reflect that the function only reads from the configuration and does not modify it.
9296

93-
* Fixed:
94-
95-
* An issue causing fast advertising with allow list to incorrectly send event :c:enumerator:`BLE_ADV_EVT_FAST` when it should have sent event :c:enumerator:`BLE_ADV_EVT_FAST_ALLOW_LIST`.
96-
* An issue causing slow advertising with allow list to incorrectly send event :c:enumerator:`BLE_ADV_EVT_SLOW` when it should have sent event :c:enumerator:`BLE_ADV_EVT_SLOW_ALLOW_LIST`.
97-
9897
* Updated:
9998

10099
* Changed the :kconfig:option:`CONFIG_BLE_ADV_EXTENDED_ADVERTISING` Kconfig option to be disabled by default and dependent on the new :kconfig:option:`CONFIG_SOFTDEVICE_EXTENDED_ADVERTISING` Kconfig option.
101100
* Changed the :kconfig:option:`CONFIG_BLE_ADV_DIRECTED_ADVERTISING` Kconfig option to be disabled by default.
102101

102+
* Fixed:
103+
104+
* An issue causing fast advertising with allow list to incorrectly send event :c:enumerator:`BLE_ADV_EVT_FAST` when it should have sent event :c:enumerator:`BLE_ADV_EVT_FAST_ALLOW_LIST`.
105+
* An issue causing slow advertising with allow list to incorrectly send event :c:enumerator:`BLE_ADV_EVT_SLOW` when it should have sent event :c:enumerator:`BLE_ADV_EVT_SLOW_ALLOW_LIST`.
106+
103107
* :ref:`lib_ble_scan`:
104108

105109
* Updated functions to use the ``uint32_t`` type instead of ``int`` when returning nrf_errors.
@@ -143,6 +147,8 @@ Samples
143147
Bluetooth LE samples
144148
--------------------
145149

150+
* Added the :ref:`peripheral_nfc_pairing_sample`.
151+
146152
* :ref:`ble_bms_sample`:
147153

148154
* Added sample-specific Kconfig options for the BMS authorization code by moving them from the service library scope and renaming them from :kconfig:option:`CONFIG_BLE_BMS_AUTHORIZATION_CODE` and :kconfig:option:`CONFIG_BLE_BMS_USE_AUTHORIZATION_CODE` to :kconfig:option:`CONFIG_APP_BLE_BMS_AUTHORIZATION_CODE` and :kconfig:option:`CONFIG_APP_BLE_BMS_USE_AUTHORIZATION_CODE`.
@@ -163,10 +169,6 @@ Bluetooth LE samples
163169

164170
* Updated to use a dedicated variable to hold the service attribute handle instead of incorrectly using the connection handle variable for this during service initialization.
165171

166-
* :ref:`peripheral_nfc_pairing_sample`:
167-
168-
* Added the new sample.
169-
170172
NFC samples
171173
-----------
172174

@@ -178,7 +180,7 @@ Peripheral samples
178180

179181
* :ref:`bm_lpuarte_sample` sample:
180182

181-
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
183+
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
182184

183185
DFU samples
184186
-----------

0 commit comments

Comments
 (0)