Skip to content
Commit fa326716 authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

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: default avatarDaniel Leung <daniel.leung@intel.com>
parent 6a58c34a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment