diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-15 19:23:26 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-15 19:23:26 +0530 |
| commit | 78f2363dd5c8e2e60bc82a3dd7ac68edc3ec0408 (patch) | |
| tree | 5c98e2524543478b3943e1a040446f7d1a488788 /HISTORY.md | |
| parent | ac5a0879822be6785e1808d0a2b83f9ff286e5cc (diff) | |
Handle cases where certain fuse bits are not present
Introduce two new variables AVRDUDE_ISP_FUSES_PRE and
AVRDUDE_ISP_FUSES_POST which are set based on whether the fuse bits are
present or not.
avrdude is invoked to set fuse bits only if these new variables are not
empty.
Fix #61
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ The following is the rough list of changes that went into different versions. I - Fix whitespace issues - Add a warning when HEX_MAXIMUM_SIZE is not specified - Add the ability to configure avrdude options. Fix issue #53 +- Handle cases where certain fuse bits are not present. Fix issue #61 ### 0.10.6 (2013-06-14) - Fix whitespace and add /dev/null redirection (https://github.com/sej7278) |
