aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorPieter du Preez <pdupreez@gmail.com>2018-10-02 22:53:12 +0200
committerPieter du Preez <pdupreez@gmail.com>2018-10-02 22:53:12 +0200
commitd4d3d3d6c354db1e2989d8dd671f8af96cc036d8 (patch)
treee2039458133c714d061dc477beb09f9b683b81a8 /HISTORY.md
parentddf7210407b8716973b9890cf7b59561af641b96 (diff)
parentfe84c591944f74c902466d813fae0d164761dc59 (diff)
Merge remote-tracking branch 'org/master' into move_core_link_last
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 10b3e5e..1743903 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -22,6 +22,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Compatibility with deprecated pgmspace.h API can now be disabled since it sometimes causes bogus compiler warnings (issue #546)
- New: Support Arduino ARM SAMD devices (Zero, M0 Pro, Feather M0). (https://github.com/tuna-f1sh)
- New: Support Arduino ARM SAM devices (Due). (https://github.com/tuna-f1sh)
+- New: Moved the PARSE_BOARD macro to Common.mk and use only this to parse the boards.txt file. (https://github.com/wingunder)
+- New: Added the TOOL_PREFIX variable for setting up the executable tools centrally and generically. (https://github.com/wingunder)
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)