From f12214a4df2fec54a4bf829af42525abc7f0cc8f Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 10 Oct 2020 20:50:57 +0200 Subject: [PATCH] README: doc usb --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 60f37e4..bc1a44d 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,14 @@ The scope of this setting is per TCP session. | `save` | Save configuration to EEPROM | | `reset` | Reset the device | | `ipv4 ` | Configure IPv4 address | + + +## USB + +The firmware includes experimental support for acting as a USB-Serial +peripheral. Debug logging will be sent there by default (unless build +with logging via semihosting.) + +**Caveat:** This logging does not flush its output. Doing so would +hang indefinitely if the output is not read by the USB host. Therefore +output will be truncated once buffers are full.