Skip to content

Commit 60ee031

Browse files
committed
softdevice_controller: rev e495f1406f7fcde8ee2cb1d6f1c5314513602d11
CHANGELOG.rst contains the list of changes. Signed-off-by: Vinayak Chettimada <[email protected]>
1 parent 3d0ba67 commit 60ee031

File tree

94 files changed

+4458
-9526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+4458
-9526
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 14 additions & 447 deletions
Large diffs are not rendered by default.

softdevice_controller/README.rst

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
SoftDevice Controller
44
#####################
55

6-
The |controller| is an RTOS-agnostic library built for the Nordic Semiconductor devices that support Bluetooth.
6+
The |controller| is an RTOS-agnostic library built for the Nordic Semiconductor nRF52 and nRF53 Series.
7+
It supports Bluetooth 5.
78
The library utilizes services provided by the :ref:`mpsl`.
89

910
The |controller| is distributed in different variants containing different features.
10-
The libraries are available as soft-float, softfp-float, and hard-float builds for the nRF52, nRF54H and nRF54L Series, and as a soft-float build for the nRF53 Series.
11+
Variants for the Arm Cortex-M4 processor are available as soft-float, softfp-float, and hard-float.
12+
Variants for the Arm Cortex-M33 processor are available as soft-float only.
1113

1214
|BLE| feature support:
1315

@@ -18,11 +20,11 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f
1820
+--------------------------------+-----------------+--------------+-----------+
1921
| Advertiser | X | | X |
2022
+--------------------------------+-----------------+--------------+-----------+
21-
| Peripheral | X | | X |
23+
| Slave | X | | X |
2224
+--------------------------------+-----------------+--------------+-----------+
2325
| Scanner | | X | X |
2426
+--------------------------------+-----------------+--------------+-----------+
25-
| Central | | X | X |
27+
| Master | | X | X |
2628
+--------------------------------+-----------------+--------------+-----------+
2729
| Data Length Extensions | X | X | X |
2830
+--------------------------------+-----------------+--------------+-----------+
@@ -38,8 +40,6 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f
3840
+--------------------------------+-----------------+--------------+-----------+
3941
| LE Power Control Request | X | X | X |
4042
+--------------------------------+-----------------+--------------+-----------+
41-
| LE Path Loss Monitoring | X | X | X |
42-
+--------------------------------+-----------------+--------------+-----------+
4343
| Periodic Advertising Sync | | | X |
4444
| Transfer - Sender | | | |
4545
+--------------------------------+-----------------+--------------+-----------+
@@ -64,10 +64,6 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f
6464
+--------------------------------+-----------------+--------------+-----------+
6565
| Synchronized Receiver | | | X |
6666
+--------------------------------+-----------------+--------------+-----------+
67-
| Connection Subrating | | | X |
68-
+--------------------------------+-----------------+--------------+-----------+
69-
| Channel Sounding | | | X |
70-
+--------------------------------+-----------------+--------------+-----------+
7167

7268
.. note::
7369
The following limitations apply to the listed features:
@@ -76,8 +72,6 @@ The libraries are available as soft-float, softfp-float, and hard-float builds f
7672
* For Connection CTE Response, angle of arrival (AoA) is supported, but angle of departure (AoD) is not.
7773
* For Periodic Advertising Sync Transfer - Receiver, only one sync transfer reception may be in progress at any one time per link.
7874
* For the Isochronous Channels features, nRF52820 and nRF52833 are the nRF52 Series devices that support encrypting and decrypting the Isochronous Channels packets.
79-
* For the nRF54L Series devices, the SoftDevice Controller in non-secure mode is experimental.
80-
* Support for the Channel Sounding feature is only available on the nRF54L15 device.
8175

8276
.. _sdc_proprietary_feature_support:
8377

@@ -107,7 +101,6 @@ Proprietary feature support:
107101
doc/softdevice_controller
108102
doc/scheduling
109103
doc/isochronous_channels
110-
doc/channel_sounding
111104
limitations
112105
CHANGELOG
113106
doc/api

softdevice_controller/doc/api.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _softdevice_controller_api:
1+
.. softdevice_controller_api:
22
33
API documentation
44
#################
@@ -11,45 +11,63 @@ SoftDevice Controller
1111
***********************
1212

1313
.. doxygengroup:: sdc
14+
:project: nrfxlib
15+
:members:
1416

1517
Memory requirement defines
1618
==========================
1719

1820
.. doxygengroup:: sdc_mem_defines
21+
:project: nrfxlib
22+
:members:
1923

2024

2125
SoftDevice Controller HCI
2226
***************************
2327

2428
.. doxygengroup:: sdc_hci
29+
:project: nrfxlib
30+
:members:
2531

2632

2733
SoftDevice Controller HCI VS
2834
******************************
2935

3036
.. doxygengroup:: sdc_hci_vs
37+
:project: nrfxlib
38+
:members:
3139

3240
HCI Types
3341
============
3442

3543
.. doxygengroup:: HCI_TYPES
44+
:project: nrfxlib
45+
:members:
3646

3747
HCI Events
3848
=============
3949

4050
.. doxygengroup:: HCI_EVENTS
51+
:project: nrfxlib
52+
:members:
4153

4254
HCI Commands
4355
===============
4456

4557
.. doxygengroup:: HCI_COMMAND_PARAMETERS
58+
:project: nrfxlib
59+
:members:
4660

4761
HCI VS API
4862
==========
4963

5064
.. doxygengroup:: HCI_VS_API
65+
:project: nrfxlib
66+
:members:
5167

5268
SoftDevice Controller SoC
5369
***************************
5470

5571
.. doxygengroup:: sdc_soc
72+
:project: nrfxlib
73+
:members:

0 commit comments

Comments
 (0)