diff options
| author | Sudar <sudar@sudarmuthu.com> | 2012-07-13 22:52:27 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2012-07-13 22:52:27 +0530 |
| commit | aabe3d2c58c468e20b5d6e6792a6267a04945129 (patch) | |
| tree | c8bdd1fc6254360fd29b5069f883ac7b052e6068 | |
| parent | 75cdb933c38f97d5e06430fd3ffb7ffe5cca1cee (diff) | |
Updated Readme
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | arduino-mk/Arduino.mk | 5 |
2 files changed, 13 insertions, 0 deletions
@@ -72,3 +72,11 @@ The following are the list of changes that I have made or merged in this fork. H - Allow user to choose source files (LOCAL_*_SRCS flags) (https://github.com/Gaftech) - Modified 'make size' behaviour: using --mcu option and targeting .elf file instead of .hex file.(https://github.com/Gaftech) + + +### 0.9.3 13.vi.2012 + +- Autodetect ARDUINO_DIR, Arduino version (https://github.com/rpavlik/) +- Categorize libs into user and system (https://github.com/rpavlik/) +- Dump size at the end of the build (https://github.com/rpavlik/) +- Lots and lots of improvements (https://github.com/rpavlik/) diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 7119cd4..94e6bea 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -96,6 +96,11 @@ # - Allow user to choose source files (LOCAL_*_SRCS flags) (https://github.com/Gaftech) # - Modified 'make size' behavior: using --mcu option and targeting .elf file instead of .hex file.(https://github.com/Gaftech) # +# 0.9.3 13.vi.2012 Sudar +# - Autodetect ARDUINO_DIR, Arduino version (https://github.com/rpavlik/) +# - Categorize libs into user and system (https://github.com/rpavlik/) +# - Dump size at the end of the build (https://github.com/rpavlik/) +# - Lots and lots of improvements (https://github.com/rpavlik/) ######################################################################## # # DEPENDENCIES |
