summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-29 09:46:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-29 09:46:57 -0600
commit513671256fe287033b8874d352fdf34bf6a14bea (patch)
treec92e6af03ccf0db0e7bc0492c37bdd1587e09e3d /nuttx/configs/sim
parent500e0bf8574e8257e709d4a45a2d8b6c84b9a8c4 (diff)
downloadnuttx-513671256fe287033b8874d352fdf34bf6a14bea.tar.gz
nuttx-513671256fe287033b8874d352fdf34bf6a14bea.tar.bz2
nuttx-513671256fe287033b8874d352fdf34bf6a14bea.zip
NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/nxwm/defconfig76
1 files changed, 60 insertions, 16 deletions
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index f812d1ed2..5dfedf1c7 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
#
# Build Configuration
#
-CONFIG_APPS_DIR="../apps"
+# CONFIG_APPS_DIR="../apps"
# CONFIG_BUILD_2PASS is not set
#
@@ -40,7 +40,9 @@ CONFIG_APPS_DIR="../apps"
#
# CONFIG_DEBUG is not set
# CONFIG_ARCH_HAVE_STACKCHECK is not set
+# CONFIG_ARCH_HAVE_HEAPCHECK is not set
CONFIG_DEBUG_SYMBOLS=y
+CONFIG_DEBUG_NOOPT=y
#
# System Type
@@ -76,7 +78,7 @@ CONFIG_SIM_FBBPP=32
# CONFIG_ARCH_NOINTC is not set
# CONFIG_ARCH_VECNOTIRQ is not set
# CONFIG_ARCH_DMA is not set
-# CONFIG_ARCH_IRQPRIO is not set
+# CONFIG_ARCH_HAVE_IRQPRIO is not set
# CONFIG_CUSTOM_STACK is not set
# CONFIG_ADDRENV is not set
# CONFIG_ARCH_HAVE_VFORK is not set
@@ -92,6 +94,12 @@ CONFIG_BOARD_LOOPSPERMSEC=5000
# CONFIG_ARCH_CALIBRATION is not set
#
+# Interrupt options
+#
+# CONFIG_ARCH_HAVE_INTERRUPTSTACK is not set
+# CONFIG_ARCH_HAVE_HIPRI_INTERRUPT is not set
+
+#
# Boot options
#
# CONFIG_BOOT_RUNFROMEXTSRAM is not set
@@ -127,6 +135,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# CONFIG_BOARD_INITIALIZE is not set
CONFIG_MSEC_PER_TICK=10
+# CONFIG_SYSTEM_TIME64 is not set
CONFIG_RR_INTERVAL=0
# CONFIG_SCHED_INSTRUMENTATION is not set
CONFIG_TASK_NAME_SIZE=32
@@ -196,13 +205,17 @@ CONFIG_DEV_NULL=y
# CONFIG_LOOP is not set
# CONFIG_RAMDISK is not set
# CONFIG_CAN is not set
+# CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
# CONFIG_PWM is not set
+# CONFIG_ARCH_HAVE_I2CRESET is not set
# CONFIG_I2C is not set
# CONFIG_SPI is not set
+# CONFIG_I2S is not set
# CONFIG_RTC is not set
# CONFIG_WATCHDOG is not set
# CONFIG_ANALOG is not set
# CONFIG_AUDIO_DEVICES is not set
+# CONFIG_VIDEO_DEVICES is not set
# CONFIG_BCH is not set
# CONFIG_INPUT is not set
# CONFIG_LCD is not set
@@ -212,6 +225,7 @@ CONFIG_DEV_NULL=y
# CONFIG_PM is not set
# CONFIG_POWER is not set
# CONFIG_SENSORS is not set
+# CONFIG_SERCOMM_CONSOLE is not set
CONFIG_SERIAL=y
# CONFIG_DEV_LOWCONSOLE is not set
# CONFIG_16550_UART is not set
@@ -238,6 +252,8 @@ CONFIG_SERIAL=y
#
# Networking Support
#
+# CONFIG_ARCH_HAVE_NET is not set
+# CONFIG_ARCH_HAVE_PHY is not set
# CONFIG_NET is not set
#
@@ -248,6 +264,8 @@ CONFIG_SERIAL=y
# File system configuration
#
# CONFIG_DISABLE_MOUNTPOINT is not set
+CONFIG_FS_READABLE=y
+CONFIG_FS_WRITABLE=y
# CONFIG_FS_RAMMAP is not set
CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y
@@ -258,6 +276,7 @@ CONFIG_FAT_MAXFNAME=32
# CONFIG_FS_NXFFS is not set
CONFIG_FS_ROMFS=y
# CONFIG_FS_SMARTFS is not set
+# CONFIG_FS_PROCFS is not set
#
# System Logging
@@ -437,6 +456,7 @@ CONFIG_HAVE_CXX=y
#
# CONFIG_EXAMPLES_BUTTONS is not set
# CONFIG_EXAMPLES_CAN is not set
+# CONFIG_EXAMPLES_CONFIGDATA is not set
# CONFIG_EXAMPLES_CXXTEST is not set
# CONFIG_EXAMPLES_DHCPD is not set
# CONFIG_EXAMPLES_ELF is not set
@@ -579,6 +599,7 @@ CONFIG_NSH_LIBRARY=y
#
# CONFIG_NSH_CMDOPT_DF_H is not set
CONFIG_NSH_CODECS_BUFSIZE=128
+# CONFIG_NSH_CMDOPT_HEXDUMP is not set
CONFIG_NSH_FILEIOSIZE=1024
CONFIG_NSH_LINELEN=80
CONFIG_NSH_MAXARGUMENTS=6
@@ -613,14 +634,14 @@ CONFIG_NXWIDGETS=y
# NX Server/Device Configuration
#
# CONFIG_NXWIDGETS_FLICKERFREE is not set
-CONFIG_NXWIDGETS_DEVNO=0
+# CONFIG_NXWIDGETS_EXTERNINIT is not set
CONFIG_NXWIDGETS_VPLANE=0
+CONFIG_NXWIDGET_SERVERINIT=y
CONFIG_NXWIDGETS_SERVERPRIO=110
CONFIG_NXWIDGETS_SERVERSTACK=16384
CONFIG_NXWIDGETS_CLIENTPRIO=100
CONFIG_NXWIDGETS_LISTENERPRIO=100
CONFIG_NXWIDGETS_LISTENERSTACK=8192
-# CONFIG_NXWIDGETS_EXTERNINIT is not set
# CONFIG_NXWIDGET_EVENTWAIT is not set
#
@@ -652,7 +673,7 @@ CONFIG_NXWIDGETS_CURSORCONTROL_SIZE=4
CONFIG_NXWM=y
#
-# General settings
+# NxWM General settings
#
# CONFIG_NXWM_SYSTEM_CUSTOM_FONTID is not set
CONFIG_NXWM_UNITTEST=y
@@ -665,6 +686,16 @@ CONFIG_NXWM_UNITTEST=y
# CONFIG_NXWM_CUSTOM_TEXTCOLORS is not set
#
+# Background Image
+#
+# CONFIG_NXWM_DISABLE_BACKGROUND_IMAGE is not set
+CONFIG_NXWM_BACKGROUND_IMAGE=""
+
+#
+# NxWM Taskbar Configuration
+#
+
+#
# Horizontal and vertical spacing of icons in the task bar
#
CONFIG_NXWM_TASKBAR_VSPACING=2
@@ -679,23 +710,17 @@ CONFIG_NXWM_TASKBAR_LEFT=y
# CONFIG_NXWM_TASKBAR_NO_BORDER is not set
#
-# Tool Bar Configuration
+# NxWM Toolbar Configuration
#
# CONFIG_NXWM_CUSTOM_TOOLBAR_HEIGHT is not set
#
-# Background Image
-#
-# CONFIG_NXWM_DISABLE_BACKGROUND_IMAGE is not set
-CONFIG_NXWM_BACKGROUND_IMAGE=""
-
-#
-# Application Window Configuration
+# NxWM Application Window Configuration
#
# CONFIG_NXWM_CUSTOM_APPWINDOW_ICONS is not set
#
-# Start Window Configuration
+# NxWM Start Window Configuration
#
#
@@ -718,22 +743,31 @@ CONFIG_NXWM_NXCONSOLE_STACKSIZE=8192
# CONFIG_NXWM_NXCONSOLE_CUSTOM_COLORS is not set
# CONFIG_NXWM_NXCONSOLE_CUSTOM_FONTID is not set
# CONFIG_NXWM_CUSTOM_NXCONSOLE_ICON is not set
+
+#
+# NxWM Touchscreen Configuration
+#
# CONFIG_NXWM_TOUCHSCREEN is not set
+
+#
+# NxWM Keyboard Configuration
+#
# CONFIG_NXWM_KEYBOARD is not set
#
-# Calibration display settings
+# NxWM Calibration display settings
#
CONFIG_NXWM_CALIBRATION_MARGIN=40
# CONFIG_NXWM_CALIBRATION_CUSTOM_COLORS is not set
# CONFIG_NXWM_CALIBRATION_MESSAGES is not set
+# CONFIG_NXWM_CALIBRATION_ANISOTROPIC is not set
# CONFIG_NXWM_CUSTOM_CALIBRATION_ICON is not set
CONFIG_NXWM_CALIBRATION_SIGNO=5
CONFIG_NXWM_CALIBRATION_LISTENERPRIO=100
CONFIG_NXWM_CALIBRATION_LISTENERSTACK=2048
#
-# Hex Calculator display settings
+# NxWM Hex Calculator display settings
#
# CONFIG_NXWM_HEXCALCULATOR_CUSTOM_COLORS is not set
# CONFIG_NXWM_CUSTOM_HEXCALCULATOR_ICON is not set
@@ -741,6 +775,11 @@ CONFIG_NXWM_CALIBRATION_LISTENERSTACK=2048
# CONFIG_NXWM_MEDIAPLAYER is not set
#
+# Platform-specific Support
+#
+# CONFIG_PLATFORM_CONFIGDATA is not set
+
+#
# System NSH Add-Ons
#
@@ -771,6 +810,11 @@ CONFIG_NXWM_CALIBRATION_LISTENERSTACK=2048
#
#
+# NxPlayer media player library / command Line
+#
+# CONFIG_SYSTEM_NXPLAYER is not set
+
+#
# RAM test
#
# CONFIG_SYSTEM_RAMTEST is not set