Skip to content

Commit 215a4c2

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

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

doc/nrf-bm/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
713
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.
814
This option is particularly beneficial for applications that require a lightweight, responsive solution.
915

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
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.
7-
8-
.. note::
9-
10-
This file is a work in progress and might not cover all relevant changes.
6+
This changelog reflects the most relevant changes from the latest official release.
117

128
Changelog
139
*********
@@ -17,7 +13,7 @@ The following sections provide detailed lists of changes by component.
1713
SDK installation
1814
================
1915

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

2319
S115 SoftDevice
@@ -40,7 +36,7 @@ SoftDevice Handler
4036
Boards
4137
======
4238

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

@@ -75,13 +71,13 @@ Drivers
7571
Libraries
7672
=========
7773

74+
* Added the :ref:`lib_bm_gpiote` library.
75+
7876
* :ref:`lib_peer_manager` library:
7977

8078
* Removed the ``CONFIG_MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE`` Kconfig option.
8179
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.
8280

83-
* Added the :ref:`lib_bm_gpiote` library.
84-
8581
* :ref:`lib_bm_buttons` library:
8682

8783
* Updated to use the :ref:`lib_bm_gpiote` library.
@@ -90,16 +86,16 @@ Libraries
9086

9187
* 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.
9288

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-
9889
* Updated:
9990

10091
* 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.
10192
* Changed the :kconfig:option:`CONFIG_BLE_ADV_DIRECTED_ADVERTISING` Kconfig option to be disabled by default.
10293

94+
* Fixed:
95+
96+
* 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`.
97+
* 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`.
98+
10399
* :ref:`lib_ble_scan`:
104100

105101
* Updated functions to use the ``uint32_t`` type instead of ``int`` when returning nrf_errors.
@@ -143,6 +139,8 @@ Samples
143139
Bluetooth LE samples
144140
--------------------
145141

142+
* Added the :ref:`peripheral_nfc_pairing_sample`.
143+
146144
* :ref:`ble_bms_sample`:
147145

148146
* 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 +161,6 @@ Bluetooth LE samples
163161

164162
* 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.
165163

166-
* :ref:`peripheral_nfc_pairing_sample`:
167-
168-
* Added the new sample.
169-
170164
NFC samples
171165
-----------
172166

@@ -178,7 +172,7 @@ Peripheral samples
178172

179173
* :ref:`bm_lpuarte_sample` sample:
180174

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

183177
DFU samples
184178
-----------

0 commit comments

Comments
 (0)