Skip to content

Commit

Permalink
doc: gathering security related libraries
Browse files Browse the repository at this point in the history
Moving security related libraries under common
Security section.

Signed-off-by: Mia Koen <mia.koen@nordicsemi.no>
  • Loading branch information
mia-ko authored and nordicjm committed Apr 17, 2024
1 parent ad5886a commit c12599e
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/_utils/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,16 @@
("libraries/nrf_security/doc/drivers", "libraries/security/nrf_security/doc/drivers"),
("libraries/nrf_security/doc/mbed_tls_header", "libraries/security/nrf_security/doc/mbed_tls_header"),
("libraries/bin/bt_ll_acs_nrf53/index", "nrfxlib/softdevice_controller/doc/isochronous_channels"),
("libraries/others/fatal_error", "libraries/security/fatal_error"),
("libraries/others/flash_patch", "libraries/security/bootloader/flash_patch"),
("libraries/others/fprotect", "libraries/security/bootloader/fprotect"),
("libraries/others/fw_info", "libraries/security/bootloader/fw_info"),
("libraries/others/hw_unique_key", "libraries/security/hw_unique_key"),
("libraries/others/identity_key", "libraries/security/identity_key"),
("libraries/tfm/index", "libraries/security/tfm/index"),
("libraries/tfm/tfm_ioctl_api", "libraries/security/tfm/tfm_ioctl_api"),
("libraries/bootloader/bl_crypto", "libraries/security/bootloader/bl_crypto"),
("libraries/bootloader/bl_storage", "libraries/security/bootloader/bl_storage"),
("libraries/bootloader/bl_validation", "libraries/security/bootloader/bl_validation"),
("libraries/bootloader/index", "libraries/security/bootloader/index"),
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions doc/nrf/libraries/security/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ Security libraries
:glob:
:caption: Subpages:

bootloader/index
nrf_security/index
tfm/index
*
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Wrapper functions for these accesses are defined in :file:`tfm_ioctl_ns_api.c` a

The supported platform services are defined by :c:struct:`tfm_platform_ioctl_core_reqest_types_t` in :file:`tfm_ioctl_core_api.h`.

.. literalinclude:: ../../../../../modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/services/include/tfm_ioctl_core_api.h
.. literalinclude:: ../../../../../../modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/services/include/tfm_ioctl_core_api.h
:language: c
:start-at: /** @brief Supported request types.
:end-before: /** @brief Argument list for each platform read service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ Documentation

* The :ref:`ug_wifi_overview` page by separating the information about Wi-Fi certification into its own :ref:`ug_wifi_certification` page under :ref:`ug_wifi`.
* The :ref:`ug_bt_mesh_configuring` page with an example of possible entries in the Settings NVS name cache.
* The :ref:`lib_security` page to include all security-related libraries.

* Fixed:

Expand Down

0 comments on commit c12599e

Please sign in to comment.