aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Changelog.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-08-12 16:30:23 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-08-12 16:30:23 +0000
commit621b168b700396caa9569ebb645511492817c748 (patch)
tree07131a9d18c0d30a4d6463e472dda7ffc0d6ff03 /usbdrv/Changelog.txt
parent3aa5195808868206835073e3c1a638a5973e20d8 (diff)
downloadv-usb-621b168b700396caa9569ebb645511492817c748.tar.gz
v-usb-621b168b700396caa9569ebb645511492817c748.tar.bz2
v-usb-621b168b700396caa9569ebb645511492817c748.zip
- added option for fast CRC routine
- optimized conventional CRC routine somewhat
Diffstat (limited to 'usbdrv/Changelog.txt')
-rw-r--r--usbdrv/Changelog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index a34fae8..6e2397d 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -287,4 +287,6 @@ Scroll down to the bottom to see the most recent changes.
- Fixed a bitstuffing problem in the 16 MHz module: If bit 6 was stuffed,
the unstuffing code in the receiver routine was 1 cycle too long. If
multiple bytes had the unstuffing in bit 6, the error summed up until the
- receiver was out of sync. This problem was fixed.
+ receiver was out of sync.
+ - Included option for faster CRC routine.
+ Thanks to Slawomir Fras (BoskiDialer) for this code!