aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2013-12-15 21:10:58 +0000
committerSudar <sudar@sudarmuthu.com>2013-12-16 23:14:32 +0530
commit7ea19ce3229fd357f6c475bb54bbf19cb0c90356 (patch)
tree9d5543641068d82e6001f1bc2d3874fe813e77e6 /HISTORY.md
parent25a00d73b704d9d0af0f971587b3e39016e395e0 (diff)
Add option to set fuses without burning a bootloader
When using ICSP programmers e.g. usbasp, you can burn sketches directly to the chip without having to burn a bootloader, however you do need to set fuses e.g. if you're changing speed/BOD. Updated help text to include "make set_fuses" and also changed "make burn_bootloader" help text which wasn't entirely accurate. Fix #141
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 fe669b9..cf74c0c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,6 +14,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Add support for ChipKiT 2013. Fix #136 (https://github.com/peplin)
- Auto detect and include libraries specified in `USER_LIB_PATH`. Fix #135 (https://github.com/tinyladi)
- Use `MAKEFILE_LIST` to get the name of the make file. Fix #130 (https://github.com/cantora)
+- New: Add option to set fuses without burning a bootloader. Fix #141 (https://github.com/sej7278)
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114