mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-17 19:51:03 +08:00
Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
9caa2a5828
commit
e9f58b03af
@ -168,3 +168,5 @@
|
|||||||
exactly sure how to do that.
|
exactly sure how to do that.
|
||||||
* libnxwidgets/Makefile and NxWidgets/nxwm/Makefile: Need updates
|
* libnxwidgets/Makefile and NxWidgets/nxwm/Makefile: Need updates
|
||||||
for consistency with recent changes to NuttX build system (>= 6.22)
|
for consistency with recent changes to NuttX build system (>= 6.22)
|
||||||
|
* Kconfig: Add option to turn on the memory monitor feature of the
|
||||||
|
NxWidgets/NxWM unit tests.
|
||||||
|
11
Kconfig
11
Kconfig
@ -3,7 +3,7 @@
|
|||||||
# see misc/tools/kconfig-language.txt.
|
# see misc/tools/kconfig-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
menuconfig NXWIDGETS
|
config NXWIDGETS
|
||||||
bool "Enable NxWidgets"
|
bool "Enable NxWidgets"
|
||||||
default n
|
default n
|
||||||
depends on NX && HAVE_CXX
|
depends on NX && HAVE_CXX
|
||||||
@ -201,9 +201,16 @@ config NXWIDGETS_CURSORCONTROL_SIZE
|
|||||||
of cursor controls that can between entered by NX polling cycles
|
of cursor controls that can between entered by NX polling cycles
|
||||||
without losing data. Default: 4
|
without losing data. Default: 4
|
||||||
|
|
||||||
|
config NXWIDGET_MEMMONITOR
|
||||||
|
bool "Memory Usage Monitor"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
Enable memory usage monitor instrumentation. This feature is only
|
||||||
|
used by the NxWidget/NxWM unit tests.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
menuconfig NXWM
|
config NXWM
|
||||||
bool "Enable NxWM"
|
bool "Enable NxWM"
|
||||||
default n
|
default n
|
||||||
depends on NXWIDGETS && NX_MULTIUSER
|
depends on NXWIDGETS && NX_MULTIUSER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user