This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
61f252fe33
zephyr
/
samples
/
userspace
/
shared_mem
/
prj.conf
3 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: shared_mem: fix exception printouts Enable CONFIG_TEST so that we get the necessary defines for console output when a fatal error happens, as well as assertion checking. Remove an unnecessary self-abort in main(), this causes an assert to fail. Letting main() return does the same thing, more gracefully. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-23 03:18:30 +08:00
CONFIG_TEST=y
userspace: sample app domain applications Added a sample using the app_memory submodule to protect memory used by three threads. Signed-off-by: Shawn Mosley <smmosle@tycho.nsa.gov>
2018-06-29 21:30:24 +08:00
CONFIG_USERSPACE=y