Commit Graph
60 Commits
Author SHA1 Message Date
MightyPork 74d6451d50 words 2.3.0 2018-01-26 14:46:36 +01:00
MightyPork e3fb2c983a typo 2018-01-26 14:44:44 +01:00
MightyPork 16365dabc7 improved the readme 2018-01-26 14:44:02 +01:00
MightyPork 0692365b18 bump verison 2018-01-26 13:10:10 +01:00
MightyPork 5ba23e942f added example of using custom checksums 2018-01-26 11:44:10 +01:00
MightyPork 13c74ea6e6 Implemented multipart frame sending 2018-01-26 11:39:31 +01:00
MightyPork 0ed3fd91f7 Removed dead code and fixed demoes 2018-01-26 09:59:42 +01:00
MightyPork 137797cc7d Replace size_t with uint32_t, add default mutex impl, preparing internals for multipart Tx 2018-01-26 09:49:04 +01:00
MightyPork e24296598e formatting 2018-01-23 21:28:35 +01:00
MightyPork 0edd2e04fa added CRC8 1-wire type checksum 2018-01-23 21:23:58 +01:00
MightyPork 91e1c25c6d Added support for custom checksums 2018-01-23 21:02:47 +01:00
MightyPork b74bda7cf5 added logging support for better debug 2.1.0 2018-01-12 10:09:52 +01:00
MightyPorkandGitHub 530577958d Update README.md 2017-12-28 15:23:57 +01:00
MightyPorkandGitHub 2d121ddce9 Update README.md 2017-12-28 15:17:56 +01:00
MightyPork 1e6cdf22f0 remove lies from readme 2017-12-27 19:26:08 +01:00
MightyPork 148b8a0fe6 added better comment to config example 2017-12-27 19:22:43 +01:00
MightyPorkandGitHub 8205ab93b0 Update README.md 2017-12-27 17:25:19 +01:00
MightyPork 88d6a5cd23 v bump 2.0.5 2017-12-27 17:15:43 +01:00
MightyPork c4b169cb80 fix call to undefined function if SOF byte is not used 2017-12-27 17:15:29 +01:00
MightyPorkandGitHub 03377b4b9f Update README.md 2017-12-27 00:37:52 +01:00
MightyPork 1a62d78443 fix wrongly disallowed rx of max possible size 2.0.4 2017-12-23 22:55:46 +01:00
MightyPork 1488abb517 bumped version 2.0.3 2017-12-23 16:24:33 +01:00
MightyPork 1f52a17fc2 Fix empty payload checksum being appended even if payload is empty. 2017-12-23 16:23:59 +01:00
MightyPork 7f6f21cdb7 fixed some indentation 2017-12-23 12:25:48 +01:00
MightyPork 38952f8405 version bump 2.0.2 2017-12-23 09:57:07 +01:00
MightyPork 68ea3bb3a4 Fix the ID listener removal bug 2017-12-23 09:56:33 +01:00
MightyPork ce06abfdbf fix for a compile bug & added TF_DeInit() 2.0.1 2017-12-14 11:40:22 +01:00
MightyPorkandGitHub db0ae30f41 Add re-entrancy support / multiple instances (#9)
* done with changes but now segfaulting

* fixed the bug

* fix some bad indents

* some cleanings

* updated readme
2.0.0
2017-12-14 00:28:06 +01:00
MightyPork 77f60e1876 removed no longer used TF_OVERHEAD_BYTES 2017-12-12 21:09:07 +01:00
MightyPork 978eabfb92 Added utilities 2017-12-12 20:54:47 +01:00
MightyPork aadbb0f89e add TF_VERSION define 1.2.0 2017-12-12 20:22:40 +01:00
MightyPork a27798188d Updated code with new improvements - mutex locks 2017-12-12 20:19:02 +01:00
MightyPork 970d6f7ced fix corrupt indentation 2017-11-21 23:17:12 +01:00
MightyPork a966345816 updated readme a little 1.1.0 2017-11-21 22:20:28 +01:00
MightyPork ed389d530b make Tx support multi-chunk payload (exceeding buffer size) 2017-11-21 22:17:06 +01:00
MightyPork 041467fcb0 Merge branch 'userdata' 1.0.0 2017-10-16 00:46:44 +02:00
MightyPork 95a7c89b98 improved api and updated readme 2017-10-16 00:46:30 +02:00
MightyPork 4ad1f09f73 great cleaning 2017-10-16 00:29:43 +02:00
MightyPork 87d1841fc8 demo tweaks ... 2017-10-15 23:30:25 +02:00
MightyPork 8415f15c99 demo works ... 2017-10-15 23:19:39 +02:00
MightyPork 46883a9baa kinda working demo 2017-10-15 22:40:53 +02:00
MightyPork e89ca3a6cb some cleaning 2017-10-15 18:32:21 +02:00
MightyPork 01c8ab7f90 oops checksums didnt work 2017-10-15 18:28:27 +02:00
MightyPork d1aec88f23 did some cleaning 2017-10-15 18:18:20 +02:00
MightyPork b89f458c19 fixed bugz 2017-10-13 11:14:20 +02:00
MightyPork b6532962a4 updated C code, added timeouts etc, not tested! 2017-10-12 16:25:05 +02:00
MightyPork c7f4e2c6f9 change api for easier use (only header file!!! WIP) 2017-10-12 12:06:34 +02:00
MightyPorkandGitHub cf4cc6807b Update README.md 2017-09-13 16:13:45 +02:00
MightyPorkandGitHub d1332408bd Update README.md 2017-09-13 16:12:48 +02:00
MightyPorkandGitHub 317f13c35a fix up some comments 2017-09-13 15:51:23 +02:00