This creates a 8051 build that can run in 24Kb of RAM

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@26 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-03-01 21:05:55 +00:00
parent 979bf1cced
commit e93031920d

View File

@ -46,7 +46,17 @@ is available that be used to build a NuttX-compatible arm-elf toolchain.</blockq
<h1>Memory Footprint</h1>
<p>To be provided</p>
<p>Details to be provided</p>
<p>
I have a complete build for an ARM7 target that includes most of the OS
features and a broad range of OS tests.
That builds to an executable that requires about 85Kb for .text, .data., and .bss.
</p>
<p>
I have a stripped down OS test for the 8051 target that requires only
24Kb.
</p>
<h1>Licensing</h1>