You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Eclipse update site/WebContent/fragments/how_to/work_with_teensy.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@ Teensyduino 1.27 needs some modifications before you can use it.
10
10
It is expected that TeensyDuino 1.28 will work without modifications.
11
11
To get this to work add [teensyduino]/hardware/teensy to the additional hardware paths.
12
12
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
+
13
21
**Users of the Arduino eclipse plugin version 2.4 **
14
22
The arduino eclipse plugin support teensyduino 1.21 (and later) like arduino IDE.
15
23
So basically there is no longer a difference between using teensyduino and Arduino IDE.
0 commit comments