Add k_fifo kernel object usage scenario tests between thread to thread and thread to ISR. This test is inspired from test_fifo legacy test from Zephyr v1.7.0 release. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
7 lines
130 B
YAML
7 lines
130 B
YAML
tests:
|
|
kernel.fifo.usage:
|
|
tags: kernel
|
|
kernel.fifo.usage.poll:
|
|
extra_args: CONF_FILE="prj_poll.conf"
|
|
tags: kernel
|