aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-10-27 21:41:49 +0000
committerSimon John <git@the-jedi.co.uk>2015-10-27 21:41:49 +0000
commit9afa0e787cbb1fb274f4fa58754612b534d61973 (patch)
tree40f6e509e314987924b77b6dcf30c1fe60abaa57 /HISTORY.md
parent02a1811d454340a7b7ad1d5123bb96d623c805fb (diff)
parentfb2567e7fb3ae8c50eea79bbd1524609587b5b03 (diff)
Merge pull request #393 from zabereer/master
Better parsing of boards.txt file, thanks for the PR and good spotting!
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..62f74dc 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes)
- New: Add support for /dev/tty.wchusbserial* (comes with cheap clones - DCCduino) (https://github.com/biesiad)
- New: Add support for picocom as serial monitor (https://github.com/biesiad)
+- Tweak: Add support for Adafruit trinket3/trinket5/protrinket3/protrinket5 by improved BOARDS_TXT parsing (Issue #393) (https://github/com/zabereer)
- Tweak: Looks for submenu items first when parsing BOARDS_TXT (Issue #347) (https://github.com/sej7278)
- Tweak: Various spelling/grammar/typo fixes (https://github.com/dcousens)
- Tweak: Clarified some 1.5+ issues in docs (Issue #352) (https://github.com/sej7278)