aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2010-01-25 13:16:34 +0000
committerChristian Starkjohann <cs+github@obdev.at>2010-01-25 13:16:34 +0000
commitfd4af416f2d68f270d36cf02515c755f66955bd7 (patch)
tree91b3aba9dcae028e2af5f33772d684205fc5b9e3
parent20aa5ed3fba76834abe2eebca66ecfba37e1dd58 (diff)
downloadv-usb-fd4af416f2d68f270d36cf02515c755f66955bd7.tar.gz
v-usb-fd4af416f2d68f270d36cf02515c755f66955bd7.tar.bz2
v-usb-fd4af416f2d68f270d36cf02515c755f66955bd7.zip
- documented changes
-rw-r--r--usbdrv/Changelog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 655a9d4..3c528ee 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -294,3 +294,9 @@ Scroll down to the bottom to see the most recent changes.
USB 1.1 (in particular bit 7, it is a must-be-set bit now).
* Release 2009-08-22
+
+ - Moved first DBG1() after odDebugInit() in all examples.
+ - Use vector INT0_vect instead of SIG_INTERRUPT0 if defined. This makes
+ V-USB compatible with the new "p" suffix devices (e.g. ATMega328p).
+ - USB_CFG_CLOCK_KHZ setting is now required in usbconfig.h (no default any
+ more).