aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2018-01-12 19:27:14 +0000
committerGitHub <noreply@github.com>2018-01-12 19:27:14 +0000
commit74e1ef00fd824e07ebbc5254465a4a9e87514eaa (patch)
tree342fd8732f1220e40ef423fff1be8c81f032af92 /HISTORY.md
parentc3fe5dcc2fbd5c895b032ca5a5a1f60af163b744 (diff)
parenta6d979ef90ddae3549876917f80847ea647c284a (diff)
Merge pull request #530 from tuna-f1sh/master
ardmk-init - Makefile initialisation and template project utility
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index b4ad884..a6aa14f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,8 +14,10 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
- Tweak: Support Cygwin Unix Python and Windows installation on Windows to pass correct port binding. (https://github.com/tuna-f1sh)
-- New: Added -fdiagnostics-color to *STD flags (https://github.com/sej7278)
+- New: Added -fdiagnostics-color to \*STD flags (https://github.com/sej7278)
- New: Add generation of tags file using ctags, which automatically includes project libs and Arduino core. (https://github.com/tuna-f1sh)
+- New: Add template Makefile and project boilerplate initialise script, `ardmk-init`. (https://github.com/tuna-f1sh)
+- New: Support atmelice_isp JTAG tool as ISP programmer. (https://github.com/tuna-f1sh)
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)