Skip to content

Commit

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

Signed-off-by: Kyra Lengfeld <kyra.lengfeld@nordicsemi.no>
  • Loading branch information
KyraLengfeld authored and rlubos committed Nov 21, 2024
1 parent 8d183d3 commit f254829
Show file tree
Hide file tree
Showing 34 changed files with 48 additions and 40 deletions.
8 changes: 8 additions & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Changelog

All the notable changes to this project are documented on this page.

Main branch
***********

Bug fixes
=========

* Fixed an issue where the CIS central running on an nRF53 Series device could set an invalid MIC when sending encrypted ISO packets. (DRGN-23776)

nRF Connect SDK v2.8.0
**********************

Expand Down
2 changes: 1 addition & 1 deletion 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 21
#define SDC_MEM_CENTRAL_LINKS_SHARED 17

/** Maximum shared memory required for peripheral links. */
#define SDC_MEM_PERIPHERAL_LINKS_SHARED 17
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x1054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x1055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:00:03Z'
timestamp: '2024-11-20T16:08:48Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x1054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x1055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:00:03Z'
timestamp: '2024-11-20T16:08:48Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x1054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x1055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:00:03Z'
timestamp: '2024-11-20T16:08:48Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x2054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x2055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:01:06Z'
timestamp: '2024-11-20T16:09:51Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x4054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x4055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:02:21Z'
timestamp: '2024-11-20T16:10:43Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x4054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x4055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:02:21Z'
timestamp: '2024-11-20T16:10:43Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x4054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x4055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:02:21Z'
timestamp: '2024-11-20T16:10:43Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x3055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:03:38Z'
timestamp: '2024-11-20T16:12:22Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x3055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:03:38Z'
timestamp: '2024-11-20T16:12:22Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x3055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:03:38Z'
timestamp: '2024-11-20T16:12:22Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x3055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:05:50Z'
timestamp: '2024-11-20T16:13:38Z'
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: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x3055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:05:50Z'
timestamp: '2024-11-20T16:13:38Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 002e900e2a695cc7f0ab8dca844ab681c5c7f472
ll_subversion_number: '0x3054'
git_revision: 3ab3c2fa9d75e597e0195958a5f27a76f19ad513
ll_subversion_number: '0x3055'
ll_version_number: '0x0E'
timestamp: '2024-11-19T12:05:50Z'
timestamp: '2024-11-20T16:13:38Z'

0 comments on commit f254829

Please sign in to comment.