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/release_notes/release_notes_changelog.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,14 @@ Highlights
11
11
The following are the major changes introduced by the v2.0.0-preview1 tag:
12
12
13
13
* Introduced the new S115 and S145 SoftDevices: v10.0.0-1.prototype.
14
-
* Added experimental support for the following boards:
14
+
* Added experimental support for the following new board targets:
15
15
16
16
* PCA10188 (`nRF54LV10 DK`_)
17
17
* PCA10184 (`nRF54LM20 DK`_)
18
18
* PCA10214 (nRF54LS05 DK)
19
19
20
+
Support for the new boards is added in the :ref:`ble_hrs_sample` and :ref:`ble_nus_sample` samples.
21
+
20
22
Changelog
21
23
*********
22
24
@@ -162,6 +164,14 @@ Bluetooth LE samples
162
164
163
165
* 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`.
164
166
167
+
* :ref:`ble_hrs_sample` sample:
168
+
169
+
* Added support for the new board targets:
170
+
171
+
* PCA10188 (`nRF54LV10 DK`_)
172
+
* PCA10184 (`nRF54LM20 DK`_)
173
+
* PCA10214 (nRF54LS05 DK)
174
+
165
175
* :ref:`ble_hids_keyboard_sample`:
166
176
167
177
* Added support for boot mode.
@@ -172,6 +182,12 @@ Bluetooth LE samples
172
182
173
183
* :ref:`ble_nus_sample` sample:
174
184
185
+
* Added support for the new board targets:
186
+
187
+
* PCA10188 (`nRF54LV10 DK`_)
188
+
* PCA10184 (`nRF54LM20 DK`_)
189
+
* PCA10214 (nRF54LS05 DK)
190
+
175
191
* Updated to align with changes to the :ref:`driver_lpuarte` driver.
0 commit comments