1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Merge remote-tracking branch 'ide-1.5.x-avrdude' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2014-11-05 19:46:49 +01:00
4 changed files with 59 additions and 15 deletions

View File

@ -5,6 +5,7 @@ ARDUINO 1.5.9
* Sketch build process: fixed full rebuild on windows even if not needed
* Sketch build process: core.a rebuild only if needed (Matthijs Kooijman)
* Updated AStyle formatter to v2.04: http://astyle.sourceforge.net/notes.html
* Improved avrdude verbose upload (Matthijs Kooijman)
[core]
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)