This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
59b06e2860
zephyr
/
samples
/
shell
/
Makefile
6 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
shell: add sample application [QEMU] CPU: qemu32 shell> ping pong shell> ticks ticks: 481 shell> highticks highticks: 750736288 shell> help Available commands: help ping ticks highticks Change-Id: Ie8e9d27d83bf944a8b8800f7391c6246be769875 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-11-05 11:45:09 +08:00
KERNEL_TYPE
=
nano
Use BOARD instead of PLATFORM_CONFIG Change-Id: I14db0087cd705df0db8a911071bc3949b5c79314 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 04:00:31 +08:00
BOARD
?=
qemu_x86
shell: add sample application [QEMU] CPU: qemu32 shell> ping pong shell> ticks ticks: 481 shell> highticks highticks: 750736288 shell> help Available commands: help ping ticks highticks Change-Id: Ie8e9d27d83bf944a8b8800f7391c6246be769875 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-11-05 11:45:09 +08:00
CONF_FILE
=
prj.conf
i
n
c
l
u
d
e
$(
ZEPHYR_BASE
)
/
M
a
k
e
f
i
l
e
.
i
n
c