From 649aa85ec19724af13b619de2c56fe55ed0d67ff Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 Jul 2011 01:26:38 +0000 Subject: Fix some NX configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3807 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/nsh2/defconfig | 6 +++--- nuttx/configs/stm3210e-eval/nx/defconfig | 6 +++--- nuttx/configs/stm3210e-eval/nxtext/defconfig | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'nuttx') diff --git a/nuttx/configs/stm3210e-eval/nsh2/defconfig b/nuttx/configs/stm3210e-eval/nsh2/defconfig index 359e050e5..694bdd1c0 100644 --- a/nuttx/configs/stm3210e-eval/nsh2/defconfig +++ b/nuttx/configs/stm3210e-eval/nsh2/defconfig @@ -1045,7 +1045,7 @@ CONFIG_EXAMPLES_NXHELLO_EXTERNINIT=n # CONFIG_EXAMPLES_NXIMAGE_VPLANE -- The plane to select from the frame- # buffer driver for use in the test. Default: 0 # CONFIG_EXAMPLES_NXIMAGE_DEVNO - The LCD device to select from the LCD - driver for use in the test: Default: 0 +# driver for use in the test: Default: 0 # CONFIG_EXAMPLES_NXIMAGE_BPP -- Pixels per pixel to use. Valid options # include 8, 16, and 24. Default is 16. # CONFIG_EXAMPLES_NXIMAGE_XSCALEp5, CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5, @@ -1067,10 +1067,10 @@ CONFIG_EXAMPLES_NXIMAGE_VPLANE=0 CONFIG_EXAMPLES_NXIMAGE_DEVNO=0 CONFIG_EXAMPLES_NXIMAGE_BPP=16 CONFIG_EXAMPLES_NXIMAGE_XSCALEp5=n -CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5=n +CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5=y CONFIG_EXAMPLES_NXIMAGE_XSCALE2p0=n CONFIG_EXAMPLES_NXIMAGE_YSCALEp5=n -CONFIG_EXAMPLES_NXIMAGE_YSCALE1p5=n +CONFIG_EXAMPLES_NXIMAGE_YSCALE1p5=y CONFIG_EXAMPLES_NXIMAGE_YSCALE2p0=n CONFIG_EXAMPLES_NXIMAGE_EXTERNINIT=n diff --git a/nuttx/configs/stm3210e-eval/nx/defconfig b/nuttx/configs/stm3210e-eval/nx/defconfig index 47f787a29..354e72e34 100644 --- a/nuttx/configs/stm3210e-eval/nx/defconfig +++ b/nuttx/configs/stm3210e-eval/nx/defconfig @@ -1004,7 +1004,7 @@ CONFIG_EXAMPLES_NX_EXTERNINIT=n # CONFIG_EXAMPLES_NXIMAGE_VPLANE -- The plane to select from the frame- # buffer driver for use in the test. Default: 0 # CONFIG_EXAMPLES_NXIMAGE_DEVNO - The LCD device to select from the LCD - driver for use in the test: Default: 0 +# driver for use in the test: Default: 0 # CONFIG_EXAMPLES_NXIMAGE_BPP -- Pixels per pixel to use. Valid options # include 8, 16, and 24. Default is 16. # CONFIG_EXAMPLES_NXIMAGE_XSCALEp5, CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5, @@ -1026,10 +1026,10 @@ CONFIG_EXAMPLES_NXIMAGE_VPLANE=0 CONFIG_EXAMPLES_NXIMAGE_DEVNO=0 CONFIG_EXAMPLES_NXIMAGE_BPP=16 CONFIG_EXAMPLES_NXIMAGE_XSCALEp5=n -CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5=n +CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5=y CONFIG_EXAMPLES_NXIMAGE_XSCALE2p0=n CONFIG_EXAMPLES_NXIMAGE_YSCALEp5=n -CONFIG_EXAMPLES_NXIMAGE_YSCALE1p5=n +CONFIG_EXAMPLES_NXIMAGE_YSCALE1p5=y CONFIG_EXAMPLES_NXIMAGE_YSCALE2p0=n CONFIG_EXAMPLES_NXIMAGE_EXTERNINIT=n diff --git a/nuttx/configs/stm3210e-eval/nxtext/defconfig b/nuttx/configs/stm3210e-eval/nxtext/defconfig index d586daf9f..3d9548b70 100644 --- a/nuttx/configs/stm3210e-eval/nxtext/defconfig +++ b/nuttx/configs/stm3210e-eval/nxtext/defconfig @@ -1059,7 +1059,7 @@ CONFIG_EXAMPLES_NXTEXT_NOTIFYSIGNO=4 # CONFIG_EXAMPLES_NXIMAGE_VPLANE -- The plane to select from the frame- # buffer driver for use in the test. Default: 0 # CONFIG_EXAMPLES_NXIMAGE_DEVNO - The LCD device to select from the LCD - driver for use in the test: Default: 0 +# driver for use in the test: Default: 0 # CONFIG_EXAMPLES_NXIMAGE_BPP -- Pixels per pixel to use. Valid options # include 8, 16, and 24. Default is 16. # CONFIG_EXAMPLES_NXIMAGE_XSCALEp5, CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5, @@ -1081,10 +1081,10 @@ CONFIG_EXAMPLES_NXIMAGE_VPLANE=0 CONFIG_EXAMPLES_NXIMAGE_DEVNO=0 CONFIG_EXAMPLES_NXIMAGE_BPP=16 CONFIG_EXAMPLES_NXIMAGE_XSCALEp5=n -CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5=n +CONFIG_EXAMPLES_NXIMAGE_XSCALE1p5=y CONFIG_EXAMPLES_NXIMAGE_XSCALE2p0=n CONFIG_EXAMPLES_NXIMAGE_YSCALEp5=n -CONFIG_EXAMPLES_NXIMAGE_YSCALE1p5=n +CONFIG_EXAMPLES_NXIMAGE_YSCALE1p5=y CONFIG_EXAMPLES_NXIMAGE_YSCALE2p0=n CONFIG_EXAMPLES_NXIMAGE_EXTERNINIT=n -- cgit v1.2.3