AndreRenaud / async_xmodem

C code for a simple state-machine based XModem implementation
The Unlicense
15 stars 2 forks source link

Added in support for original 8-bit checksum as well as 16-bit crc #6

Open AndreRenaud opened 1 year ago

AndreRenaud commented 1 year ago

Currently we're really doing xmodem-crc, rather than the original xmodem. This adds support for the original xmodem with 8-bit checksum rather than 16-bit CRC.

github-actions[bot] commented 1 year ago

Unit Test Results

1 files  ±0  1 suites  ±0   4s :stopwatch: ±0s 0 tests ±0  0 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  5 runs  ±0  5 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit c8997769. ± Comparison against base commit 5972a49d.

github-actions[bot] commented 1 year ago

Unit Test Results

1 files  ±0  1 suites  ±0   4s :stopwatch: ±0s 0 tests ±0  0 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  5 runs  ±0  5 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 9474235d. ± Comparison against base commit 5972a49d.

github-actions[bot] commented 1 year ago

Test Results

5 tests   5 :heavy_check_mark:  4s :stopwatch: 1 suites  0 :zzz: 1 files    0 :x:

Results for commit 7c00bd23.

:recycle: This comment has been updated with latest results.