mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 05:55: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>
5 lines
76 B
Makefile
5 lines
76 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|