zephyr/doc/reference/usermode
Yasushi SHOJI a3e0f8c316 doc: Replace *_thread_resource_pool_assign with k_thread_heap_assign
Replace *_thread_resource_pool_assign() in the reference with the new
k_thread_heap_assign() since both k_thread_resource_pool_assign() and
z_thread_resource_pool_assign() has been removed prio to v2.5 (by the
commit c770cab1a3 and 3c2c1d85b0 respectively) along with the
k_mem_pool API removal.

For the resource pool inheritance test, the variables with "res_pool"
string has been replaced by "heap_mem" to align with the documentation
fix.  No functionality has been changed.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
2021-03-11 18:22:12 -05:00
..
auto_mem_domain.png doc: add two diagrams to user mode documentation 2019-11-13 15:55:44 -08:00
index.rst docs: fix user mode sidebar 2020-05-20 20:08:54 +02:00
kernelobjects.rst doc: usermode: correct description of API 2020-11-30 12:59:24 -05:00
memory_domain.rst doc: Replace *_thread_resource_pool_assign with k_thread_heap_assign 2021-03-11 18:22:12 -05:00
mpu_stack_objects.rst global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
mpu_userspace.rst kernel: delete separate logic for priv stacks 2020-03-17 20:11:27 +02:00
overview.rst doc: usermode: stack access policy change 2020-10-21 10:20:23 -07:00
syscall_flow.png doc: add two diagrams to user mode documentation 2019-11-13 15:55:44 -08:00
syscalls.rst doc: usermode: use zephyr_file to locate syscall_handler.h 2020-08-19 10:27:26 -07:00