diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2018-09-30 20:13:29 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-30 20:13:29 +0530 |
| commit | fe84c591944f74c902466d813fae0d164761dc59 (patch) | |
| tree | 5c29b0153379c57c9d75e1c03b9fef987fb82015 /HISTORY.md | |
| parent | 089b535601b6411eb8055d449125888bcc666aa1 (diff) | |
| parent | 62d23d66a2f9326235022bfd8711c62e015c0bc8 (diff) | |
Merge pull request #580 from wingunder/master
Moved the PARSE_BOARD macro and added the TOOL_PREFIX variable for setting up tool chains.
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
