Skip to content

Commit 0251b16

Browse files
ankunsrlubos
authored andcommitted
softdevice_controller: rev cba7f8f1214486c77be25f19c7f05e41cdd974b6
CHANGELOG.rst contains the list of changes. Signed-off-by: Andrzej Kuroś <[email protected]>
1 parent 347c1b6 commit 0251b16

Some content is hidden

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

42 files changed

+174
-83
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions

softdevice_controller/README.rst

Lines changed: 1 addition & 2 deletions

softdevice_controller/doc/channel_sounding.rst

Lines changed: 114 additions & 38 deletions

softdevice_controller/include/sdc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ extern "C" {
160160
*/
161161

162162
/** @brief Auxiliary defines, not to be used outside of this file. */
163-
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 739
164-
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 859
163+
#define __MEM_MINIMAL_CENTRAL_LINK_SIZE 747
164+
#define __MEM_MINIMAL_PERIPHERAL_LINK_SIZE 867
165165
#define __MEM_TX_BUFFER_OVERHEAD_SIZE 15
166166
#define __MEM_RX_BUFFER_OVERHEAD_SIZE 15
167167

@@ -262,15 +262,15 @@ extern "C" {
262262
*
263263
* @param[in] buffer_count The number of periodic synchronization receive buffers.
264264
*/
265-
#define SDC_MEM_PER_PERIODIC_SYNC(buffer_count) (217 + (buffer_count) * 279)
265+
#define SDC_MEM_PER_PERIODIC_SYNC(buffer_count) (220 + (buffer_count) * 279)
266266

267267
/** Memory required per periodic sync when periodic sync with responses is supported.
268268
*
269269
* @param[in] tx_buffer_count The number of buffers for sending data. Minimum of 1.
270270
* @param[in] rx_buffer_count The number of buffers for receiving data.
271271
*/
272272
#define SDC_MEM_PER_PERIODIC_SYNC_RSP(tx_buffer_count, rx_buffer_count) \
273-
(638 + (tx_buffer_count - 1) * 254 + (rx_buffer_count) * 278)
273+
(644 + (tx_buffer_count - 1) * 254 + (rx_buffer_count) * 278)
274274

275275
/** Memory required for the periodic adv list.
276276
*
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: 7b280b4125b8b93a40eb896caffe7795704c787e
3-
ll_subversion_number: '0x10DA'
2+
git_revision: cba7f8f1214486c77be25f19c7f05e41cdd974b6
3+
ll_subversion_number: '0x10E6'
44
ll_version_number: '0x0E'
5-
timestamp: '2025-04-02T14:20:19Z'
5+
timestamp: '2025-04-14T09:24:20Z'
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)