mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
arch/arm/src/common/up_lwl_console.c: Add support for a 'Lightweight Link' protocol between a target and debugger for use when you need a console but the target doesn't have a spare serial port or other available resource.
This commit is contained in:
committed by
Gregory Nutt
parent
04ea439121
commit
a2def2a4d1
@@ -6,8 +6,7 @@
|
||||
config DEV_LOWCONSOLE
|
||||
bool "Low-level console support"
|
||||
default n
|
||||
depends on ARCH_LOWPUTC
|
||||
depends on DEV_CONSOLE
|
||||
depends on ARCH_LOWPUTC && DEV_CONSOLE
|
||||
---help---
|
||||
Use the simple, low-level, write-only serial console driver (minimal support)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user