Since Teensyduino now supports Arduino 1.6.3 the installation process is much easier and avoids that somewhat error prone file copying required before to for the Arduino Eclipse IDE to recognize Teensy.
I tested:
Arduino 1.6.3
Teensyduino 1.22
Arduino Eclipse IDE 2.4 (Nightly Build but Stable should work as well)
The only caveat is that the Private hardware path is not really required anymore and can be pointed into the Arduino.app folder (Mac only).
Equivalent on the Windows platform in C:/Program Files/Arduino.
For Windows users a make utility is needed as since 1.5,7 he Arduino IDE does not come with one anymore.
So far I've compiled and uploaded only the Blink sketch on both Mac OSX and Windows for Teensy 3 and Teensy LC. Testing on more complex projects will follow soon.
Here is a link to some short installation instructions
I tested:
Arduino 1.6.3
Teensyduino 1.22
Arduino Eclipse IDE 2.4 (Nightly Build but Stable should work as well)
The only caveat is that the Private hardware path is not really required anymore and can be pointed into the Arduino.app folder (Mac only).
Equivalent on the Windows platform in C:/Program Files/Arduino.
For Windows users a make utility is needed as since 1.5,7 he Arduino IDE does not come with one anymore.
So far I've compiled and uploaded only the Blink sketch on both Mac OSX and Windows for Teensy 3 and Teensy LC. Testing on more complex projects will follow soon.
Here is a link to some short installation instructions