mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
configs/stm3210e-eval/nx converted to use the kconfig-frontends tools
This commit is contained in:
@@ -6739,4 +6739,6 @@
|
|||||||
* configs/stm3210e-eval/RIDE, nxlines, and nxtext: Remove some old
|
* configs/stm3210e-eval/RIDE, nxlines, and nxtext: Remove some old
|
||||||
style configurations that are not worth converting to use the
|
style configurations that are not worth converting to use the
|
||||||
kconfig-frontends tools (2014-3-2).
|
kconfig-frontends tools (2014-3-2).
|
||||||
|
* configs/stm3210e-eval/nx: Configuration converted to use the
|
||||||
|
kconfig-frontends tools (2014-3-2).
|
||||||
|
|
||||||
|
|||||||
@@ -806,7 +806,24 @@ Where <subdir> is one of the following:
|
|||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
||||||
1. This example provides a framework for a number of other standalone
|
1. This configuration uses the mconf-based configuration tool. To
|
||||||
|
change this configurations using that tool, you should:
|
||||||
|
|
||||||
|
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
|
||||||
|
and misc/tools/
|
||||||
|
|
||||||
|
b. Execute 'make menuconfig' in nuttx/ in order to start the
|
||||||
|
reconfiguration process.
|
||||||
|
|
||||||
|
2. If you configured the multi-used NX server (which is disabled
|
||||||
|
by default), then you would also need:
|
||||||
|
|
||||||
|
CONFIG_EXAMPLES_NX_CLIENTPRIO=80
|
||||||
|
CONFIG_EXAMPLES_NX_NOTIFYSIGNO=4
|
||||||
|
CONFIG_EXAMPLES_NX_SERVERPRIO=120
|
||||||
|
CONFIG_EXAMPLES_NX_STACKSIZE=2048
|
||||||
|
|
||||||
|
3. This example provides a framework for a number of other standalone
|
||||||
graphics tests.
|
graphics tests.
|
||||||
|
|
||||||
a. apps/examples/nxlines: The NXLINES graphic example illustrates
|
a. apps/examples/nxlines: The NXLINES graphic example illustrates
|
||||||
@@ -876,8 +893,8 @@ Where <subdir> is one of the following:
|
|||||||
CONFIG_EXAMPLES_NXTEXT_PUFONTID=1
|
CONFIG_EXAMPLES_NXTEXT_PUFONTID=1
|
||||||
CONFIG_EXAMPLES_NXTEXT_EXTERNINIT=n
|
CONFIG_EXAMPLES_NXTEXT_EXTERNINIT=n
|
||||||
|
|
||||||
If you conconfigured the multi-used NX server (which is disabled
|
If you configured the multi-used NX server (which is disabled
|
||||||
by default), then you would also nee:
|
by default), then you would also need:
|
||||||
|
|
||||||
CONFIG_EXAMPLES_NXTEXT_STACKSIZE=2048
|
CONFIG_EXAMPLES_NXTEXT_STACKSIZE=2048
|
||||||
CONFIG_EXAMPLES_NXTEXT_CLIENTPRIO=80
|
CONFIG_EXAMPLES_NXTEXT_CLIENTPRIO=80
|
||||||
|
|||||||
+888
-538
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user