Skip to content

Commit

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

Signed-off-by: Sean Madigan <[email protected]>
  • Loading branch information
sean-madigan committed Sep 3, 2024
1 parent 049cecf commit 1481975
Show file tree
Hide file tree
Showing 34 changed files with 50 additions and 39 deletions.
5 changes: 5 additions & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ Bug fixes
* Fixed an issue where calling the :c:func:`sdc_hci_cmd_vs_zephyr_write_tx_power` function without the LE Power Control feature enabled could cause the controller to de-reference a NULL pointer. (DRGN-22930)
* Fixed an issue where the Central failed to receive the last packet in an isochronous event.
This could only happen if the Connected Isochronous Stream Creation procedure was initiated by the host before the Encryption Start procedure completed. (DRGN-22879)
* Fixed an assert that could happen when using the coexistence interface. (DRGN-23002)
This could happen when any of the following controller activities were ongoing:
* Isochronous Broadcaster
* Connected Isochronous channel in the peripheral role
* Periodic Sync with Responses

nRF Connect SDK v2.7.0
**********************
Expand Down
6 changes: 6 additions & 0 deletions softdevice_controller/include/sdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ extern "C" {
*/
#define SDC_MEM_SUBRATING(num_links) (11 + (num_links) * 19)

/** @brief Maximum memory required when supporting periodic advertising sync transfer.
*
* @param[in] num_links Total number of peripheral and central links supported.
*/
#define SDC_MEM_SYNC_TRANSFER(num_links) (0 + (num_links) * 0)

/** Memory required for Quality of Service (QoS) channel survey module. */
#define SDC_MEM_QOS_CHANNEL_SURVEY (40)

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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x1240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x1245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:42:54Z'
timestamp: '2024-09-03T08:23:55Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x1240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x1245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:42:54Z'
timestamp: '2024-09-03T08:23:55Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x1240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x1245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:42:54Z'
timestamp: '2024-09-03T08:23:55Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x2240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x2245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:43:58Z'
timestamp: '2024-09-03T08:24:56Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x4240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x4245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:45:07Z'
timestamp: '2024-09-03T08:25:54Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x4240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x4245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:45:07Z'
timestamp: '2024-09-03T08:25:54Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x4240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x4245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:45:07Z'
timestamp: '2024-09-03T08:25:54Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x3240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x3245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:47:34Z'
timestamp: '2024-09-03T08:27:15Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x3240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x3245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:47:34Z'
timestamp: '2024-09-03T08:27:15Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x3240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x3245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:47:34Z'
timestamp: '2024-09-03T08:27:15Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x3240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x3245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:49:13Z'
timestamp: '2024-09-03T08:27:55Z'
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: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x3240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x3245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:49:13Z'
timestamp: '2024-09-03T08:27:55Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: ae5902baf87be11c161011a2e485b6ecd2f577aa
ll_subversion_number: '0x3240'
git_revision: 6c48afc9da87c6b789378d4c365fbd63b9bf7ec2
ll_subversion_number: '0x3245'
ll_version_number: '0x0D'
timestamp: '2024-08-29T07:49:13Z'
timestamp: '2024-09-03T08:27:55Z'

0 comments on commit 1481975

Please sign in to comment.