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: build/shared/revisions.txt
+7-1
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,27 @@ ARDUINO 1.8.2
3
3
[ide]
4
4
* Fix command line: works again with relative paths (regression)
5
5
* AVR toolchain has been updated with a tentative fix for the ld-returned-5-exit-status bug
6
-
* Update arduino-builder to 1.3.24 to avoid name clashing for libraries
6
+
* Update arduino-builder to 1.3.25
7
+
- avoid name clashing for libraries
8
+
- cache core archives to speedup compilation consistently
7
9
* Allow BoardManager to fetch FreeBSD tools (thanks @kevans91)
8
10
* Serial monitor: the input string box is automatically focused when window is selected
9
11
* Serial monitor: now can not be opened during upload
10
12
* Serial monitor: now properly decodes UTF8 characters (thanks @aknrdureegaesr)
11
13
* Serial monitor: added 500k, 1M and 2M baudrates (thanks @dsstutts)
12
14
* Updated RSyntaxTextArea to 2.6.1 (textarea component)
13
15
* Updated jmdsn (mDNS discovery)
16
+
* Allow plugins to attach a listener to compile progress (thanks @tomneutens)
14
17
15
18
[core]
16
19
* Add Atmel-ICE and JTAGICE3 programmers for AVR chips (thanks @matthijskooijman)
17
20
* AVR: Set unused bits of extended fuse to 1, should remove some avrdude warning during burn bootloader (thanks @descampsa)
21
+
* AVR: USB: send ZLP when needed (allows full 64 bytes packets)
22
+
* AVR: USB: use IAD descriptors instead than Generic (thanks @cuitoldfish)
18
23
19
24
[other]
20
25
* SAM platform source code has been moved to its own repository (https://github.com/arduino/ArduinoCore-sam) - all PRs and issues have been moved as well
0 commit comments