Skip to content

Commit

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

Signed-off-by: Herman Berget <[email protected]>
  • Loading branch information
hermabe authored and nordicjm committed Aug 29, 2024
1 parent cb2aa0d commit 9e4d3e4
Show file tree
Hide file tree
Showing 34 changed files with 45 additions and 39 deletions.
4 changes: 4 additions & 0 deletions softdevice_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Added
This information can be used to synchronize two applications running on a central and a peripheral device.
* Vendor-specific command for triggering a peripheral task at the start of a radio event.
See :c:func:`sdc_hci_cmd_vs_set_event_start_task`. (DRGN-20737)
* Support for the LE Set Default Subrate and LE Subrate Request HCI commands. (DRGN-19745)

Changes
=======
Expand Down Expand Up @@ -66,6 +67,9 @@ Bug fixes
This could only happen when (all of the following)
* a non-zero Max_Extended_Advertising_Events parameter was used in the LE Set Extended Advertising Enable command.
* other ongoing activities in the controller prevented the first advertising event from taking place when the advertising set was created.
* 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)

nRF Connect SDK v2.7.0
**********************
Expand Down
2 changes: 2 additions & 0 deletions softdevice_controller/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f
+--------------------------------+-----------------+--------------+-----------+
| Synchronized Receiver | | | X |
+--------------------------------+-----------------+--------------+-----------+
| Connection Subrating | | | X |
+--------------------------------+-----------------+--------------+-----------+

.. note::
The following limitations apply to the listed features:
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x1232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x123E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:19:44Z'
timestamp: '2024-08-27T14:12:17Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x1232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x123E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:19:44Z'
timestamp: '2024-08-27T14:12:17Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x1232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x123E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:19:44Z'
timestamp: '2024-08-27T14:12:17Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x2232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x223E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:20:52Z'
timestamp: '2024-08-27T14:13:30Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x4232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x423E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:22:01Z'
timestamp: '2024-08-27T14:15:06Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x4232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x423E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:22:01Z'
timestamp: '2024-08-27T14:15:06Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x4232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x423E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:22:01Z'
timestamp: '2024-08-27T14:15:06Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x3232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x323E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:23:33Z'
timestamp: '2024-08-27T14:17:28Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x3232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x323E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:23:33Z'
timestamp: '2024-08-27T14:17:28Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x3232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x323E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:23:33Z'
timestamp: '2024-08-27T14:17:28Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x3232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x323E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:24:36Z'
timestamp: '2024-08-27T14:18:45Z'
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: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x3232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x323E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:24:36Z'
timestamp: '2024-08-27T14:18:45Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: SoftDevice Controller
git_revision: fc68c233ae346436ae57c07a590cb40838ce53d0
ll_subversion_number: '0x3232'
git_revision: 65b46548d2d4c8cf61cdc2303129da2f1ca1f9ee
ll_subversion_number: '0x323E'
ll_version_number: '0x0D'
timestamp: '2024-08-15T08:24:36Z'
timestamp: '2024-08-27T14:18:45Z'

0 comments on commit 9e4d3e4

Please sign in to comment.