zephyr/doc/kernel/usermode
Andrew Boie f278f31da1 app_shmem: delete parallel API for domains
The app shared memory macros for declaring domains provide
no value, despite the stated intentions.

Just declare memory domains using the standard APIs for it.

To support this, symbols declared for app shared memory
partitions now are struct k_mem_partition, which can be
passed to the k_mem_domain APIs as normal, instead of the
app_region structs which are of no interest to the end
user.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-01-29 11:11:49 -08:00
..
kernelobjects.rst doc: move usermode API documentation 2019-01-24 09:16:03 -05:00
memory_domain.rst doc: move usermode API documentation 2019-01-24 09:16:03 -05:00
mpu_stack_objects.rst doc: kernel: usermode: Add MPU stack and userspace documentation 2018-02-13 12:42:37 -08:00
mpu_userspace.rst doc: fix misspellings in docs 2018-02-22 15:28:20 -05:00
syscalls.rst doc: kernel: use zephyr_file role 2019-01-24 09:16:03 -05:00
usermode_sharedmem.rst app_shmem: delete parallel API for domains 2019-01-29 11:11:49 -08:00
usermode.rst userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00