| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-20 | Check that on windows ARDUINO_DIR (and MPIDE_DIR) is a relative path. | Simon John | |
| Checks for paths starting with / e.g. /cydrive/arduino or a drive letter e.g. C:\Program Files\Arduino Fix #201 Fix #202 | |||
| 2014-03-11 | Fix AVR tools paths for chipKIT in Linux. | Christopher Peplin | |
| Fix #175 Fix #174 | |||
| 2014-01-28 | Override complete compiler tool paths for chipKIT. | Christopher Peplin | |
| Previously we were setting the AVR tools path to the PIC32 tools path because it made grabbing the compiling tools easier. Consequently, it made finding the avrdude path much harder, especially since the avrdude files are in different locations in the Linux distributions of MPIDE and Arduino. Instead, we set the AVR tools path to the *correct* path (where *AVR* dude lives), and totally override the CC, CXX, etc. paths to point to their PIC32 equivalents. | |||
| 2014-01-14 | Simplify package vs git checkout detection | Simon John | |
| Fix #147 Fix #151 Fix #153 The following are the detailed changes - Remove ARDMK_PATH, ARDMK_FILE and arduino-mk subdirectory - Looks for ard-reset-arduino in $PATH or ARDMK_DIR/bin - Fix git-archive command in RPM SPEC file - Remove some whitespace - Remove arduino-mk dir from debian package's arduino-mk.install - Update docs to reflect the above changes - Bump Up version to 1.2.0 | |||
| 2014-01-14 | Move files out of `arduino-mk` subdirectory | Simon John | |
| fix #152 | |||
