Skip to content

Commit fe01786

Browse files
committed
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>
1 parent 5055edc commit fe01786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reference/usermode/memory_domain.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ There are a few memory partitions which are pre-defined by the system:
302302
to specific memory domains.
303303

304304
- ``z_libc_partition`` - Contains globals required by the C library and runtime.
305-
Required if using newlib. Required if using minimal libc with
306-
``CONFIG_STACK_CANARIES`` enabled.
305+
Required when using either the Minimal C library or the Newlib C Library.
306+
Required when option:`CONFIG_STACK_CANARIES` is enabled.
307307

308308
Library-specific partitions are listed in ``include/app_memory/partitions.h``.
309309
For example, to use the MBEDTLS library from user mode, the

0 commit comments

Comments
 (0)