1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'master' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2013-11-03 14:00:42 +01:00
4 changed files with 230 additions and 4 deletions

View File

@ -26,6 +26,7 @@ ARDUINO 1.5.5 BETA
* 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
* Added digitalPinToInterrupt variant macro (Paul Stoffregen)
* avr: added variant file for Arduino Ethernet
ARDUINO 1.5.4 BETA 2013.09.10