mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/nxwidgets/UnitTests: correct configuration option name in README.md
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
c69ec94d13
commit
2d8798d260
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ NXWidgets.:
|
|||
requires large stacks. If you are using X11 in the simulation, make sure that
|
||||
you set aside a "lot" of stack for the X11 system calls (maybe 8 or 16Kb).
|
||||
The stack size for the thread that begins with user start is controlled by
|
||||
the configuration setting `CONFIG_USERMAIN_STACKSIZE`; you may need to
|
||||
the configuration setting `CONFIG_INIT_STACKSIZE`; you may need to
|
||||
increase this value to larger number to survive the X11 system calls.
|
||||
|
||||
If you are running X11 applications as NSH add-on programs, then the stack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue