aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorAlbert Pretorius <albert@swash.com>2015-10-26 19:07:53 +0000
committerAlbert Pretorius <albert@swash.com>2015-10-26 19:22:33 +0000
commitedcaa8557b1117dcee96b3a7c4d6fa736d80ac81 (patch)
tree8d5a4a78d255c910d8a8daab5bc776a83ddd8904 /HISTORY.md
parent02a1811d454340a7b7ad1d5123bb96d623c805fb (diff)
Better parsing of boards.txt file which allows Adafruit Trinket to be used
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 4ccf650..7e8029b 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
+- Tweak: Add support for Adafruit trinket3/trinket5/protrinket3/protrinket5 by improved BOARDS_TXT parsing
- 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)