1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03: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
2 changed files with 5 additions and 2 deletions

View File

@ -65,7 +65,7 @@ void loop() {
Keyboard.press(KEY_DELETE); Keyboard.press(KEY_DELETE);
delay(100); delay(100);
Keyboard.releaseAll(); Keyboard.releaseAll();
//ALT-s: //ALT-l:
delay(2000); delay(2000);
Keyboard.press(KEY_LEFT_ALT); Keyboard.press(KEY_LEFT_ALT);
Keyboard.press('l'); 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] [ide]
* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva) * Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva) * Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
* A lot of command-line improvements (Matthijs Kooijman) * A lot of command-line improvements (Matthijs Kooijman)
* Cursor is not moved when invoking autoformat
[libraries] [libraries]
* SPI: added transaction API (Paul Stoffregen) * 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 https://groups.google.com/a/arduino.cc/forum/#!msg/developers/TuZLfjeZjDI/6deNjw3Y9m4J
* FileIO bridge: fixed wrong return value in File::size() for size >32768 * FileIO bridge: fixed wrong return value in File::size() for size >32768
* Updated Temboo to latest version * Updated Temboo to latest version
* Updates/Fix to various examples
[core] [core]
* sam: "new" and "delete" do not bring in 50Kb of stdclib anymore * 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) * Fix for upload problems on Leonardo (and derivative boards based on mega32u4)
* Small improvements on String class (Matthijs Kooijman) * Small improvements on String class (Matthijs Kooijman)
* Fixed size of available flash for mega2560 boards (Leonardo Milani, Arnav Gupta) * 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: The following changes are included also in the Arduino IDE 1.0.6: