mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 08:23:08 +00:00
This commit fix the return statement in a void function due to this is not useful. Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@linux.intel.com> Change-Id: Icae7892853ed1c6c56c18e0c0c8f8fd1610491ee |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj_arm.conf | ||
prj_x86.conf | ||
prj.vpf | ||
README.txt |
Title: test_pool Description: This test verifies that the microkernel memory pool APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: This microkernel project outputs to the console. It can be built and executed on QEMU as follows: make pristine make microkernel.qemu If executing on Simics, substitute 'simics' for 'qemu' in the command line. -------------------------------------------------------------------------------- Sample Output: tc_start() - Test Microkernel Memory Pools Testing task_mem_pool_alloc() ... Testing task_mem_pool_alloc_wait_timeout() ... Testing task_mem_pool_alloc_wait() ... Testing task_mem_pool_move[_wait[_timeout]]() ... Testing task_mem_pool_defragment() ... =================================================================== PASS - RegressionTask. =================================================================== VXMICRO PROJECT EXECUTION SUCCESSFUL