Skip to content

Commit e20f818

Browse files
committed
Updated revision log
1 parent b01eda1 commit e20f818

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

build/shared/revisions.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,36 @@ ARDUINO 1.6.6
2323
* "Go to line": CTRL+L or Edit > Go to line... will open a dialog where you can type the line number where you want the editor to jump to
2424
* Added boards.local.txt support: like platform.local.txt, allows to enrich a boards.txt definition without modifying the original file. Thanks @Wackerbarth
2525
* Library to library dependencies: when your sketch imports a library, and that library uses another, the IDE will find out without you having to add a useless #include to your sketch
26+
* Allow per-platform keywords.txt. Thanks @PaulStoffregen
27+
* Allow spaces in IDE install path on Linux. Thanks @matthijskooijman
28+
* Fixed a lot of documentation. Thanks to @per1234 @q2dg
29+
* Fixed parsing for SystemProfiler when scanning for available serial ports on Macosx El Capitan
2630

2731
[libraries]
2832
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus
2933
* Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus
34+
* Ethernet: Added missing keywords. Thanks @per1234
35+
* Ethernet: Fixed DNSClient.inet_aton() function. Thanks @jhorck
36+
* Ethernet: Expose optional DHCP timout parameters to Ethernet:begin(). Thanks @chaveiro
37+
* Wire: Implemented Wire.end() for AVR.
38+
* Wire: Fixed bug with repeated START for AVR. Thanks Nate Williams
39+
* Wire: Resolved timing issues on AVR. See #2173 #1477.
40+
* SD: Change "char *" to "const char *" on methods accepting a string as a parameter. Thanks @Ivan-Perez
3041

3142
[core]
43+
* Added new PluggableUSB and HID support. This change introduces a more powerful API for
44+
libraries that wants use advanced features of USB-Device.
45+
Thanks to @obra @NicoHood @matthijskooijman @nospam2000 @weizenspreu
3246
* AVR: fixed wrong turnOffPWM() for TIMER0B. Thanks @gonzoveliki
47+
* AVR: added support for AtmegaXXu2. Thanks @NicoHood
48+
* AVR: a bunch of USB Core bug fix. Thanks @NicoHood
49+
* AVR: Expose serial setting from USB-CDC serial port. Thanks @matthijskooijman
3350
* ArduinoISP is now compatible with every architecture (not only AVR) and is much more stable. Thanks @PeterVH
3451
* Print not aborting on write() failure. Thanks @stickbreaker
52+
* AVR: Faster interrupts patch. Thanks @xxxajk
53+
* AVR: Fixed pulseInLong wrong measurements.
54+
* AVR: Removed a bunch of compiler warnings. Thanks @NicoHood
55+
* Improved variants files for Boards Gemma and Ethernet
3556

3657
ARDUINO 1.6.5-r5 - 2015.08.28
3758

0 commit comments

Comments
 (0)