Add nx_start() to simplify starting the NX server from within the RTOS

This commit is contained in:
Gregory Nutt 2013-12-29 11:11:48 -06:00
parent a42656813f
commit bdbd0f9b5b

View File

@ -28,8 +28,7 @@ config NXWIDGETS_FLICKERFREE
config NXWIDGETS_EXTERNINIT config NXWIDGETS_EXTERNINIT
bool "External display Initialization" bool "External display Initialization"
default 0 default n
depends on NXWIDGET_SERVERINIT
---help--- ---help---
Define to support external display initialization. Define to support external display initialization.
@ -44,6 +43,7 @@ config NXWIDGETS_DEVNO
config NXWIDGETS_VPLANE config NXWIDGETS_VPLANE
int "Plane Number" int "Plane Number"
default 0 default 0
depends on !NX_LCDDRIVER && !NXWIDGETS_EXTERNINIT
---help--- ---help---
Only a single video plane is supported. Default: 0 Only a single video plane is supported. Default: 0