diff options
| author | Sudar <sudar@sudarmuthu.com> | 2012-07-15 13:25:45 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2012-07-15 13:25:45 +0530 |
| commit | eed8c52ffd4ce94ab44d40a8243e240fcd409d63 (patch) | |
| tree | 92d329a7fd7b89c2fa28edd965e5d79529e61fe9 /README.md | |
| parent | 4dc74572654ed598caf017af476228eddc8fb7aa (diff) | |
Automatically read the BAUDRATE from sketch. Works only in linux for now
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -71,13 +71,16 @@ The following are the list of changes that I have made or merged in this fork. H ### 0.9.2 06.vi.2012 - 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) - +- 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 -- Autodetect ARDUINO_DIR, Arduino version (https://github.com/rpavlik/) +- Auto detect 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/) - Changed bytes option for the head shell command, so that it works in Mac as well +- Auto detect Serial Baud rate from sketch if possible + +## Know Issues +- Because of the way the makefile is structured, the configuration parameters gets printed twice. |
