Add support for the XPT2046 touchscreen controller on the Viewtool LCD module
This commit is contained in:
parent
e0156d95a1
commit
700b3989fb
@ -12,6 +12,7 @@ config NSH_LIBRARY
|
|||||||
in order to implement the full NuttShell (NSH).
|
in order to implement the full NuttShell (NSH).
|
||||||
|
|
||||||
if NSH_LIBRARY
|
if NSH_LIBRARY
|
||||||
|
|
||||||
config NSH_BUILTIN_APPS
|
config NSH_BUILTIN_APPS
|
||||||
bool "Enable built-in applications"
|
bool "Enable built-in applications"
|
||||||
default n
|
default n
|
||||||
@ -320,7 +321,7 @@ config NSH_ROMFSETC
|
|||||||
at /etc/init.d/rcS. The default startup script will mount
|
at /etc/init.d/rcS. The default startup script will mount
|
||||||
a FAT FS RAMDISK at /tmp but the logic is easily extensible.
|
a FAT FS RAMDISK at /tmp but the logic is easily extensible.
|
||||||
|
|
||||||
endif
|
endif # NSH_LIBRARY
|
||||||
|
|
||||||
if NSH_ROMFSETC
|
if NSH_ROMFSETC
|
||||||
|
|
||||||
@ -380,7 +381,6 @@ config NSH_ROMFSSECTSIZE
|
|||||||
config NSH_ARCHROMFS
|
config NSH_ARCHROMFS
|
||||||
bool "Architecture-specific ROMFS header"
|
bool "Architecture-specific ROMFS header"
|
||||||
default n
|
default n
|
||||||
depends on NSH_ROMFSETC
|
|
||||||
---help---
|
---help---
|
||||||
Enable this option to provide an architecture-specific ROMFS
|
Enable this option to provide an architecture-specific ROMFS
|
||||||
header at <arch/board/nsh_romfsimg.h>. Note that this header
|
header at <arch/board/nsh_romfsimg.h>. Note that this header
|
||||||
@ -424,9 +424,10 @@ config NSH_FATMOUNTPT
|
|||||||
will mount a FAT FS under /tmp. This is the location where the FAT
|
will mount a FAT FS under /tmp. This is the location where the FAT
|
||||||
FS will be mounted. Default is "/tmp".
|
FS will be mounted. Default is "/tmp".
|
||||||
|
|
||||||
endif
|
endif # NSH_ROMFSETC
|
||||||
|
|
||||||
if NSH_LIBRARY
|
if NSH_LIBRARY
|
||||||
|
|
||||||
config NSH_CONSOLE
|
config NSH_CONSOLE
|
||||||
bool "Use console"
|
bool "Use console"
|
||||||
default y
|
default y
|
||||||
@ -478,6 +479,7 @@ config USBDEV_MINOR
|
|||||||
minor number may also need to be provided. Default: 0
|
minor number may also need to be provided. Default: 0
|
||||||
|
|
||||||
comment "USB Trace Support"
|
comment "USB Trace Support"
|
||||||
|
|
||||||
config NSH_USBDEV_TRACE
|
config NSH_USBDEV_TRACE
|
||||||
bool "Enable Builtin USB Trace Support"
|
bool "Enable Builtin USB Trace Support"
|
||||||
default n
|
default n
|
||||||
@ -524,7 +526,7 @@ config NSH_USBDEV_TRACEINTERRUPTS
|
|||||||
---help---
|
---help---
|
||||||
Show interrupt-related events
|
Show interrupt-related events
|
||||||
|
|
||||||
endif
|
endif # NSH_USBDEV_TRACE
|
||||||
|
|
||||||
config NSH_CONDEV
|
config NSH_CONDEV
|
||||||
bool "Default console device"
|
bool "Default console device"
|
||||||
@ -565,7 +567,7 @@ config NSH_TELNET
|
|||||||
you may log into NuttX remotely using telnet in order to
|
you may log into NuttX remotely using telnet in order to
|
||||||
access NSH.
|
access NSH.
|
||||||
|
|
||||||
endif
|
endif # NSH_LIBRARY
|
||||||
|
|
||||||
if NSH_TELNET
|
if NSH_TELNET
|
||||||
|
|
||||||
@ -634,8 +636,8 @@ config NSH_TELNET_FAILCOUNT
|
|||||||
---help---
|
---help---
|
||||||
Number of login retry attempts.
|
Number of login retry attempts.
|
||||||
|
|
||||||
endif
|
endif # NSH_TELNET_LOGIN
|
||||||
endif
|
endif # NSH_TELNET
|
||||||
|
|
||||||
config NSH_DHCPC
|
config NSH_DHCPC
|
||||||
bool "Use DHCP to get IP address"
|
bool "Use DHCP to get IP address"
|
||||||
@ -702,4 +704,3 @@ config NSH_MAX_ROUNDTRIP
|
|||||||
---help---
|
---help---
|
||||||
This is the maximum round trip for a response to a ICMP ECHO request.
|
This is the maximum round trip for a response to a ICMP ECHO request.
|
||||||
It is in units of deciseconds. The default is 20 (2 seconds).
|
It is in units of deciseconds. The default is 20 (2 seconds).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user