mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Updated revisions.txt
This commit is contained in:
parent
583dafb576
commit
cb5b0e0e42
@ -9,31 +9,43 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
|
|||||||
* Added missing keywords: YunServer, YunClient, pow
|
* Added missing keywords: YunServer, YunClient, pow
|
||||||
* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
|
* Improved folder ignore: now hidden, starting with a dot, and SCCS folders are ignored
|
||||||
* Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/
|
* Improved auto format: now handled by Artistic Style http://astyle.sourceforge.net/
|
||||||
* Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available. Allows public key only authentication and ssh servers listening on ports other than 22.
|
* Improved SSH uploader (Arduino Yun): uses file ~/.ssh/config if available.
|
||||||
|
Allows public key only authentication and ssh servers listening on ports other than 22.
|
||||||
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
|
* Font anti-aliasing now ON by default (users will have to either delete or manually edit their preferences.txt file)
|
||||||
* Added warning message when opening sketches with additional files with illegal names
|
* Added warning message when opening sketches with additional files with illegal names
|
||||||
* (windows) Upgraded embedded Java runtime to version 7: much faster startup
|
* (windows) Upgraded embedded Java runtime to version 7: much faster startup
|
||||||
* Improved files open/save dialogs
|
* Improved files open/save dialogs
|
||||||
* Added line numbers, can be enabled/disabled from preferences (Cayci Gorlitsky)
|
* Added line numbers, can be enabled/disabled from preferences (Cayci Gorlitsky)
|
||||||
* Removed check on forbidden file in 1.5 formatted libraries (#1692)
|
* Removed check on forbidden file in 1.5 formatted libraries (#1692)
|
||||||
|
* Updated msys-1.0.dll to the latest version (Windows 8.1 compatibility)
|
||||||
|
* Using [code] tag instead of [quote] in "Copy for forum". Removed color coding.
|
||||||
|
* When an hardware addon reference another core also the libraries are referenced.
|
||||||
|
* It's now possible to specify additional custom board parameters from command line.
|
||||||
|
* Example and Boards are now scrollable.
|
||||||
|
* Fixed localization issues that sometimes prevented the IDE to start.
|
||||||
|
* Added "Using library..." debugging message in verbose compile.
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)
|
* Bridge: Fixed buffer overflow in File::doBuffer() (dreggy)
|
||||||
* avr: Fixed timeout in Bridge::transfer()
|
* Bridge: Fixed timeout in Bridge::transfer()
|
||||||
* sam: Fixed SPI initialization (when using extended API and multiple CS)
|
* sam: Fixed SPI initialization (when using extended API and multiple CS)
|
||||||
* avr: Fixed behavior of EthernetClient::flush()
|
* Partially fixed the behavior of EthernetClient::flush(), now it doesn't discard
|
||||||
* avr: Fixed return value of Bridge::get(..) (returning 0 with valid data len >0)
|
incoming data BUT it doesn't wait for outgoing data to be successfully transmitted.
|
||||||
|
* Bridge: Fixed return value of Bridge::get(..) (returning 0 with valid data len >0)
|
||||||
|
* Bridge: Implemented multi-byte File::read(..)
|
||||||
|
* Esplora: Added support for display GREENTAB_L
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
* sam: Fixed wrong initialization for ADC timings (analogRead speed Arduino DUE improved by a factor x10)
|
* sam: Fixed wrong initialization for ADC timings (analogRead speed Arduino DUE improved by a factor x10)
|
||||||
https://github.com/arduino/Arduino/issues/1418
|
https://github.com/arduino/Arduino/issues/1418
|
||||||
(http://www.djerickson.com/arduino/)
|
(http://www.djerickson.com/arduino/)
|
||||||
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
|
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
|
||||||
* avr: Added yun variant with LED_BUILTIN definition
|
* Added LED_BUILTIN metadata in variant files
|
||||||
* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
|
* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
|
||||||
* avr: Removed File object destructor. In order to free memory allocated by a File object the safest way is to call its close() method
|
* avr: Removed File object destructor. In order to free memory allocated by a File object the safest way is to call its close() method
|
||||||
* Added digitalPinToInterrupt variant macro (Paul Stoffregen)
|
* Added digitalPinToInterrupt variant macro (Paul Stoffregen)
|
||||||
* avr: added variant file for Arduino Ethernet
|
* avr: added variant file for Arduino Ethernet
|
||||||
|
* Added SERIAL_* metadata in variants files (Paul Stoffregen)
|
||||||
|
|
||||||
ARDUINO 1.5.4 BETA 2013.09.10
|
ARDUINO 1.5.4 BETA 2013.09.10
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user