Created Ringbuffer Channels (markdown)

Sven Schnelle
2015-11-07 20:39:59 +01:00
parent 687560ad49
commit 03027067f9

10
Ringbuffer-Channels.md Normal file

@@ -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