Function for the XMODEM transfer protocol.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
uint32_t | xmodem_receive_file (usart_if usart, int8_t *p_buffer) |
Receive the files through XMODEM protocol. More... | |
void | xmodem_send_file (usart_if usart, int8_t *p_buffer, uint32_t ul_length) |
Send the files through XMODEM protocol. More... | |