yamt commented on PR #2241:
URL: https://github.com/apache/nuttx-apps/pull/2241#issuecomment-1868815736
@no1wudi how do you think?
--
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 com
yamt opened a new pull request, #2241:
URL: https://github.com/apache/nuttx-apps/pull/2241
## Summary
using 0 by default seems a bit too aggressive to me.
1024 here is what would have been used before this kconfig knob was
introduced by https://github.com/apache/nuttx-apps/pull/125
takumiando opened a new issue, #11444:
URL: https://github.com/apache/nuttx/issues/11444
## Description
```mv``` command hangs up at SMARTFS on internal flash memory.
## Version
- ```nuttx-12.3.0```
## Patch
I applied this patch to use ```usbnsh``` config wi
takumiando commented on issue #2240:
URL: https://github.com/apache/nuttx-apps/issues/2240#issuecomment-1868727775
I should have post this to apache/nuttx.
--
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
takumiando closed issue #2240: rp2040: mv command hangs up at SMARTFS on
internal flash memory
URL: https://github.com/apache/nuttx-apps/issues/2240
--
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 t
takumiando closed issue #7089: How to use multiple RTC drivers?
URL: https://github.com/apache/nuttx/issues/7089
--
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,
zhhyu7 opened a new pull request, #11443:
URL: https://github.com/apache/nuttx/pull/11443
## Summary
move the accept logic into connect flow.
In order to successfully establish a blocking connection between the client
and server on the same thread.
## Impact
nonblock is not affec
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 62342243255f714dab4ba6675388e5449ad815f8
Author: Tiago Medicci Serrano
AuthorDate: Fri Dec 15 13:31:04 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit cb80365daa30584020ba9207df7e9fca23accaa3
Author: Tiago Medicci Serrano
AuthorDate: Fri Dec 15 11:48:30 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b58cd6ad343182c312a84f4962660f43bce0e351
Author: Tiago Medicci Serrano
AuthorDate: Tue Dec 12 18:12:24 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit d1326e81bca47617aa253705ca778c7d51f82038
Author: Tiago Medicci Serrano
AuthorDate: Fri Dec 15 10:29:27 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1ca460c89a02d359226905659b0c9e52091c41f2
Author: Tiago Medicci Serrano
AuthorDate: Thu Dec 7 13:53:58 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit fcff5d43b7ac6be973a885b7cf1af165b1e49729
Author: Tiago Medicci Serrano
AuthorDate: Fri Nov 10 09:39:21 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 69929d408412d78a1e4a93ebcd27f8ffb2017dcc
Author: Tiago Medicci Serrano
AuthorDate: Fri Dec 15 10:19:01 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 000bf2a7c7914e476fd5bafe6aa347b9b3cc39b1
Author: Tiago Medicci Serrano
AuthorDate: Thu Dec 7 15:18:21 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 47e71fc4495bae891d707ba874c33a0365b1f45b
Author: Tiago Medicci Serrano
AuthorDate: Thu Dec 7 17:49:06 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from dec6ec1138 Update mode.h to add CSR_TVEC
new fcff5d43b7 drivers/rmt: Implement an upper-half RMT character driv
xiaoxiang781216 merged PR #11428:
URL: https://github.com/apache/nuttx/pull/11428
--
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...@nu
xiaoxiang781216 commented on PR #11428:
URL: https://github.com/apache/nuttx/pull/11428#issuecomment-1868626501
Thanks for explanation, the change looks good to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5777eb33 Publishing web: 36ddd7c6
acassis commented on code in PR #11423:
URL: https://github.com/apache/nuttx/pull/11423#discussion_r1435880084
##
drivers/mtd/Kconfig:
##
@@ -382,10 +384,10 @@ config AT24XX_SIZE
int "AT24xx size (Kbit)"
default 64
---help---
- This is the X
tmedicci commented on code in PR #11428:
URL: https://github.com/apache/nuttx/pull/11428#discussion_r1435879241
##
drivers/leds/ws2812.c:
##
@@ -55,15 +55,7 @@
* Pre-processor Definitions
/
-#ifdef
acassis commented on code in PR #11428:
URL: https://github.com/apache/nuttx/pull/11428#discussion_r1435878548
##
drivers/leds/ws2812.c:
##
@@ -55,15 +55,7 @@
* Pre-processor Definitions
/
-#ifdef
acassis commented on issue #11442:
URL: https://github.com/apache/nuttx/issues/11442#issuecomment-1868591251
@j-couch I was able to get it working following the second option "2. Extend
the apps/ directory to include a new custom directory" of the Custom Apps
guide, with the following modif
xiaoxiang781216 commented on PR #2239:
URL: https://github.com/apache/nuttx-apps/pull/2239#issuecomment-1868541250
> > > @xiaoxiang781216 but popen is not used by default by the project, so
there is not possibility to it be disabled and break the relation.
> >
> >
> > user may cal
tmedicci commented on PR #11428:
URL: https://github.com/apache/nuttx/pull/11428#issuecomment-1868540728
> > > > but, it's good to use the vendor hal file directly
> > >
> > >
> > > I'm sorry, I didn't understand what you meant. Could you please
elaborate a little further?
> >
tmedicci commented on PR #11428:
URL: https://github.com/apache/nuttx/pull/11428#issuecomment-1868534791
> > > but, it's good to use the vendor hal file directly
> >
> >
> > I'm sorry, I didn't understand what you meant. Could you please
elaborate a little further?
>
> All
gus-soares19 commented on issue #11435:
URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868526395
> > But as shown in the second image in my previous reply, there is no
dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I
was capable of enabling _SYS
acassis commented on issue #11435:
URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868521722
> One (naive) way of doing that is making the menuconfig save the timestamp
of when it was last edited and then comparing with the actual timestamp of the
.config file. Idk if this w
acassis commented on issue #11435:
URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868520412
> But as shown in the second image in my previous reply, there is no
dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I
was capable of enabling _SYSTEM_POP
acassis commented on PR #2239:
URL: https://github.com/apache/nuttx-apps/pull/2239#issuecomment-1868519618
> > @xiaoxiang781216 but popen is not used by default by the project, so
there is not possibility to it be disabled and break the relation.
>
> user may call both pipes and popen
31 matches
Mail list logo