Skip to content

Commit

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

Signed-off-by: Johan Stridkvist <[email protected]>
  • Loading branch information
jostn committed Dec 20, 2024
1 parent e7fa4ac commit fb4c30e
Show file tree
Hide file tree
Showing 34 changed files with 54 additions and 40 deletions.
14 changes: 14 additions & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,25 @@ All the notable changes to this project are documented on this page.
Main branch
***********

Added
=====

* Support generating the HCI LE CIS Established v2 event. (DRGN-24112)
* Support for the Advertising Coding Selection feature as an advertiser or scanner. (DRGN-23744)

* For an advertiser, this adds support for the LE Set Extended Advertising Parameters [v2] HCI command.
* For a scanner, the advertising reports will contain the coding scheme for packets received over LE Coded PHY when the host feature bit is enabled.

Changes
=======

* The CIS or BIS sink now generate lost SDUs immediately when scheduling conflicts occur instead of after receiving the next valid SDU. (DRGN-24062)

Bug fixes
=========

* Fixed an issue where ACL connections could not be created if a Periodic Advertiser was configured when the :kconfig:option:`CONFIG_BT_CTLR_SDC_PAWR_ADV` Kconfig option was selected. (DRGN-24148)

nRF Connect SDK v2.9.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 @@ -345,7 +345,7 @@ extern "C" {
*
* @param[in] count Maximum number of concurrent connections supporting CS procedure.
*/
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8883) : 0)
#define SDC_MEM_CS(count) ((count) > 0 ? (13 + (count) * 8904) : 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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x1071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x1073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:35:32Z'
timestamp: '2024-12-20T13:21:09Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x1071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x1073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:35:32Z'
timestamp: '2024-12-20T13:21:09Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x1071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x1073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:35:32Z'
timestamp: '2024-12-20T13:21:09Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x2071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x2073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:36:35Z'
timestamp: '2024-12-20T13:22:05Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x4071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x4073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:37:50Z'
timestamp: '2024-12-20T13:22:51Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x4071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x4073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:37:50Z'
timestamp: '2024-12-20T13:22:51Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x4071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x4073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:37:50Z'
timestamp: '2024-12-20T13:22:51Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x3071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x3073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:38:59Z'
timestamp: '2024-12-20T13:23:59Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x3071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x3073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:38:59Z'
timestamp: '2024-12-20T13:23:59Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x3071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x3073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:38:59Z'
timestamp: '2024-12-20T13:23:59Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x3071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x3073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:40:05Z'
timestamp: '2024-12-20T13:25:05Z'
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: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x3071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x3073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:40:05Z'
timestamp: '2024-12-20T13:25:05Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
ll_subversion_number: '0x3071'
git_revision: 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
ll_subversion_number: '0x3073'
ll_version_number: '0x0E'
timestamp: '2024-12-18T09:40:05Z'
timestamp: '2024-12-20T13:25:05Z'

0 comments on commit fb4c30e

Please sign in to comment.