zephyr/samples/posix
Jaxson Han 2218e80bc2 samples: posix: uname: Set to 1cpu as shell_thread is not SMP-safe
The sample will leverage shell_thread function, which is not SMP-safe.
This will cause issues on some SMP platform. Set CONFIG_MP_MAX_NUM_CPUS
to 1 to fix the issue.

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
2023-08-21 13:27:07 +02:00
..
eventfd samples: posix: eventfd: Use NET_TEST config 2023-08-18 10:13:12 +02:00
gettimeofday samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
uname samples: posix: uname: Set to 1cpu as shell_thread is not SMP-safe 2023-08-21 13:27:07 +02:00
posix.rst