chiark / gitweb /
new
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Aug 2012 18:03:12 +0000 (19:03 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Aug 2012 18:03:12 +0000 (19:03 +0100)
meta
patches/makefile-avr-size [new file with mode: 0644]

diff --git a/meta b/meta
index 9fe476259b986d9bb7ef37dd4c8c622f57a6cda3..6de9d21f978932b1b0163593218df093f13d6bb8 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,11 @@
 Version: 1
-Previous: 6afac17708d1836c8e72b06306c31ba34d4ae43b
-Head: 90c247c0f2f80ca736bb1d43ff738460f0d1a824
+Previous: d8f3858f95e6431c2ffaf6a570d635730fa71507
+Head: 36fbda52517019012c228b3ba63037cd6a57c152
 Applied:
   marlin-pde-include-comment-for: 121f976406e6921f5b511f6dc4882985cf4b4133
   add-to-marlin-gitignore: 6a0fad50983c4fb5b60173ae96a6eb96ae9d4976
   makefile-support-v-1: 90c247c0f2f80ca736bb1d43ff738460f0d1a824
+  makefile-avr-size: 36fbda52517019012c228b3ba63037cd6a57c152
 Unapplied:
   motion-control-max-min: 44befa5f783994f92f7c6fd39b7f581cf174d9d4
   m206-always-use-homing-homeing: 5c4da74300c80f25a333307be1768e7eb4c24325
diff --git a/patches/makefile-avr-size b/patches/makefile-avr-size
new file mode 100644 (file)
index 0000000..a4d07a7
--- /dev/null
@@ -0,0 +1,17 @@
+Bottom: fe29c935d597df4792c2f9c33288912120351048
+Top:    fe29c935d597df4792c2f9c33288912120351048
+Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Date:   2012-08-09 19:03:12 +0100
+
+Makefile: Better size printing
+
+Run avr-size with the --mcu=... -C option as well.  That reports how
+much actual device program and data memory is used along with a
+percentage fullness.
+
+Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
+
+
+---
+
+