You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/11/08 22:11:39 UTC

[incubator-nuttx] branch releases/10.0 updated: Fix issue #2098 non functional sim:touchscreen

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/releases/10.0 by this push:
     new d7a93d6  Fix issue #2098 non functional sim:touchscreen
d7a93d6 is described below

commit d7a93d63825609fc528d643b042b38cd80d3b9ab
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Sat Nov 7 13:18:01 2020 -0800

    Fix issue #2098 non functional sim:touchscreen
    
    Signed-off-by: Brennan Ashton <ba...@brennanashton.com>
---
 boards/sim/sim/sim/configs/touchscreen/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/sim/sim/sim/configs/touchscreen/defconfig b/boards/sim/sim/sim/configs/touchscreen/defconfig
index fbb60c0..530153b 100644
--- a/boards/sim/sim/sim/configs/touchscreen/defconfig
+++ b/boards/sim/sim/sim/configs/touchscreen/defconfig
@@ -12,6 +12,7 @@ CONFIG_ARCH_BOARD="sim"
 CONFIG_ARCH_BOARD_SIM=y
 CONFIG_ARCH_CHIP="sim"
 CONFIG_ARCH_SIM=y
+CONFIG_BOARD_LATE_INITIALIZE=y
 CONFIG_DISABLE_ENVIRON=y
 CONFIG_DISABLE_MOUNTPOINT=y
 CONFIG_DISABLE_POSIX_TIMERS=y
@@ -21,8 +22,10 @@ CONFIG_IDLETHREAD_STACKSIZE=4096
 CONFIG_INPUT=y
 CONFIG_LIB_BOARDCTL=y
 CONFIG_MAX_TASKS=16
+CONFIG_MQ_MAXMSGSIZE=64
 CONFIG_NX=y
 CONFIG_NXFONT_SANS23X27=y
+CONFIG_NX_BLOCKING=y
 CONFIG_NX_KBD=y
 CONFIG_NX_XYINPUT_MOUSE=y
 CONFIG_SDCLONE_DISABLE=y