Skip to content

Commit

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

Signed-off-by: Jan Müller <[email protected]>
  • Loading branch information
Tschet1 authored and rugeGerritsen committed Dec 4, 2024
1 parent e23d70e commit 8415721
Show file tree
Hide file tree
Showing 34 changed files with 42 additions and 41 deletions.
1 change: 1 addition & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bug fixes
* Fixed a rare issue where the scanner may give a single advertising report with corrupted data when restarting scanning.
The issue would only happen when the scanner received a long extended advertising packet that did not fit into a single advertising report and the scanning was stopped explicitly or through a timeout. (DRGN-23966)
* Fixed an issue where the CIS TX Power was set according to the LE Power Control state of the previous CIS in a CIG. (DRGN-21721)
* Fixed an issue where the BIS receiver running with FEM could enable the radio at the wrong time, causing the receiver to drop packets and lose sync. (DRGN-23891)

nRF Connect SDK v2.8.0
**********************
Expand Down
4 changes: 2 additions & 2 deletions softdevice_controller/include/sdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,13 @@ extern "C" {
*
* @param[in] count Maximum number of concurrent connections supporting CS procedure.
*/
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8912) : 0)
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8883) : 0)

/** @brief Maximum additional memory required to support Channel Sounding setup phase procedures
*
* @param[in] count Total number of links (central + peripheral).
*/
#define SDC_MEM_CS_SETUP_PHASE_LINKS(count) ((count) > 0 ? (11 + (count)*326) : 0)
#define SDC_MEM_CS_SETUP_PHASE_LINKS(count) ((count) > 0 ? (11 + (count)*339) : 0)

/** @} end of sdc_mem_defines */

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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x1061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x1063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:02:51Z'
timestamp: '2024-12-04T07:52:35Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x1061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x1063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:02:51Z'
timestamp: '2024-12-04T07:52:35Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x1061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x1063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:02:51Z'
timestamp: '2024-12-04T07:52:35Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x2061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x2063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:03:54Z'
timestamp: '2024-12-04T07:53:37Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x4061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x4063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:05:16Z'
timestamp: '2024-12-04T07:54:45Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x4061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x4063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:05:16Z'
timestamp: '2024-12-04T07:54:45Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x4061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x4063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:05:16Z'
timestamp: '2024-12-04T07:54:45Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x3061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x3063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:06:27Z'
timestamp: '2024-12-04T07:55:55Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x3061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x3063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:06:27Z'
timestamp: '2024-12-04T07:55:55Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x3061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x3063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:06:27Z'
timestamp: '2024-12-04T07:55:55Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x3061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x3063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:07:32Z'
timestamp: '2024-12-04T07:56:59Z'
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: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x3061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x3063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:07:32Z'
timestamp: '2024-12-04T07:56:59Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: b1a7158c9eb71ed9f0d49cf6b071d6c13cbd3933
ll_subversion_number: '0x3061'
git_revision: 93c4537c2712c49dfcfb766faa19da5c77bed391
ll_subversion_number: '0x3063'
ll_version_number: '0x0E'
timestamp: '2024-12-02T13:07:32Z'
timestamp: '2024-12-04T07:56:59Z'

0 comments on commit 8415721

Please sign in to comment.