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
c8af08e5d4
zephyr
/
ext
/
debug
/
CMakeLists.txt
2 lines
50 B
CMake
Raw
Normal View
History
Unescape
Escape
debug: fix RTT console Kconfig Use HAS_ Kconfig option as intended, those are invisible option that signify support of a certain feature that can be selected by a hardware or platform. For RTT and system view this was not dont in an inconsistent way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-03-04 06:11:24 +08:00
add_subdirectory_ifdef
(
CONFIG_RTT_CONSOLE
segger
)