doc: reference: memory_domain: Update minimal libc

The global variables in the Minimal C library are now placed in
z_libc_partition, update the document accordingly.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
Yasushi SHOJI 2021-05-09 00:13:34 +09:00 committed by Christopher Friedt
commit ab7f07dc4a

View file

@ -302,8 +302,8 @@ There are a few memory partitions which are pre-defined by the system:
to specific memory domains.
- ``z_libc_partition`` - Contains globals required by the C library and runtime.
Required if using newlib. Required if using minimal libc with
``CONFIG_STACK_CANARIES`` enabled.
Required when using either the Minimal C library or the Newlib C Library.
Required when option:`CONFIG_STACK_CANARIES` is enabled.
Library-specific partitions are listed in ``include/app_memory/partitions.h``.
For example, to use the MBEDTLS library from user mode, the