aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-07-02 17:57:57 -0400
committerSudar <sudar@sudarmuthu.com>2013-07-09 21:45:17 +0530
commit87e29ea806e90ab90ccadb2950ff43101ba57144 (patch)
tree75482fba806f3a98aaf31689cafa718e5526b08e /HISTORY.md
parentdf88db2cfbb1635b96c05f78b8c0057c5fbaf83a (diff)
Implement ard-parse-boards with shell scripting instead of Perl.
Working towards dropping the dependency on Perl (which very few Windows users have), this commit implements the required functionality from ard-parse-boards in a few shell commands from within the Makefile. Fix #100
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 e10c47b..9ca135a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,6 +14,7 @@ The following is the rough list of changes that went into different versions. I
- Move binary sketch size verification logic inside makefile. Fix issue #54
- Remove dependency on wait-connection-leonardo shell script. Fix issue #95
- Add support for the Digilent chipKIT platform. (https://github.com/peplin)
+- Implement ard-parse-boards with shell scripting instead of Perl (https://github.com/peplin)
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)