Skip to content

Commit a6ba59d

Browse files
committed
Added symbolic link workaround for teensy
1 parent 5b975d5 commit a6ba59d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Eclipse update site/WebContent/fragments/how_to/work_with_teensy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Teensyduino 1.27 needs some modifications before you can use it.
1010
It is expected that TeensyDuino 1.28 will work without modifications.
1111
To get this to work add [teensyduino]/hardware/teensy to the additional hardware paths.
1212

13+
Due to a bug in eclipse The file open dialogs on Mac don't let you access the package contents as you can do in Finder ([please vote for his bug](https://bugs.eclipse.org/bugs/show_bug.cgi?id=487534)).
14+
The work around is is a 2 step activity.
15+
1) In the finder: Alt-Cmd-Drag the folder [teensyduino]/hardware/teensy out of the .app package into a normal, accessible folder on your disk. This will create a symbolic link that is accessible also via the folder chooser dialogs.
16+
2) Add the symbolic link to the hardware paths.
17+
18+
You can delete the symbolic link folder after adding the folder to the hardware path.
19+
20+
1321
**Users of the Arduino eclipse plugin version 2.4 **
1422
The arduino eclipse plugin support teensyduino 1.21 (and later) like arduino IDE.
1523
So basically there is no longer a difference between using teensyduino and Arduino IDE.

0 commit comments

Comments
 (0)