aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 17:59:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 17:59:41 +0000
commit756fc3f2db435855a76535c9863ad5d5d197b9dc (patch)
tree414b735663365ee1333299dae6932f0908678501 /nuttx/Documentation
parent722430d4d27063839de0be788c09c5068ce9070b (diff)
downloadpx4-firmware-756fc3f2db435855a76535c9863ad5d5d197b9dc.tar.gz
px4-firmware-756fc3f2db435855a76535c9863ad5d5d197b9dc.tar.bz2
px4-firmware-756fc3f2db435855a76535c9863ad5d5d197b9dc.zip
Misc updates (minor)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5014 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html2
-rw-r--r--nuttx/Documentation/NuttXNxFlat.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index 4408de6cf..6c72771bc 100644
--- a/nuttx/Documentation/NXGraphicsSubsystem.html
+++ b/nuttx/Documentation/NXGraphicsSubsystem.html
@@ -255,7 +255,7 @@
<ul>
<li><b>Virtual Vertical Graphics Space</b>.
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.
</li>
<li><b>Client/Server Model</b>.
diff --git a/nuttx/Documentation/NuttXNxFlat.html b/nuttx/Documentation/NuttXNxFlat.html
index 3a5939787..e6923a8bc 100644
--- a/nuttx/Documentation/NuttXNxFlat.html
+++ b/nuttx/Documentation/NuttXNxFlat.html
@@ -143,7 +143,8 @@
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
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>
This NuttX feature includes: