summaryrefslogtreecommitdiffstats
path: root/Changelog.txt
blob: d08eb547c20b9878e370c5482a0ed1d593a6c4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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