File tree 4 files changed +14
-4
lines changed
arduino-core/src/processing/app
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 37
37
public class BaseNoGui {
38
38
39
39
/** Version string to be used for build */
40
- public static final int REVISION = 10600 ;
40
+ public static final int REVISION = 10601 ;
41
41
/** Extended version string displayed on GUI */
42
- static String VERSION_NAME = "1.6.0 " ;
42
+ static String VERSION_NAME = "1.6.1 " ;
43
43
44
44
static File buildFolder ;
45
45
Original file line number Diff line number Diff line change 1
1
2
+ ARDUINO 1.6.1
3
+
4
+ [ide]
5
+ * Improved Yun detection for upload via network (Ron Guest)
6
+ * In platforms.txt "objcopy" recipe is no more tied to the "hex" format (Arnav Gupta)
7
+ * /dev/cu.* serial ports are now filtered from the port list on MacOSX
8
+ * Ports in ports list are now grouped by type
9
+ * Upgraded avr-gcc toolchains to 3.4.5
10
+ * Fixed wrong parsing of boards.txt when using submenu and boards id with underscores
11
+
2
12
ARDUINO 1.6.0 - 2015.02.09
3
13
4
14
[ide]
Original file line number Diff line number Diff line change 6
6
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
7
7
8
8
name=Arduino AVR Boards
9
- version=1.6.0
9
+ version=1.6.1
10
10
11
11
# AVR compile variables
12
12
# ---------------------
Original file line number Diff line number Diff line change 5
5
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
6
6
7
7
name=Arduino ARM (32-bits) Boards
8
- version=1.6.0
8
+ version=1.6.1
9
9
10
10
# SAM3 compile variables
11
11
# ----------------------
You can’t perform that action at this time.
0 commit comments