diff options
| author | Simon John <git@the-jedi.co.uk> | 2013-06-20 21:34:40 +0200 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-21 08:37:11 +0530 |
| commit | c284ec93dd939b4f8c4c0ab1eccf1516784de1dc (patch) | |
| tree | e5e2bf691f237d1320253485a62ce32c63f13991 /HISTORY.md | |
| parent | 4e22abe0dee5b76eed63bd18eb47d5cc2b16f212 (diff) | |
Add support for reseting "Micro" Arduino.
Micro can be reset using Leonardo reset functions itself. So call
Leonardo reset functions for Micro as well.
The reset function seems to have some issues for Micro and is not
100% reliable, like Leonardo. See comments in #30.
Fix #80
Fix #83
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ The following is the rough list of changes that went into different versions. I ### 0.12.1 (in development) - Add $OBJDIR to the list of configuration that gets printed. Fix issue #77 - Add support for specifying optimization level. Fix issue #81 +- Add support for reseting "Micro" Arduino. Fix issue #80 (https://github.com/sej7278) ### 0.12.0 (2013-06-20) - Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman) |
