You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf-bm/index.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
Introduction
5
5
############
6
6
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
+
7
15
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.
8
16
This option is particularly beneficial for applications that require a lightweight, responsive solution.
Copy file name to clipboardExpand all lines: doc/nrf-bm/release_notes/release_notes_changelog.rst
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
.. _nrf_bm_release_notes_1099:
2
2
3
-
Changelog for |BMlong| v1.0.99
4
-
##############################
3
+
Changelog for |BMlong| v2.0.0-preview1
4
+
######################################
5
5
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.
7
7
8
-
.. note::
8
+
Highlights
9
+
**********
9
10
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.
11
15
12
16
Changelog
13
17
*********
@@ -17,7 +21,7 @@ The following sections provide detailed lists of changes by component.
17
21
SDK installation
18
22
================
19
23
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.
21
25
Installation of the recommended version of SEGGER J-Link is now handled by nRF Connect for Desktop.
22
26
23
27
S115 SoftDevice
@@ -40,7 +44,7 @@ SoftDevice Handler
40
44
Boards
41
45
======
42
46
43
-
* Added experimental support for PCA10188 (`nRF54LV10 DK`_)
47
+
* Added experimental support for PCA10188 (`nRF54LV10 DK`_).
44
48
* Adjusted SRAM sizes for the ``bm_nrf54l15dk`` board target to not overlap with VPR context.
45
49
* Adjusted the board memory layout for all boards to align with the new SoftDevice.
46
50
@@ -75,13 +79,13 @@ Drivers
75
79
Libraries
76
80
=========
77
81
82
+
* Added the :ref:`lib_bm_gpiote` library.
83
+
78
84
* :ref:`lib_peer_manager` library:
79
85
80
86
* Removed the ``CONFIG_MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE`` Kconfig option.
81
87
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.
82
88
83
-
* Added the :ref:`lib_bm_gpiote` library.
84
-
85
89
* :ref:`lib_bm_buttons` library:
86
90
87
91
* Updated to use the :ref:`lib_bm_gpiote` library.
@@ -90,16 +94,16 @@ Libraries
90
94
91
95
* 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.
92
96
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
-
98
97
* Updated:
99
98
100
99
* 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.
101
100
* Changed the :kconfig:option:`CONFIG_BLE_ADV_DIRECTED_ADVERTISING` Kconfig option to be disabled by default.
102
101
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
+
103
107
* :ref:`lib_ble_scan`:
104
108
105
109
* Updated functions to use the ``uint32_t`` type instead of ``int`` when returning nrf_errors.
@@ -143,6 +147,8 @@ Samples
143
147
Bluetooth LE samples
144
148
--------------------
145
149
150
+
* Added the :ref:`peripheral_nfc_pairing_sample`.
151
+
146
152
* :ref:`ble_bms_sample`:
147
153
148
154
* 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
163
169
164
170
* 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.
165
171
166
-
* :ref:`peripheral_nfc_pairing_sample`:
167
-
168
-
* Added the new sample.
169
-
170
172
NFC samples
171
173
-----------
172
174
@@ -178,7 +180,7 @@ Peripheral samples
178
180
179
181
* :ref:`bm_lpuarte_sample` sample:
180
182
181
-
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
183
+
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
0 commit comments