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