Skip to content

Commit 804d890

Browse files
committed
Update revisions.txt
1 parent ddcf822 commit 804d890

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/shared/revisions.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,27 @@ ARDUINO 1.8.2
33
[ide]
44
* Fix command line: works again with relative paths (regression)
55
* 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
79
* Allow BoardManager to fetch FreeBSD tools (thanks @kevans91)
810
* Serial monitor: the input string box is automatically focused when window is selected
911
* Serial monitor: now can not be opened during upload
1012
* Serial monitor: now properly decodes UTF8 characters (thanks @aknrdureegaesr)
1113
* Serial monitor: added 500k, 1M and 2M baudrates (thanks @dsstutts)
1214
* Updated RSyntaxTextArea to 2.6.1 (textarea component)
1315
* Updated jmdsn (mDNS discovery)
16+
* Allow plugins to attach a listener to compile progress (thanks @tomneutens)
1417

1518
[core]
1619
* Add Atmel-ICE and JTAGICE3 programmers for AVR chips (thanks @matthijskooijman)
1720
* 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)
1823

1924
[other]
2025
* 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
26+
* Update Wifi101 Firmware Updater plugin
2127

2228
ARDUINO 1.8.1 - 2017.01.09
2329

0 commit comments

Comments
 (0)