mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
driver/segger: Move SYSLOG_RTT config from drivers/syslog to drivers/segger
and remove include/nuttx/syslog/syslog_rtt.h Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
fd268d7123
commit
af2b491420
@@ -223,13 +223,6 @@ config SYSLOG_RPMSG
|
||||
---help---
|
||||
Use the rpmsg as a SYSLOG output device, send message to remote proc.
|
||||
|
||||
config SYSLOG_RTT
|
||||
bool "Log to Segger J-Link RTT"
|
||||
select SEGGER_RTT
|
||||
default n
|
||||
---help---
|
||||
Use Segger J-Link RTT as a SYSLOG output device.
|
||||
|
||||
config SYSLOG_CONSOLE
|
||||
bool "Log to /dev/console"
|
||||
default !ARCH_LOWPUTC && !SYSLOG_CHAR && !RAMLOG_SYSLOG && !SYSLOG_RPMSG && !SYSLOG_RTT
|
||||
|
||||
Reference in New Issue
Block a user