diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-15 19:30:39 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-15 19:30:39 +0530 |
| commit | 0028fabc64c63f889fc0a9e1eae7943bb18e1357 (patch) | |
| tree | 5c123491656a11b774c5f1ea511ac11e76642173 /HISTORY.md | |
| parent | 78f2363dd5c8e2e60bc82a3dd7ac68edc3ec0408 (diff) | |
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
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
