summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-23 16:10:39 +1000
committerJenna Fox <a@creativepony.com>2012-09-23 16:10:39 +1000
commit5630437df41b8d2f52f115e3ee21706f8d6648f4 (patch)
tree829901090ffd251597adc0f01c3e81c43379f25d
parent0b63b7b37c027ae58fa29698c5181ecf212f961b (diff)
downloadmicronucleus-5630437df41b8d2f52f115e3ee21706f8d6648f4.tar.gz
micronucleus-5630437df41b8d2f52f115e3ee21706f8d6648f4.tar.bz2
micronucleus-5630437df41b8d2f52f115e3ee21706f8d6648f4.zip
add changelog
-rw-r--r--Changelog.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644
index 0000000..d08eb54
--- /dev/null
+++ b/Changelog.txt
@@ -0,0 +1,34 @@
+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
+
+* Release 2012-04-07
+
+- by Louis Beaudoin (Embedded-Creations.com)
+- Added support for ATtiny85
+
+* Release 2012-05-13
+
+- Added support for D+ line on pin change interrupt instead of INT0
+- Added support for two hardware configurations, described in Readme \ No newline at end of file