From 3f32563683a90d471c7ff97216b000e922851c72 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Tue, 12 Jun 2018 13:59:58 +0100 Subject: Support for Arduino Due added Update HISTORY.md Add avr core emulation to C sources --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'HISTORY.md') 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) -- cgit v1.2.3