File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
-
2
1
ARDUINO 1.6.3
3
2
4
3
[ide]
5
4
* Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some linuxes
6
- * Upgrading toolchains: statically compiled, ship with Link Time Optimization plugin (disabled by defalt)
5
+ * MacOSX: MACOSX_BUNDLED_JVM property is automatically set to JAVA_HOME if not provided
6
+ * New splashscreen image
7
+
8
+ [core]
9
+ * Upgraded toolchains: statically compiled, ship with Link Time Optimization plugin (disabled by default)
10
+ * Restored backward compatibility by providing a platform.txt in-memory rewrite: old values (eg: compiler.path) are converted to new values
11
+ * platform.txt rewriting can be disabled if target platform has a "rewriting=disabled" key/value pair set
12
+ * AVR bundle files (core files and toolchain) is again inside IDE "hardware" folder, instead of unpacked into user's home folder at first IDE startup
13
+ * Advise of duplicate libraries after compiling. Thanks @PaulStoffregen
7
14
8
15
ARDUINO 1.6.2 - 2015.03.28
9
16
You can’t perform that action at this time.
0 commit comments