@@ -108,25 +108,25 @@ TinyProto implements all standard HDLC frame types:
108108
109109```
110110┌─────────────────────────────────────────────────┐
111- │ Application │
111+ │ Application │
112112├──────────────┬──────────────┬───────────────────┤
113113│ C++ API │ C API │ Python API │
114114│ IFd / Hdlc │ tiny_fd_* │ tinyproto.* │
115115│ Light │ hdlc_* │ │
116116├──────────────┴──────────────┴───────────────────┤
117- │ Full-Duplex Protocol (FD) │
117+ │ Full-Duplex Protocol (FD) │
118118│ ┌─────────────┬────────────┬───────────┐ │
119119│ │ I-frame │ S-frame │ U-frame │ │
120120│ │ queue │ handler │ handler │ │
121121│ └─────────────┴────────────┴───────────┘ │
122122├─────────────────────────────────────────────────┤
123- │ HDLC Low-Level Framing │
124- │ (byte stuffing, CRC, flags) │
123+ │ HDLC Low-Level Framing │
124+ │ (byte stuffing, CRC, flags) │
125125├─────────────────────────────────────────────────┤
126- │ Hardware Abstraction Layer │
127- │ (timers, mutexes, serial I/O) │
126+ │ Hardware Abstraction Layer │
127+ │ (timers, mutexes, serial I/O) │
128128├─────────────────────────────────────────────────┤
129- │ UART │ SPI │ I2C │ USB │ TCP │ ... │
129+ │ UART │ SPI │ I2C │ USB │ TCP │ ...│
130130└─────────────────────────────────────────────────┘
131131```
132132
0 commit comments