aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-10-06 19:10:29 +0530
committerSudar <sudar@sudarmuthu.com>2013-10-06 19:14:50 +0530
commit4fb3e089bb6b649a28e2c42277283fcfe2b094da (patch)
tree7584556aea58678334aae2089d1ed7f5f74552ca /HISTORY.md
parent7961a862868210ceb6759a41d03d17c7793cfbec (diff)
Add `burn_bootloader` target
Code to burn fuses is moved from ispload target to this new target, so that fuses are burned only once when needed. Fix #85
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 8c3038f..4ddbbe5 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,6 +8,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Don't append port details to avrdude for usbasp. See #123
- Ignore commented lines while parsing boards.txt file. See #124
- In ISP mode, read baudrate and programmer from boards.txt. See #125
+- Add `burn_bootloader` target. See #85
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114