zephyr/samples/userspace/prod_consumer/src
Daniel Leung fa3267165c samples: prod_consumer: don't reuse main stack for app_b
With demand paging, the main stack is not user mode capable
and it would fail k_thread_user_mode_enter() under
app_b_entry(). So create another thread and stack for app_b
as this stack can be used in user mode.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-08-26 21:16:22 -04:00
..
app_a.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
app_a.h
app_b.c kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
app_b.h
app_syscall.c
app_syscall.h
main.c samples: prod_consumer: don't reuse main stack for app_b 2021-08-26 21:16:22 -04:00
main.h samples/userspace/prod_consumer: Use a sys_heap 2020-12-07 21:50:14 -05:00
sample_driver_foo.c samples: prod_consumer: remove usage of device_pm_control_nop 2021-04-28 20:40:00 -04:00
sample_driver_handlers.c
sample_driver.h