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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
Introduction
5
5
############
6
6
7
+
.. important::
8
+
9
+
|BMlong| v1.1.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
+
7
13
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
14
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
+15-21Lines changed: 15 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,9 @@
1
1
.. _nrf_bm_release_notes_1099:
2
2
3
-
Changelog for |BMlong| v1.0.99
4
-
##############################
3
+
Changelog for |BMlong| v1.1.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.
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.
11
7
12
8
Changelog
13
9
*********
@@ -17,7 +13,7 @@ The following sections provide detailed lists of changes by component.
17
13
SDK installation
18
14
================
19
15
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.
21
17
Installation of the recommended version of SEGGER J-Link is now handled by nRF Connect for Desktop.
22
18
23
19
S115 SoftDevice
@@ -40,7 +36,7 @@ SoftDevice Handler
40
36
Boards
41
37
======
42
38
43
-
* Added experimental support for PCA10188 (`nRF54LV10 DK`_)
39
+
* Added experimental support for PCA10188 (`nRF54LV10 DK`_).
44
40
* Adjusted SRAM sizes for the ``bm_nrf54l15dk`` board target to not overlap with VPR context.
45
41
* Adjusted the board memory layout for all boards to align with the new SoftDevice.
46
42
@@ -75,13 +71,13 @@ Drivers
75
71
Libraries
76
72
=========
77
73
74
+
* Added the :ref:`lib_bm_gpiote` library.
75
+
78
76
* :ref:`lib_peer_manager` library:
79
77
80
78
* Removed the ``CONFIG_MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE`` Kconfig option.
81
79
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
80
83
-
* Added the :ref:`lib_bm_gpiote` library.
84
-
85
81
* :ref:`lib_bm_buttons` library:
86
82
87
83
* Updated to use the :ref:`lib_bm_gpiote` library.
@@ -90,16 +86,16 @@ Libraries
90
86
91
87
* 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
88
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
89
* Updated:
99
90
100
91
* 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
92
* Changed the :kconfig:option:`CONFIG_BLE_ADV_DIRECTED_ADVERTISING` Kconfig option to be disabled by default.
102
93
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
+
103
99
* :ref:`lib_ble_scan`:
104
100
105
101
* Updated functions to use the ``uint32_t`` type instead of ``int`` when returning nrf_errors.
@@ -143,6 +139,8 @@ Samples
143
139
Bluetooth LE samples
144
140
--------------------
145
141
142
+
* Added the :ref:`peripheral_nfc_pairing_sample`:
143
+
146
144
* :ref:`ble_bms_sample`:
147
145
148
146
* 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
163
161
164
162
* 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
163
166
-
* :ref:`peripheral_nfc_pairing_sample`:
167
-
168
-
* Added the new sample.
169
-
170
164
NFC samples
171
165
-----------
172
166
@@ -178,7 +172,7 @@ Peripheral samples
178
172
179
173
* :ref:`bm_lpuarte_sample` sample:
180
174
181
-
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
175
+
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
0 commit comments