Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-15 Thread via GitHub
acassis merged PR #16714: URL: https://github.com/apache/nuttx/pull/16714 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-14 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2204765011 ## include/nuttx/input/sbutton.h: ## @@ -0,0 +1,114 @@ +/ + * include/nuttx/input/sbutton.h

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-14 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2204767893 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +==

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-14 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2204765011 ## include/nuttx/input/sbutton.h: ## @@ -0,0 +1,114 @@ +/ + * include/nuttx/input/sbutton.h

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2203049384 ## include/nuttx/input/sbutton.h: ## @@ -0,0 +1,114 @@ +/ + * include/nuttx/input/sb

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
mlyszczek commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2203023716 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
linguini1 commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2203002868 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2202929550 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +==

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2202929550 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +==

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2202929550 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +==

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
linguini1 commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2202914902 ## Documentation/components/drivers/character/input/sbutton.rst: ## @@ -0,0 +1,41 @@ +== +Single Button Multi Actions Driver +

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on PR #16714: URL: https://github.com/apache/nuttx/pull/16714#issuecomment-3066020170 > for nuttx-apps there is this PR.[apache/nuttx-apps#3128](https://github.com/apache/nuttx-apps/pull/3128) Thank you very much again! -- This is an automated message from the Apa

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
simbit18 commented on PR #16714: URL: https://github.com/apache/nuttx/pull/16714#issuecomment-3066018581 for nuttx-apps there is this PR.https://github.com/apache/nuttx-apps/pull/3128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on PR #16714: URL: https://github.com/apache/nuttx/pull/16714#issuecomment-3066014592 > Hi @acassis why you say it is not ok? Msvc job check has been successful https://github.com/apache/nuttx/actions/runs/16241286417 I don't know, here in this PR it worked, but in t

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
simbit18 commented on PR #16714: URL: https://github.com/apache/nuttx/pull/16714#issuecomment-3066003365 Hi @acassis why you say it is not ok? Msvc job check has been successful https://github.com/apache/nuttx/actions/runs/16241286417 -- This is an automated message from the Apache

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on PR #16714: URL: https://github.com/apache/nuttx/pull/16714#issuecomment-3065994775 > > @simbit18 what is this build issue on msvc ? > > Hi @acassis fix PR #16716 Thank you @simbit18! Seems like the issue still happening see: https://github.com/apache/nut

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2202549766 ## boards/arm/stm32/stm32f4discovery/configs/sbutton/defconfig: ## @@ -0,0 +1,56 @@ +# Review Comment: @mlyszczek this config was based on stm32f4discovery:nsh and

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
acassis commented on code in PR #16714: URL: https://github.com/apache/nuttx/pull/16714#discussion_r2202549766 ## boards/arm/stm32/stm32f4discovery/configs/sbutton/defconfig: ## @@ -0,0 +1,56 @@ +# Review Comment: @mlyszczek this config was based on stm32f4discovery:nsh and

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-12 Thread via GitHub
simbit18 commented on PR #16714: URL: https://github.com/apache/nuttx/pull/16714#issuecomment-3065438326 > @simbit18 what is this build issue on msvc ? Hi @acassis fix PR #16716 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to