aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-15 19:17:13 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-15 19:21:48 +0530
commitac5a0879822be6785e1808d0a2b83f9ff286e5cc (patch)
tree3d15b64e6b3cde52fa3dd2556a6eb2ca4332d830 /HISTORY.md
parent93eaaec5ba20314318a77f63711ae9054a70eaaa (diff)
Add the ability to configure avrdude options
A new environmental variable AVRDUDE_OPTS is added, which can be used to configure the options passed to avrdude. Fix #53
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 4330964..ea7a1e3 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -7,6 +7,7 @@ The following is the rough list of changes that went into different versions. I
- Replace hardcoded executables with variable
- Fix whitespace issues
- Add a warning when HEX_MAXIMUM_SIZE is not specified
+- Add the ability to configure avrdude options. Fix issue #53
### 0.10.6 (2013-06-14)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)