diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2018-06-22 09:45:03 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-22 09:45:03 +0530 |
| commit | b2d1ff23a2ff6d824aced575401e7b0deace672c (patch) | |
| tree | 0f14d80d0a04dee8dd739a6985fdcfb24039ef82 /HISTORY.md | |
| parent | 0809b5460617f2217d8b4b0f9a57758e220c429c (diff) | |
| parent | 3f32563683a90d471c7ff97216b000e922851c72 (diff) | |
Merge pull request #567 from tuna-f1sh/due
Support for Arduino Due added
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
