From: Stephan Baerwolf Date: Sun, 5 May 2013 18:55:18 +0000 (+0200) Subject: remove Changelog.txt, since it is git tracks changes now X-Git-Tag: v0.96.1~3 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/96266fd5c2cbc69c854a71904dd0e3497567fffb remove Changelog.txt, since it is git tracks changes now Signed-off-by: Stephan Baerwolf --- diff --git a/Changelog.txt b/Changelog.txt deleted file mode 100644 index 24f7fec..0000000 --- a/Changelog.txt +++ /dev/null @@ -1,24 +0,0 @@ -This file documents changes in the firmware of USBaspLoader. -New entries are always appended to the end of the file. Scroll down to the -bottom to see the most recent changes. - - -* Release 2008-01-21 - -- Use most recent driver. - -* Release 2008-02-05 - -- Disable USB interrupt before we jump to loaded application. Applications - which don't use INT0 would otherwise crash when they perform sei(). -- Revert all config changes to RESET condition before we jump to application. -- Code size optimizations suggested by Alexander Neumann. - -* Release 2009-03-20 - -- Added some optimizations so that the boot loader can be used with gcc 4.3. -- Added fuse options (as comments) for ATMega328p to Makefile and include in - precompiled hex files. -- Updated usbconfig.h to the latest template (mostly new comments). - -* Release 2010-07-27