mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 05:15:22 +00:00
the commit cover basic customdata apis: k_thread_custom_data_set() k_thread_custom_data_get() Change-Id: Ide27cfd59230303767414c7f827d6ad627989a6f Signed-off-by: jing wang <jing.j.wang@intel.com>
11 lines
447 B
Plaintext
11 lines
447 B
Plaintext
$make qemu
|
|
Running test suite test_customdata_api
|
|
tc_start() - test_customdata_get_set_coop
|
|
===================================================================
|
|
PASS - test_customdata_get_set_coop.
|
|
tc_start() - test_customdata_get_set_preempt
|
|
===================================================================
|
|
PASS - test_customdata_get_set_preempt.
|
|
===================================================================
|
|
PROJECT EXECUTION SUCCESSFUL
|