aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2018-01-03 08:14:39 +0000
committerJohn Whittington <git@jbrengineering.co.uk>2018-01-03 08:14:39 +0000
commita6d979ef90ddae3549876917f80847ea647c284a (patch)
tree342fd8732f1220e40ef423fff1be8c81f032af92 /HISTORY.md
parentd874c59103fc9619df906c0f967bcfa539325592 (diff)
parentc3fe5dcc2fbd5c895b032ca5a5a1f60af163b744 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index b125408..a6aa14f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,9 +5,11 @@ The following is the rough list of changes that went into different versions.
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
### In Development
+- Fix: Moved ATtiny examples to ATtinyBlink, updated alternate core instructions (issue #537) (https://github.com/sej7278)
- 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)