mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 14:15:21 +00:00
Add fifo/fifo test cases with unified kernel, which cover basic apis across differnt contexts - thread and isr Change-Id: Icb61d3dcd564167b0bd70419c652e0b000869959 Signed-off-by: jing wang <jing.j.wang@intel.com>
5 lines
76 B
Makefile
5 lines
76 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|