From d3e7eedd5f0dcef8033e410a904f3e260dbd700b Mon Sep 17 00:00:00 2001 From: mahoy Date: Fri, 20 Dec 2013 01:11:13 +0100 Subject: Allow target specific optimization levels/debug flags Changing the optimization level from -Os to something else breaks the SoftwareSerial library. This patch allow optimization flags to be set on a per target basis. --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 16846b6..d52d981 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -18,6 +18,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Don't append port details to avrdude for usbtiny. Fix #140 and #138 (https://github.com/PPvG) - Fix: Handle relative paths of bootloader file while burning bootloaders. Fix #126 and #142 (https://github.com/sej7278) - New: Add `CONTRIBUTING.md` explaining how to contribute to the project. +- Force -Os optimization for SoftwareSerial. Add `OPTIMIZATION_FLAGS` and `DEBUG_FLAGS`. ### 1.0.1 (2013-09-25) - Unconditionally add -D in avrdude options. See #114 -- cgit v1.2.3