|
PHiLIP
|
Protocol for application communication. More...
Go to the source code of this file.
Macros | |
| #define | RX_END_CHAR '\n' |
| Parse on newline. | |
| #define | TX_END_STR "\n" |
| Send newline at end of transmission. | |
Functions | |
| error_t | parse_command (char *str, uint16_t buf_size, uint8_t access) |
| Parses a string and executes commands. More... | |
Protocol for application communication.
This initializes and runs the serial communication protocol for interfacing to registers. It used the STM HAL and a UART for the IO. It also uses DMA.