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:
Dave Marples
2019-06-03 07:31:17 -06:00
committed by Gregory Nutt
parent 04ea439121
commit a2def2a4d1
10 changed files with 743 additions and 11 deletions
+1 -2
View File
@@ -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)