Skip to content

Arduino 1.5.4 BETA

Compare
Choose a tag to compare
@cmaglie cmaglie released this 19 Sep 16:48
· 4158 commits to master since this release

Changelog

IDE

  • Revert to English locale if the system default is not available
  • Added support for Arduino Yun
  • Autodetect of boards connected to each serial port
  • Network upload and discovery for Arduino Yun

Libraries

  • sam: fixed wrong SPI initialization (noblepepper)
  • updated all instances of Adafruit_GFX to the latest version
  • added libraries for Arduino Yun

Core

  • avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)