Misc updates (minor)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5014 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
93f38f3f61
commit
635b178311
@ -255,7 +255,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><b>Virtual Vertical Graphics Space</b>.
|
<li><b>Virtual Vertical Graphics Space</b>.
|
||||||
Windows that reside in a virtual, <i>vertical</i> space so that it makes
|
Windows that reside in a virtual, <i>vertical</i> space so that it makes
|
||||||
sense to talk about one window being on top of another and obcuring the
|
sense to talk about one window being on top of another and obscuring the
|
||||||
window below it.
|
window below it.
|
||||||
</li>
|
</li>
|
||||||
<li><b>Client/Server Model</b>.
|
<li><b>Client/Server Model</b>.
|
||||||
|
@ -143,7 +143,8 @@
|
|||||||
This feature is especially attractive when combined with the NuttX ROMFS support:
|
This feature is especially attractive when combined with the NuttX ROMFS support:
|
||||||
ROMFS allows you to execute programs in place (XIP) in flash without copying anything
|
ROMFS allows you to execute programs in place (XIP) in flash without copying anything
|
||||||
other than the .data section to RAM.
|
other than the .data section to RAM.
|
||||||
In fact, the initial NXFLAT release will work only on ROMFS.
|
In fact, the initial NXFLAT release only worked on ROMFS.
|
||||||
|
Later extensions also support execution NXFLAT binaries from an SRAM copy as well.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This NuttX feature includes:
|
This NuttX feature includes:
|
||||||
|
Loading…
Reference in New Issue
Block a user