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
eeda48b552
zephyr
/
samples
/
shell
/
prj.conf
4 lines
61 B
Plaintext
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
CONFIG_PRINTK=y
shell: move shell to its own subsystem This moves the shell component into its own subsys and groups all related files and options into a single place. Additionally, one Kconfig option will now be required to enable the shell: CONFIG_CONSOLE_SHELL=y The header files was also moved to include/shell/shell.h and can be now referenced with #include <shell/shell.h> instead of #include <misc/shell.h> Updated documentation as well. Change-Id: Iffbba4acfa05408055e9fd28dffa213451351f94 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-24 03:06:46 +08:00
CONFIG_CONSOLE_SHELL=y
shell: split kernel shell into separate module Add kernel functions to kernel module and make it part of the shell sample. Change-Id: If5e8ff8ce7b8edbbb8d62509964700b007eaf88b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-04 20:09:17 +08:00
CONFIG_KERNEL_SHELL=y