1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Merge branch 'ide-1.5.x-gui-refactor' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2014-11-18 12:04:20 +01:00
382 changed files with 10465 additions and 93993 deletions

View File

@@ -1,5 +1,11 @@
ARDUINO 1.5.9
ARDUINO 1.6.0rc1
* IDE internals have been refactored and sorted out. (Claudio Indellicati)
https://github.com/arduino/Arduino/pull/2328
The builder and the GUI now have clearly separated source code making it easier
for IDE developers to maintain and propose patch.
From a user point of view nothing changes and the IDE should behave exactly as before.
[ide]
* Autosave on sketch Upload/Verify (Fulvio Ieva)
@@ -7,7 +13,8 @@ ARDUINO 1.5.9
* 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)
* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the
content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
[core]
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)