aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2012-12-06 00:40:31 +0100
committerChristian Starkjohann <cs+github@obdev.at>2012-12-06 00:40:31 +0100
commit887ea7959ff268dcebd6bf5d14fd6bedfd100834 (patch)
treea819c54b3c82c641e31eca501b432b82c2055b82
parentb220cd4ad0306552b8fd02573d9b91da807aa90b (diff)
downloadv-usb-887ea7959ff268dcebd6bf5d14fd6bedfd100834.tar.gz
v-usb-887ea7959ff268dcebd6bf5d14fd6bedfd100834.tar.bz2
v-usb-887ea7959ff268dcebd6bf5d14fd6bedfd100834.zip
Documented changes in Changelog.
-rw-r--r--usbdrv/Changelog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt
index 5fae8f3..79b5215 100644
--- a/usbdrv/Changelog.txt
+++ b/usbdrv/Changelog.txt
@@ -316,3 +316,14 @@ Scroll down to the bottom to see the most recent changes.
in USB 1.1 any more. Set it to 0. This is for backward compatibility.
* Release 2012-01-09
+
+ - Define a separate (defined) type for usbMsgPtr so that projects using a
+ tiny memory model can define it to an 8 bit type in usbconfig.h. This
+ change also saves a couple of bytes when using a scalar 16 bit type.
+ - Inserted "const" keyword for all PROGMEM declarations because new GCC
+ requires it.
+ - Fixed problem with dependence of usbportability.h on usbconfig.h. This
+ problem occurred with IAR CC only.
+ - Prepared repository for github.com.
+
+* Release 2012-12-06 \ No newline at end of file