It would be nice to have the output of avr-size after a correct compilation.
and why not with some simples calculations ?

Example : Ram usage (in %), EEprom usage (in %), ...
This "simple" print (It is simple to say it, but not allways simple to do it ;-)
could avoid some headaches :
A couple of days ago I fall in a mysterious bug, it took me some days to find the issue.
(in my sketch there were too much serial.println).
the solution was on the forum (use PROGMEM instead) I was stupidly thinking "the compiler do not use ram for thoses println", off course I was wrong ...
I would like to thank's all folk working on this great project !
