aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-12-16 23:36:50 +0530
committerSudar <sudar@sudarmuthu.com>2013-12-16 23:36:50 +0530
commit38255ed0f0ee2fd0fa2a9e5629c9409ad0d52d29 (patch)
tree59e1080d0a398a260e26774f08d762bb8db7a343
parent1ad771fea9183dcc2a2d6631c47c9e25d5628dfb (diff)
Update changelog about `usbtiny` fix
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index cf74c0c..5cb9735 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -15,6 +15,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
+- Tweak: Don't append port details to avrdude for usbtiny. Fix #140 and #138 (https://github.com/PPvG)
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114