X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/64ecb8a5f20ddf689184e48fc1b44732da5d0bc4..refs/heads/testing:/firmware/usbdrv/Changelog.txt diff --git a/firmware/usbdrv/Changelog.txt b/firmware/usbdrv/Changelog.txt index 5fae8f3..79b5215 100644 --- a/firmware/usbdrv/Changelog.txt +++ b/firmware/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