Skip to content

Commit 5295d69

Browse files
martintvhermabe
authored andcommitted
softdevice_controller: rev 99d902eabf10352b08d0d11ac97b3bf6bf49bf17
CHANGELOG.rst contains the list of changes. Signed-off-by: Martin Tverdal <[email protected]>
1 parent c90a428 commit 5295d69

40 files changed

+48
-42
lines changed

softdevice_controller/doc/channel_sounding.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,16 @@ The following samples are recommended for getting started with Channel Sounding:
315315
316316
west build -b nrf54l15dk/nrf54l15/cpuapp --pristine -- -DCONFIG_BT_CTLR_CHANNEL_SOUNDING=y
317317
318-
Optional CS Kconfigs
318+
CS Kconfigs
319319
--------------------
320320

321-
Use the following Kconfig options to enable the desired optional CS features:
321+
Use the following Kconfig options to enable and configure the CS feature:
322+
323+
* Set :kconfig:option:`BT_CTLR_CHANNEL_SOUNDING` to ``y`` to enable the Channel Sounding feature.
324+
* Set :kconfig:option:`BT_CTLR_SDC_CS_COUNT` to a value between ``1`` and :kconfig:option:`BT_MAX_CONN` to set the number of connections that can use CS procedures.
325+
326+
327+
Use the following Kconfig options to enable the desired optional CS capabilities:
322328

323329
* Set :kconfig:option:`BT_CTLR_SDC_CS_STEP_MODE3` to ``y`` to enable Channel Sounding step mode-3 support.
324330

softdevice_controller/include/sdc_soc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern "C" {
3535
#elif defined(NRF53_SERIES)
3636
/* PPI channels 3 - 12, for the nRF53 Series */
3737
#define SDC_DPPI_CHANNELS_USED_MASK (0x00001ff8)
38-
#elif defined(NRF54L_SERIES)
38+
#elif defined(NRF54L_SERIES) || defined(NRF71_SERIES)
3939
#define SDC_DPPIC10_CHANNELS_USED_MASK (0x00000ffe)
4040
#define SDC_DPPIC00_CHANNELS_USED_MASK (0x0000000a)
4141
#define SDC_PPIB00_CHANNELS_USED_MASK (0x0000000f)
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: 4bcaf42a98bc333c2e9c70c6e32fa746447435fa
3-
ll_subversion_number: '0x10FB'
2+
git_revision: 99d902eabf10352b08d0d11ac97b3bf6bf49bf17
3+
ll_subversion_number: '0x10FD'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-05-05T10:58:27Z'
5+
timestamp: '2025-05-07T07:45:56Z'
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: 4bcaf42a98bc333c2e9c70c6e32fa746447435fa
3-
ll_subversion_number: '0x10FB'
2+
git_revision: 99d902eabf10352b08d0d11ac97b3bf6bf49bf17
3+
ll_subversion_number: '0x10FD'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-05-05T10:58:27Z'
5+
timestamp: '2025-05-07T07:45:56Z'

0 commit comments

Comments
 (0)