From 668a4470548514b96311a976d6b3527a5a532f38 Mon Sep 17 00:00:00 2001 From: tinyladi Date: Thu, 27 Feb 2014 20:57:43 +0100 Subject: Add a reference makefile, with real-world example --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 99711e5..b40aa21 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Fix: Add avr-libc/malloc.c and realloc.c to included core files. Fixes issue #163 (https://github.com/sej7278) - Fix: Add "gpio" to the list of isp that don't have a port. (Issue #165, #166) (https://github.com/sej7278) - Fix: Add "-D__PROG_TYPES_COMPAT__" to the avr-g++ compiler flags to match IDE. (https://github.com/sej7278) +- New: Create `Makefile-example-mk`, a *real life* `Makefile` example, to be used as a reference. (https://github.com/tinyladi) ### 1.3.1 (2014-02-04) - Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278) @@ -21,7 +22,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Tweak: Don't hard code MONITOR_PORT in examples, for more flexible testing. (Issue #157) (https://github.com/peplin) - Tweak: Silence the stderr output from call to `which`. (Issue #158) (https://github.com/peplin) - Fix: Override complete compiler tool paths for chipKIT. (Issue #159) (https://github.com/peplin) -- New: The makefile is compatible with Windows +- New: The makefile is compatible with Windows - New: Update `README.md` file about usage and Windows compatibility ### 1.2.0 (2014-01-14) -- cgit v1.2.3