Skip to content

Commit

Permalink
doc: Moving cryptolib changelogs to doc
Browse files Browse the repository at this point in the history
Centralizing the place for the changelogs of the crypto libraries
 - cc3xx_mbedcrypto
 - cc3xx_platform
 - cc310_bl
 - oberon

Ref: NCSDK-21445

Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
  • Loading branch information
mswarowsky authored and nordicjm committed Jul 4, 2023
1 parent 13932b9 commit 7707a8c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions crypto/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Crypto Libraries
doc/nrf_cc310_platform
doc/nrf_cc310_mbedcrypto
doc/nrf_oberon
nrf_cc310_platform/CHANGELOG.rst
nrf_cc310_bl/CHANGELOG
nrf_cc310_mbedcrypto/CHANGELOG
nrf_oberon/CHANGELOG
doc/CHANGELOG_cc310_bl
doc/CHANGELOG_cc3xx_platform
doc/CHANGELOG_cc3xx_mbedcrypto
doc/CHANGELOG_oberon
doc/api
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions crypto/doc/nrf_cc310_bl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The library must be initialized before the APIs can be used.

.. code-block:: c
:caption: Initializing the nrf_cc310_bl library
if (nrf_cc310_bl_init() != 0) {
/** nrf_cc310_bl failed to initialize. */
return -1;
Expand All @@ -42,7 +42,7 @@ The hardware is enabled by writing to a specific register.

.. code-block:: c
:caption: Enabling the CryptoCell hardware
NRF_CRYPTOCELL->ENABLE=1;
Disabling the CryptoCell hardware
Expand All @@ -52,7 +52,7 @@ The hardware is disabled by writing to a specific register.

.. code-block:: c
:caption: Disabling the CryptoCell hardware
NRF_CRYPTOCELL->ENABLE=0;
.. note::
Expand Down

0 comments on commit 7707a8c

Please sign in to comment.