summaryrefslogtreecommitdiff
path: root/nuttx/configs/micropendous3/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-16 17:52:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-16 17:52:25 +0000
commiteb1adb0b16a44c48a88216beb93663236c9f7f20 (patch)
tree94b6259359c8070a740253ef7af4a9cd54965c11 /nuttx/configs/micropendous3/README.txt
parent7b19319ca94f338e46a544ff3c59d92a402d12b8 (diff)
downloadpx4-nuttx-eb1adb0b16a44c48a88216beb93663236c9f7f20.tar.gz
px4-nuttx-eb1adb0b16a44c48a88216beb93663236c9f7f20.tar.bz2
px4-nuttx-eb1adb0b16a44c48a88216beb93663236c9f7f20.zip
Reduce memory usage in same AVR configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3714 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/micropendous3/README.txt')
-rw-r--r--nuttx/configs/micropendous3/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/micropendous3/README.txt b/nuttx/configs/micropendous3/README.txt
index beb335282..fbca28f34 100644
--- a/nuttx/configs/micropendous3/README.txt
+++ b/nuttx/configs/micropendous3/README.txt
@@ -521,11 +521,11 @@ Where <subdir> is one of the following:
hello:
The simple apps/examples/hello "Hello, World!" example.
- FLASH/SRAM Requirements (as of 6/12/2011):
+ FLASH/SRAM Requirements (as of 6/16/2011):
$ avr-elf-size nuttx
text data bss dec hex filename
- 31064 1075 449 32588 7f4c nuttx
+ 24816 978 308 26102 65f6 nuttx
Strings are in SRAM.