zephyr/samples/userspace
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
..
shared_mem app_shmem: delete parallel API for domains 2019-01-29 11:11:49 -08:00
index.rst samples: move userspace sample out of basic/ 2018-12-11 13:13:26 -06:00