Add host decoder to test the slave communication protocol
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 24 Nov 2023 23:14:59 +0000 (00:14 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 24 Nov 2023 23:14:59 +0000 (00:14 +0100)
commit8260c2ff1e9f2a556c8cb80dc0f960c74a700088
treedfd368efb389163d1d83521aefa90871260719a7
parenta7c600e180f9fe1a4f5ef87543ea1445006fc3e0
Add host decoder to test the slave communication protocol
host/scialys_uart_comm_decode/.gitignore [new file with mode: 0644]
host/scialys_uart_comm_decode/Makefile [new file with mode: 0644]
host/scialys_uart_comm_decode/README [new file with mode: 0644]
host/scialys_uart_comm_decode/main.c [new file with mode: 0644]
host/scialys_uart_comm_decode/serial_utils.c [new file with mode: 0644]
host/scialys_uart_comm_decode/serial_utils.h [new file with mode: 0644]