File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ ARDUINO 1.8.7 2018.09.11
5
5
[ide]
6
6
* Fixed: IDE doesn't start if library_index.json is corruped.
7
7
* Fixed: IDE doesn't start if a library with invalid version is found.
8
+ * Fixed: Rare build errors in very complex sketches (like Marlin firmware).
8
9
* Fixed: Better dialog explaining that MacOSX 10.8 is now required. Thanks @PaulStoffregen
9
10
* Fixed: Slow "File" and "Tools" menus in MacOSX
10
11
* Fixed: Weird Board Manager behaviour if AVR core is downgraded to a version earlier than 1.6.22
11
12
* Improved first-use usability if the user don't select the serial port. Thanks @PaulStoffregen
12
13
* Custom "Tools" menu now keeps the order as defined in boards.txt.
13
14
15
+ [core]
16
+ * AVR: Fixed EEPROM warnings. Thanks @bxparks
17
+ * AVR: Treat "narrowing conversion" as warning, not error. This will make some libraries
18
+ to compile again. Thanks @PaulStoffregen
19
+
14
20
ARDUINO 1.8.6 2018.08.23
15
21
16
22
[ide]
You can’t perform that action at this time.
0 commit comments