aboutsummaryrefslogtreecommitdiffstats
path: root/usbdrv/Changelog.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-05-03 13:34:01 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-05-03 13:34:01 +0000
commit3c50e87b5d5f9f4f82641b79763ef4f21a8ea0d2 (patch)
treeead617770e534e824f71c04d4c705f5719c1b045 /usbdrv/Changelog.txt
parent1b77ee7c274ed76dfcd1ab95b87187e5c4784abf (diff)
downloadv-usb-3c50e87b5d5f9f4f82641b79763ef4f21a8ea0d2.tar.gz
v-usb-3c50e87b5d5f9f4f82641b79763ef4f21a8ea0d2.tar.bz2
v-usb-3c50e87b5d5f9f4f82641b79763ef4f21a8ea0d2.zip
- documented changes
Diffstat (limited to 'usbdrv/Changelog.txt')
-rw-r--r--usbdrv/Changelog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 663afdd..e52d3ef 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -221,3 +221,10 @@ Scroll down to the bottom to see the most recent changes.
- Restructured AVR-USB as separate package, not part of PowerSwitch any more.
* Release 2008-04-18
+
+ - Restructured usbdrv.c so that it is easier to read and understand
+ - Better code optimization with gcc 4
+ - If a second interrupt in endpoint is enabled, also add it to config
+ descriptor.
+ - Added config option for long transfers (above 254 bytes), see
+ USB_CFG_LONG_TRANSFERS in usbconfig.h.