A simple library for building and parsing data frames for serial interfaces (like UART / RS232)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TinyFrame/demo
Ondřej Hruška 5ba23e942f
added example of using custom checksums
6 years ago
..
simple Replace size_t with uint32_t, add default mutex impl, preparing internals for multipart Tx 6 years ago
simple_custom_cksum added example of using custom checksums 6 years ago
simple_long_payload Implemented multipart frame sending 6 years ago
simple_multipart Implemented multipart frame sending 6 years ago
socket_demo Added support for custom checksums 6 years ago
demo.c Removed dead code and fixed demoes 6 years ago
demo.h Add re-entrancy support / multiple instances (#9) 6 years ago
utils.c Add re-entrancy support / multiple instances (#9) 6 years ago
utils.h great cleaning 7 years ago