Skip to content

Commit b501406

Browse files
martintvtmon-nordic
authored andcommitted
softdevice_controller: rev d80c2d2f36aee25c8026804c3f4d16535096c773
CHANGELOG.rst contains the list of changes. Signed-off-by: Martin Tverdal <[email protected]>
1 parent bf6eee3 commit b501406

16 files changed

+15
-14
lines changed

mpsl/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ All the notable changes included in the main branch are documented in this secti
1414
Added
1515
=====
1616

17-
* The bool parameter :c:parameter:`tx_power_ceiling` to the external model used by the :c:func:`mpsl_fem_tx_power_split` function.
17+
* The bool parameter ``tx_power_ceiling`` to the external model used by the :c:func:`mpsl_fem_tx_power_split` function.
1818
When enabled, the function returns the ceiling value instead of the floor.
1919

2020
Bug fixes
2121
=========
2222

2323
* Fixed a rare issue which could cause a scheduler assert if two roles were running (DRGN-18308).
24-
* Fixed a rare issue which could cause an assert when requesting timeslots with type ``MPSL_TIMESLOT_REQ_TYPE_EARLIEST`` (DRGN-18555).
24+
* Fixed a rare issue that could cause an assert when requesting timeslots with type ``MPSL_TIMESLOT_REQ_TYPE_EARLIEST`` (DRGN-18555).
2525

2626
nRF Connect SDK v2.2.0
2727
**********************

softdevice_controller/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Bug fixes
3737
The least significant bit of the ``Peer_Address_Type`` parameter was set correctly.
3838
* Fixed an issue where the stack could dereference a NULL pointer when starting a periodic advertiser (DRGN-18420).
3939
* Fixed an issue where initiating Periodic Advertisement Sync Transfer (PAST) as advertiser may assert when the periodic advertisement train is not running (DRGN-18586).
40+
* Fixed an issue where calling the :c:func:`bt_ctlr_set_public_addr` function before :c:func:`bt_enable` incorrectly failed to set the address (DRGN-18655).
4041

4142
nRF Connect SDK v2.2.0
4243
**********************
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: b321f58f99dfc515ac0a572c03bed6dc93adb85e
3-
ll_subversion_number: '0x2245'
2+
git_revision: d80c2d2f36aee25c8026804c3f4d16535096c773
3+
ll_subversion_number: '0x224B'
44
ll_version_number: '0x0C'
5-
timestamp: '2023-02-14T13:26:59Z'
5+
timestamp: '2023-02-20T14:41:54Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: b321f58f99dfc515ac0a572c03bed6dc93adb85e
3-
ll_subversion_number: '0x1245'
2+
git_revision: d80c2d2f36aee25c8026804c3f4d16535096c773
3+
ll_subversion_number: '0x124B'
44
ll_version_number: '0x0C'
5-
timestamp: '2023-02-14T13:25:24Z'
5+
timestamp: '2023-02-20T14:41:45Z'
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)