Skip to content

Commit a236649

Browse files
rugeGerritsenrlubos
authored andcommitted
softdevice_controller: rev f2e75f6f23a2f3e8102fc3359ed71dfe8f8042f9
CHANGELOG.rst contains the list of changes. Signed-off-by: Rubin Ingwer Gerritsen <[email protected]>
1 parent a695a5a commit a236649

17 files changed

+17
-16
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Changes
4040
These changes reduce the code size when using only central or peripheral role. (DRGN-17592)
4141
* Applications may now configure fewer TX/RX buffers than the default.
4242
Note that this may lead to reduced throughput (DRGN-17651).
43+
* The scanner is now scheduling cooperatively when the sum of scan windows is equal to the scan interval.
44+
This improves scheduling performance when scanning concurrently on multiple PHYs (DRGN-17754).
45+
* Improved scheduling performance when synchronized to a periodic advertiser sending packets on Coded PHY (DRGN-17754).
4346

4447
Bug fixes
4548
=========

softdevice_controller/README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _softdevice_controller:
22

33
SoftDevice Controller
4-
#####################
4+
###########################
55

66
The |controller| is an RTOS-agnostic library built for the Nordic Semiconductor nRF52 and nRF53 Series.
77
It supports Bluetooth 5.
@@ -40,8 +40,6 @@ Variants for the Arm Cortex-M33 processor are available as soft-float only.
4040
.. note::
4141
For Connectionless CTE Advertising, angle of arrival (AoA) is supported, but angle of departure (AoD) is not.
4242

43-
.. _sdc_proprietary_feature_support:
44-
4543
Proprietary feature support:
4644

4745
+--------------------------+-----------------+--------------+-----------+-----------------------------------------------------------------------------+

softdevice_controller/doc/scheduling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The following figure shows a Scanner with a long :math:`\mathsf{scanWindow}` whi
323323
Primary channel cooperative scanning
324324
------------------------------------
325325

326-
When the scan window is set equal to the scan interval, the |controller| will schedule new primary channel scanner timing-events cooperatively.
326+
When the sum of the scan windows is set equal to the scan interval, the |controller| will schedule new primary channel scanner timing-events cooperatively.
327327
This allows other timing-events, such as advertising, to be interleaved with the scanning activity.
328328

329329
.. figure:: pic/schedule/scanner_timing_coop.svg
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: b330268dc5f34abdf421f5832dde9cf25eda68ec
3-
ll_subversion_number: '0x219E'
2+
git_revision: f2e75f6f23a2f3e8102fc3359ed71dfe8f8042f9
3+
ll_subversion_number: '0x21A7'
44
ll_version_number: '0x0C'
5-
timestamp: '2022-08-31T14:59:17Z'
5+
timestamp: '2022-09-09T09:17:16Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: SoftDevice Controller
2-
git_revision: b330268dc5f34abdf421f5832dde9cf25eda68ec
3-
ll_subversion_number: '0x119E'
2+
git_revision: f2e75f6f23a2f3e8102fc3359ed71dfe8f8042f9
3+
ll_subversion_number: '0x11A7'
44
ll_version_number: '0x0C'
5-
timestamp: '2022-08-31T14:59:08Z'
5+
timestamp: '2022-09-09T09:16:31Z'
Binary file not shown.

0 commit comments

Comments
 (0)