mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 17:36:38 +00:00
Remove leading/trailing blank lines in .c, .h, .py, .rst, .yml, and .yaml files. Will avoid failures with the new CI test in https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only checks changed files. Move the 'target-notes' target in boards/xtensa/odroid_go/doc/index.rst to get rid of the trailing blank line there. It was probably misplaced. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.txt | ||
testcase.yaml |
Title: Preemptible Threads Pending on kernel Objects Description: This test verifies that preemptible threads can pend on the following kernel objects: FIFOs, LIFOs, semaphores and timers. -------------------------------------------------------------------------------- Building and Running Project: This project outputs to the console. It can be built and executed on QEMU as follows: make run -------------------------------------------------------------------------------- Troubleshooting: Problems caused by out-dated project information can be addressed by issuing one of the following commands then rebuilding the project: make clean # discard results of previous builds # but keep existing configuration info or make pristine # discard results of previous builds # and restore pre-defined configuration info -------------------------------------------------------------------------------- Sample Output: ***** BOOTING ZEPHYR OS vxxxx - BUILD: xxxxx ***** tc_start() - Test Preemptible Threads Pending on Kernel Objects Testing preemptible threads block on fifos ... Testing fifos time-out in correct order ... Testing fifos delivered data correctly ... Testing preemptible threads block on lifos ... Testing lifos time-out in correct order ... Testing lifos delivered data correctly ... Testing preemptible thread waiting on timer ... =================================================================== PASS - task_monitor. =================================================================== PROJECT EXECUTION SUCCESSFUL