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
2d575de085
zephyr
/
drivers
/
console
/
shells
/
Makefile
3 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
obj-$(CONFIG_ENABLE_SHELL)
+=
shell_service.o
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
obj-$(CONFIG_KERNEL_SHELL)
+=
kernel_service.o