From 0028fabc64c63f889fc0a9e1eae7943bb18e1357 Mon Sep 17 00:00:00 2001 From: Sudar Date: Sat, 15 Jun 2013 19:30:39 +0530 Subject: Add support for compiling plain AVR C files To compile plain AVR C files, the variable NO_CORE should be initialized to a non-empty value. When NO_CORE is set, the following changes happen - boards.txt file is not parsed. The user should explicitly set MCU, F_CPU, fuse bits etc. - MONITOR_BAUDRATE is not calculated Fix #63 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 46e8e61..5021077 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,7 @@ The following is the rough list of changes that went into different versions. I - Add a warning when HEX_MAXIMUM_SIZE is not specified - Add the ability to configure avrdude options. Fix issue #53 - Handle cases where certain fuse bits are not present. Fix issue #61 +- Add support for compiling plain AVR C files. Fix issue #63 ### 0.10.6 (2013-06-14) - Fix whitespace and add /dev/null redirection (https://github.com/sej7278) -- cgit v1.2.3