Skip to content

ARDUINO 1.5.8 BETA

Compare
Choose a tag to compare
@cmaglie cmaglie released this 07 Oct 16:56
· 3464 commits to master since this release

Changelog

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

Core

  • sam: "new" and "delete" do not bring in 50Kb of stdclib anymore
  • Correct implementation of gcc specific internal functions (_cxa_guard*) (Alexey Guseynov)
  • 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:

Core

  • avr: Added replacement stub for cstdlib atexit() funciton (Christopher Andrews)