summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 21:25:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-07 21:25:24 +0000
commit9bc51533db436502b50aaa0014aa272576968df2 (patch)
tree69130cca051fdf38817fd4c99502b30f804981e8 /nuttx/Documentation/NuttxPortingGuide.html
parent1d7b4d2140b3d4dec9554a333e0e442103e3708f (diff)
downloadpx4-nuttx-9bc51533db436502b50aaa0014aa272576968df2.tar.gz
px4-nuttx-9bc51533db436502b50aaa0014aa272576968df2.tar.bz2
px4-nuttx-9bc51533db436502b50aaa0014aa272576968df2.zip
Various fixes for running the NxWM unit test on the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4711 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 23c412679..4c3e93a6a 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -5372,6 +5372,12 @@ build
hardware, this value should be undefined or set to 1.
</li>
<li>
+ <code>CONFIG_NX_WRITEONLY</code>:
+ Define if the underlying graphics device does not support read operations.
+ Automatically defined if <code>CONFIG_NX_LCDDRIVER</code> and <code>CONFIG_LCD_NOGETRUN</code>
+ are defined.
+ </li>
+ <li>
<code>CONFIG_NX_DISABLE_1BPP</code>, <code>CONFIG_NX_DISABLE_2BPP</code>,
<code>CONFIG_NX_DISABLE_4BPP</code>, <code>CONFIG_NX_DISABLE_8BPP</code>
<code>CONFIG_NX_DISABLE_16BPP</code>, <code>CONFIG_NX_DISABLE_24BPP</code>, and
@@ -5406,6 +5412,12 @@ build
see if any of these are supported by the board LCD logic.
</li>
<li>
+ <code>CONFIG_LCD_NOGETRUN</code>:
+ NX components need to know if it can read from the LCD or not.
+ If reading from the LCD is supported, then NxConsole can do more efficient scrolling.
+ Default: Supported
+ </li>
+ <li>
<code>CONFIG_NX_MOUSE</code>:
Build in support for mouse input.
</li>