From 2d64a899de43b2b40f44676fe207ae39813b2e02 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 9 Aug 2012 19:03:12 +0100 Subject: [PATCH] new --- meta | 5 +++-- patches/makefile-avr-size | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 patches/makefile-avr-size diff --git a/meta b/meta index 9fe4762..6de9d21 100644 --- 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 index 0000000..a4d07a7 --- /dev/null +++ b/patches/makefile-avr-size @@ -0,0 +1,17 @@ +Bottom: fe29c935d597df4792c2f9c33288912120351048 +Top: fe29c935d597df4792c2f9c33288912120351048 +Author: Ian Jackson +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 + + +--- + + -- 2.30.2