From 03027067f94c02dab8faee71d1777ff1c0060fb6 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sat, 7 Nov 2015 20:39:59 +0100 Subject: [PATCH] Created Ringbuffer Channels (markdown) --- Ringbuffer-Channels.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Ringbuffer-Channels.md diff --git a/Ringbuffer-Channels.md b/Ringbuffer-Channels.md new file mode 100644 index 0000000..41db2ff --- /dev/null +++ b/Ringbuffer-Channels.md @@ -0,0 +1,10 @@ +* Terminal + - Used for ASCII debugging output from Firmware +* IO + - Used to transmit commands from Host to Target(Firmware) +* DEBUG +* BUF_H2T +* BUF_T2H +* SHAREDMALLOC + - Firmware requests memory allocation that can be shared with the Hosts via this channel +* IO_T2H \ No newline at end of file