aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2018-02-24 16:01:00 +0000
committerGitHub <noreply@github.com>2018-02-24 16:01:00 +0000
commit80b81672062c3729a14a07dbc2c933d823e6c0b8 (patch)
tree3bde2adcc00485a98da3f74839462238d42c38ee /HISTORY.md
parent84803734779ddb4af0b8afb1f7de4c9d15771859 (diff)
parentf80486609505876fb0f103c3c1d03aba8f6a0f79 (diff)
Merge pull request #543 from tuna-f1sh/sam
Arduino Atmel SAM family Support (ARM architecture) Thanks @tuna-f1sh !
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 a6aa14f..b4f4200 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -18,6 +18,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
+- New: Support Arduino ARM-based (SAM/SAMD) devices. (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)