aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2018-06-12 13:59:58 +0100
committerJohn Whittington <git@jbrengineering.co.uk>2018-06-14 07:29:06 +0100
commit3f32563683a90d471c7ff97216b000e922851c72 (patch)
tree0f14d80d0a04dee8dd739a6985fdcfb24039ef82 /HISTORY.md
parent0809b5460617f2217d8b4b0f9a57758e220c429c (diff)
Support for Arduino Due added
Update HISTORY.md Add avr core emulation to C sources
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 12155b4..10b3e5e 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -20,7 +20,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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: Compatibility with deprecated pgmspace.h API can now be disabled since it sometimes causes bogus compiler warnings (issue #546)
-- New: Support Arduino ARM-based (SAM/SAMD) devices. (https://github.com/tuna-f1sh)
+- 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)
### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)