PHiLIP
app_shell_if.h File Reference

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

Detailed Description

Protocol for application communication.

Author
Kevin Weiss
Date
13.02.2019

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.