aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-29 21:40:36 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-29 21:40:36 +0530
commit45f230c5c8f33c31d9d2af0d5ab629a3332c1fcb (patch)
tree6e3e586ca6283489104a61cf7e24ca0007bdbb45 /HISTORY.md
parent96deb9cd06be8b90e57d141b79881c3bb24e11df (diff)
Improve avrdude and avrdude_conf path auto detection
In Arduino Linux distribution, avrdude and avrdude.conf files are placed in different path. This commit improves the autodetection of avrdude and avrdude.conf paths by considering this fact. Fix #48
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 72820d3..8c24017 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ The following is the rough list of changes that went into different versions. I
- Remove "utility" from example makefiles. Fix issue #84
- Auto detect alternate core path from sketchbook folder. Fix issue #86
- Remove redundant checks for ARDUINO_DIR
+- Improve avrdude and avrdude.conf path auto detection. Fix issue #48
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)