aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-07-02 14:37:28 +0100
committerSimon John <git@the-jedi.co.uk>2015-07-02 14:37:28 +0100
commit1ccbc03114504d3b4ba231a6af6eab48926d164f (patch)
tree7ea3488742272a4c5b52d1010c2cfc28786ddb36 /HISTORY.md
parent1a1a7396eabe22b18ad70d578030a073bda73815 (diff)
Added examples for various boards and IDE versions to the Blink example.
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 b0cb8fc..6f830d2 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 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)
- 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)