aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2017-12-22 14:13:23 +0000
committerGitHub <noreply@github.com>2017-12-22 14:13:23 +0000
commit7a26a86c78a99ed57fcd08393bf3cd3d92fe24a0 (patch)
tree8f6b592c6025a2952a0402967dc091000dee1a86 /HISTORY.md
parentbc5092f25bd330051b377c13b317a25870413a24 (diff)
parent246e5680113b06931914de1eeca63e09f5b3685f (diff)
Merge pull request #540 from sej7278/master
Moved -e flag for avrdude from set_fuses to ispload
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 34706b3..5e7c74c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,6 +8,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Add -fno-devirtualize flag to workaround g++ segfault bug (issue #486). (https://github.com/sej7278)
- Fix: Quote the prefix tag in the space_pad_to function
- Fix: recognize serial monitors with full path in MONITOR_CMD
+- Tweak: Move chip erase flag from set_fuses to ispload to prevent sketch being nuked when setting fuses
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)
- Tweak: Update Windows usage documentation and allow non-relative paths (issue #519) (https://github.com/tuna-f1sh)