You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/28 06:16:46 UTC

[incubator-nuttx] branch master updated (aa0c9fd -> 3aaa7e8)

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

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from aa0c9fd  nuttx: Add new config ARM_HAVE_MVE for MVE instruction
     new 30e80f2  arch/sim: Remove the unused SIM_TCNWAITERS from Kconfig
     new 3aaa7e8  arch/sim: Remove "or 480" from Kconfig

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/sim/Kconfig | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

[incubator-nuttx] 02/02: arch/sim: Remove "or 480" from Kconfig

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3aaa7e859194e2df737112477a9567f846ea5b6b
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon Mar 28 10:56:21 2022 +0800

    arch/sim: Remove "or 480" from Kconfig
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 arch/sim/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig
index 9a8ca5e..e4a821a 100644
--- a/arch/sim/Kconfig
+++ b/arch/sim/Kconfig
@@ -282,7 +282,7 @@ config SIM_FBWIDTH
 	int "Display width"
 	default 320
 	---help---
-		Simulated width of the display.  Default: 320 or 480
+		Simulated width of the display.  Default: 320
 
 config SIM_FBBPP
 	int "Pixel depth in bits"

[incubator-nuttx] 01/02: arch/sim: Remove the unused SIM_TCNWAITERS from Kconfig

Posted by pk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 30e80f2394e47b31527d130cd71b524c70a83378
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Jan 6 02:20:26 2022 +0800

    arch/sim: Remove the unused SIM_TCNWAITERS from Kconfig
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 arch/sim/Kconfig | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig
index c3b1b31..9a8ca5e 100644
--- a/arch/sim/Kconfig
+++ b/arch/sim/Kconfig
@@ -353,14 +353,6 @@ endif # if INPUT
 
 endmenu
 
-config SIM_TCNWAITERS
-	bool "Maximum number poll() waiters"
-	default 4
-	depends on SIM_TOUCHSCREEN
-	---help---
-		The maximum number of threads that can be waiting on poll() for a
-		touchscreen event. Default: 4
-
 config SIM_HCISOCKET
 	bool "Attach Host Bluetooth"
 	default false