From 0156a531f83fafdefd0c3845d289cf785f3063b1 Mon Sep 17 00:00:00 2001 From: hhgarnes Date: Mon, 1 Jun 2015 23:40:40 +0200 Subject: [PATCH] Update HISTORY.md Add mcu decoupling to the history file. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 0930110..31b8a7f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -24,6 +24,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - New: Support for PuTTY under Windows (https://github.com/PeterMosmans) - New: Add support for installation using homebrew(https://github.com/ladislas) - New: Add support and example for flashing on a remote RPi. (https://github.com/Gaboose) +- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes) - Tweak: Update Makefile-example.mk with STD flags (https://github.com/ladislas) - Tweak: Allow remove of any OBJDIR with `$(REMOVE) $(OBJDIR)`. (https://github.com/ladislas) - Tweak: Add cpp to extensions supported by "make generate_assembly". (https://github.com/sej7278)