Skip to content

Commit

Permalink
softdevice_controller: rev 002e900e2a695cc7f0ab8dca844ab681c5c7f472
Browse files Browse the repository at this point in the history
CHANGELOG.rst contains the list of changes.

Signed-off-by: Martin Tverdal <[email protected]>
  • Loading branch information
martintv authored and nordicjm committed Nov 20, 2024
1 parent 92d7bf9 commit e96a443
Show file tree
Hide file tree
Showing 33 changed files with 44 additions and 44 deletions.
10 changes: 5 additions & 5 deletions softdevice_controller/include/sdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ extern "C" {
__MEM_ADDITIONAL_LINK_SIZE(tx_size, rx_size, tx_count, rx_count))

/** Maximum shared memory required for central links. */
#define SDC_MEM_CENTRAL_LINKS_SHARED 17
#define SDC_MEM_CENTRAL_LINKS_SHARED 21

/** Maximum shared memory required for peripheral links. */
#define SDC_MEM_PERIPHERAL_LINKS_SHARED 17
Expand All @@ -212,15 +212,15 @@ extern "C" {
#define SDC_MEM_QOS_CHANNEL_SURVEY (40)

/** Memory required for the scanner when only supporting legacy scanning. */
#define SDC_MEM_SCAN(buffer_count) (345 + (buffer_count) * 98)
#define SDC_MEM_SCAN(buffer_count) (353 + (buffer_count) * 98)

/** Memory required for the scanner when supporting extended scanning. */
#define SDC_MEM_SCAN_EXT(buffer_count) (345 + (buffer_count) * 320)
#define SDC_MEM_SCAN_EXT(buffer_count) (353 + (buffer_count) * 320)

/** Additional memory required for the initiator when supporting scanning
* and initiating at the same time.
*/
#define SDC_MEM_INITIATOR (320)
#define SDC_MEM_INITIATOR (328)

/** Memory required for the Filter Accept List */
#define SDC_MEM_FAL(max_num_entries) ((max_num_entries) > 0 ? (4 + (max_num_entries) * 8) : 0)
Expand Down Expand Up @@ -337,7 +337,7 @@ extern "C" {
*
* @param[in] count Maximum number of concurrent connections supporting CS procedure.
*/
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8907) : 0)
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8912) : 0)

/** @brief Maximum additional memory required to support Channel Sounding setup phase procedures
*
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf52/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x1050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x1054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:50:29Z'
timestamp: '2024-11-19T12:00:03Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf52/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x1050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x1054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:50:29Z'
timestamp: '2024-11-19T12:00:03Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf52/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x1050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x1054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:50:29Z'
timestamp: '2024-11-19T12:00:03Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf53/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x2050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x2054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:51:34Z'
timestamp: '2024-11-19T12:01:06Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54h/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x4050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x4054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:52:25Z'
timestamp: '2024-11-19T12:02:21Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54h/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x4050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x4054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:52:25Z'
timestamp: '2024-11-19T12:02:21Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54h/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x4050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x4054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:52:25Z'
timestamp: '2024-11-19T12:02:21Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54l/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x3050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:53:39Z'
timestamp: '2024-11-19T12:03:38Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54l/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x3050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:53:39Z'
timestamp: '2024-11-19T12:03:38Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54l/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x3050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:53:39Z'
timestamp: '2024-11-19T12:03:38Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54l_ns/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x3050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:54:54Z'
timestamp: '2024-11-19T12:05:50Z'
Binary file not shown.
6 changes: 3 additions & 3 deletions softdevice_controller/lib/nrf54l_ns/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x3050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:54:54Z'
timestamp: '2024-11-19T12:05:50Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 424f46ccc2f4e28fe7eab7738372924a06ee88d8
ll_subversion_number: '0x3050'
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
ll_version_number: '0x0E'
timestamp: '2024-11-15T12:54:54Z'
timestamp: '2024-11-19T12:05:50Z'

0 comments on commit e96a443

Please sign in to comment.