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
559b46f37d
zephyr
/
samples
/
shell
/
prj.conf
5 lines
94 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_CONSOLE_HANDLER=y
CONFIG_CONSOLE_HANDLER_SHELL=y
console: shell: Support multiple modules Ability to use Zephyr shell by multiple modules simultaneously, each module for its own usage. Old shell implementation enabled the user to call only one module commands, not all of the modules simultaneously. Change-Id: I0ef8fa2fd190b7490c44fe91d1016363258302c9 Signed-off-by: Yael Avramovich <yael.avramovich@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-07-31 21:16:29 +08:00
CONFIG_ENABLE_SHELL=y
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