aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2016-02-20 16:04:19 +0530
committerSudar Muthu <sudar@sudarmuthu.com>2016-02-20 16:04:19 +0530
commite2f63c0854f0fae21a2b251542a295b476db4307 (patch)
tree778206cf4893d85cee87b522e2cbc75561c36027 /HISTORY.md
parentc0fe818d8592faa99994ae6f5821c7d3cff59161 (diff)
parenta1832e2759a47f989d9d3e242f76bde8ff6977ab (diff)
Merge pull request #412 from drewhutchison/master
Add target to display submenu options parsed out of boards.txt
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 07b8e68..a6a8b4d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
### In Development
+- New: Add show_submenu target (https://github.com/drewhutchison)
- New: Add AVR Dragon to list of ISP's without a port (https://github.com/mtnocean)
- New: Add more board examples to Blink demo (https://github.com/sej7278)
- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes)