1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Merge branch 'master' into ide-1.5.x. Updated revision log.

Conflicts:
	build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino
	hardware/arduino/boards.txt
This commit is contained in:
Cristian Maglie 2014-10-01 13:53:37 +02:00
commit 3a1b7ea362
2 changed files with 5 additions and 2 deletions

View File

@ -65,7 +65,7 @@ void loop() {
Keyboard.press(KEY_DELETE);
delay(100);
Keyboard.releaseAll();
//ALT-s:
//ALT-l:
delay(2000);
Keyboard.press(KEY_LEFT_ALT);
Keyboard.press('l');

View File

@ -1,9 +1,10 @@
ARDUINO 1.5.8 BETA - not yet released
ARDUINO 1.5.8 BETA - 2014.10.01
[ide]
* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
* A lot of command-line improvements (Matthijs Kooijman)
* Cursor is not moved when invoking autoformat
[libraries]
* SPI: added transaction API (Paul Stoffregen)
@ -11,6 +12,7 @@ ARDUINO 1.5.8 BETA - not yet released
https://groups.google.com/a/arduino.cc/forum/#!msg/developers/TuZLfjeZjDI/6deNjw3Y9m4J
* FileIO bridge: fixed wrong return value in File::size() for size >32768
* Updated Temboo to latest version
* Updates/Fix to various examples
[core]
* sam: "new" and "delete" do not bring in 50Kb of stdclib anymore
@ -18,6 +20,7 @@ ARDUINO 1.5.8 BETA - not yet released
* Fix for upload problems on Leonardo (and derivative boards based on mega32u4)
* Small improvements on String class (Matthijs Kooijman)
* Fixed size of available flash for mega2560 boards (Leonardo Milani, Arnav Gupta)
* sam: removed useless empty digitalPinToTimer(..) macro stub (Bill Perry)
The following changes are included also in the Arduino IDE 1.0.6: