Sudar Muthu

Results 71 issues of Sudar Muthu

... similar to https://github.com/arduino/Arduino/issues/758

task

The following macros needs to be updated for ATmega16 digitalPinToPCICR(p) digitalPinToPCICRbit(p) digitalPinToPCMSK(p) digitalPinToPCMSKbit(p)

task
atmega16

After c64f38ae6d3591e4b94f6ba8659e7ddf30446a14 we can't compile if we had multiple .ino or .pde files. (The support for multiple files was anyways broken before #39 ) One approach is to concatenate all...

Feature Request
task

In Arduino 1.5.x, Arduino executable can also be passed [command line options](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-from-command-line). When we add support for 1.5 (issue #45) we can look about adding support for this as well.

Feature Request
1.6.x

Arduino IDE autodetects /usr/share/arduino/hardware/_/boards.txt and ~/sketchbook/hardware/_/boards.txt, and merges everything it finds. In makefile, we need to explicitly set the path to boards.txt file

Feature Request

From this [commit](https://github.com/arduino/Arduino/pull/1522) Arduino started to place the Arduino installation path in the preference file. Try to read the Arduino installation path, if the user has not explicitly set it.

enhancement
1.6.x