Skip to content

Commit a751b47

Browse files
committed
nrf_security: Modified references from nrfxlib to nrf
This commit reworks the way that nrf security reference into nrf docs due to a current limitation in doxygen setup/doc generation. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent c5ba067 commit a751b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nrf_security/doc/nrf_security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It is possible to provide your own custom mbed TLS configuration file by deselec
4343
.. note::
4444
Deselecting the :option:`CONFIG_GENERATE_MBEDTLS_CFG_FILE` Kconfig variable
4545
is not recommended.
46-
But if doing so, please read `User provided mbed TLS config header`_.
46+
But if doing so, please read `user-provided mbed TLS config header`_.
4747

4848

4949
nrf_security backends
@@ -101,7 +101,7 @@ Using the nrf_cc310_mbedcrypto as backend
101101

102102
To use the :ref:`nrf_cc310_mbedcrypto_readme` as a backend, the CC310 hardware must first be initialized.
103103

104-
The CC310 is initialized in :ref:`nrf:lib_hw_cc310` and is controlled with the :option:`nrf:CONFIG_HW_CC310` Kconfig variable.
104+
The CC310 is initialized in :file:`<NCS>/nrf/drivers/hw_cc310/hw_cc310.c` and is controlled with the `CONFIG_HW_CC310` Kconfig variable.
105105
This variable default value is `y` when the CC310 is available.
106106

107107

0 commit comments

Comments
 (0)