Skip to content

Commit 8925f2a

Browse files
committed
softdevice_controller: rev 47282ebf4bd0f08dab23f68925073d20ef5dab62
CHANGELOG.rst contains the list of changes. Signed-off-by: Andrzej Kuroś <[email protected]>
1 parent 0648396 commit 8925f2a

File tree

46 files changed

+30
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+30
-29
lines changed

softdevice_controller/include/sdc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ extern "C" {
209209
*
210210
* @param[in] num_links Total number of peripheral and central links supported.
211211
*/
212-
#define SDC_MEM_SUBRATING(num_links) ((num_links) > 0 ? (11 + (num_links) * 151) : 0)
212+
#define SDC_MEM_SUBRATING(num_links) ((num_links) > 0 ? (11 + (num_links) * 63) : 0)
213213

214214
/** @brief Maximum memory required when supporting periodic advertising sync transfer.
215215
*

softdevice_controller/include/sdc_soc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ extern "C" {
2828

2929
#include <stdint.h>
3030
#include <stdbool.h>
31+
#include "nrf.h"
3132

3233
#if defined(NRF52_SERIES)
3334
/* PPI channels 17 - 31, for the nRF52 Series */
3435
#define SDC_PPI_CHANNELS_USED_MASK (0xfffe0000)
3536
#elif defined(NRF53_SERIES)
3637
/* PPI channels 3 - 12, for the nRF53 Series */
3738
#define SDC_DPPI_CHANNELS_USED_MASK (0x00001ff8)
38-
#elif defined(NRF54L_SERIES) || defined(NRF71_SERIES)
39+
#elif defined(LUMOS_XXAA)
3940
#define SDC_DPPIC10_CHANNELS_USED_MASK (0x00000ffe)
4041
#define SDC_DPPIC00_CHANNELS_USED_MASK (0x0000000a)
4142
#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: 4d736042d53dc503c65f2b04c15806089dd2ec60
3-
ll_subversion_number: '0x103F'
2+
git_revision: 47282ebf4bd0f08dab23f68925073d20ef5dab62
3+
ll_subversion_number: '0x1041'
44
ll_version_number: '0x0F'
5-
timestamp: '2025-07-01T08:05:32Z'
5+
timestamp: '2025-07-03T11:06:46Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)