@@ -40,7 +40,7 @@ ARDUINO_QUIET = 1
40
40
41
41
Directory where the ` *.mk ` files are stored.
42
42
43
- Usually can be auto-detected as ` AUTO_ARDUINO_DIR ` ( parent of ` Arduino.mk ` ) .
43
+ Usually can be auto-detected as parent of ` Arduino.mk ` .
44
44
45
45
** Example:**
46
46
@@ -96,7 +96,7 @@ RESET_CMD = ~/gertduino/reset
96
96
97
97
** Description:**
98
98
99
- Directory where the Arduino IDE and/or core files are stored.
99
+ Directory where the Arduino IDE and/or core files are stored. Usually can be auto-detected as ` AUTO_ARDUINO_DIR ` .
100
100
101
101
** Example:**
102
102
@@ -105,6 +105,8 @@ Directory where the Arduino IDE and/or core files are stored.
105
105
ARDUINO_DIR = /usr/share/arduino
106
106
# Mac OS X
107
107
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
108
+ # Mac OSX with IDE 1.5+
109
+ ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
108
110
```
109
111
110
112
** Requirement:** * Optional*
@@ -116,7 +118,7 @@ ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
116
118
** Description:**
117
119
118
120
Directory where the Arduino platform dependent libraries are stored.
119
- (Used only for Arduino 1.5.x )
121
+ (Used only for Arduino 1.5+ )
120
122
121
123
** Example:**
122
124
@@ -150,9 +152,9 @@ ARDUINO_VERSION = 105
150
152
151
153
** Description:**
152
154
153
- Architecture for Arduino 1.5
155
+ Architecture for Arduino 1.5+
154
156
155
- Defaults to unset for 1.0 or ` avr ` for 1.5
157
+ Defaults to unset for 1.0 or ` avr ` for 1.5+
156
158
157
159
** Example:**
158
160
@@ -208,8 +210,10 @@ Path to Arduino `preferences.txt` file.
208
210
209
211
Usually can be auto-detected as ` AUTO_ARDUINO_PREFERENCES ` from the defaults:
210
212
211
- * on Linux : ` ~/.arduino/preferences.txt `
212
- * on Mac OS X : ` ~/Library/Arduino/preferences.txt `
213
+ * on Linux (1.0): ` ~/.arduino/preferences.txt `
214
+ * on Linux (1.5+): ` ~/.arduino15/preferences.txt `
215
+ * on Mac OS X (1.0): ` ~/Library/Arduino/preferences.txt `
216
+ * on Mac OS X (1.5+): ` ~/Library/Arduino15/preferences.txt `
213
217
214
218
** Example:**
215
219
@@ -277,7 +281,7 @@ BOARD_TAG = uno or mega2560
277
281
278
282
** Description:**
279
283
280
- 1.5 submenu as listed in ` boards.txt `
284
+ 1.5+ submenu as listed in ` boards.txt `
281
285
282
286
** Example:**
283
287
@@ -289,7 +293,7 @@ BOARD_TAG=diecimila
289
293
BOARD_SUB =atmega168
290
294
```
291
295
292
- ** Requirement:** * Mandatory for 1.5 if using a submenu CPU*
296
+ ** Requirement:** * Mandatory for 1.5+ if using a submenu CPU*
293
297
294
298
----
295
299
@@ -521,7 +525,7 @@ USB_PID = 0x8039
521
525
CPU speed in Hz
522
526
523
527
Usually can be auto-detected as ` build.f_cpu ` from ` boards.txt ` , except in
524
- some 1.6 cores like attiny where there is a clock submenu.
528
+ some 1.5+ cores like attiny where there is a clock submenu.
525
529
526
530
** Example:**
527
531
0 commit comments