Donny9 opened a new pull request, #3057:
URL: https://github.com/apache/nuttx-apps/pull/3057
## Summary
system/dd: using system dd to instead nsh dd, avoid duplicate code, and keep
function align with nsh dd.
## Impact
remove dd config: NSH_DISABLE_DD/NSH_CMDOPT_DD_STATS
Donny9 opened a new pull request, #16198:
URL: https://github.com/apache/nuttx/pull/16198
## Summary
boards/defconfig: remove unused config about dd
## Impact
see https://github.com/apache/nuttx-apps/pull/3057
## Testing
sim:nsh
--
This i
nuttxpr commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-271334
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requirements.
nuttxpr commented on PR #3057:
URL: https://github.com/apache/nuttx-apps/pull/3057#issuecomment-274580
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR summary does not adequately meet the Nut
xiaoxiang781216 commented on code in PR #16197:
URL: https://github.com/apache/nuttx/pull/16197#discussion_r2041152859
##
sched/semaphore/sem_destroy.c:
##
@@ -74,9 +74,9 @@ int nxsem_destroy(FAR sem_t *sem)
* leave the count unchanged but still return OK.
*/
- old =
xiaoxiang781216 commented on code in PR #3057:
URL: https://github.com/apache/nuttx-apps/pull/3057#discussion_r2041152198
##
system/dd/dd_main.c:
##
@@ -203,6 +204,79 @@ static inline int dd_outfopen(FAR const char *name, FAR
struct dd_s *dd)
return OK;
}
+static int dd_v
xiaoxiang781216 commented on PR #16195:
URL: https://github.com/apache/nuttx/pull/16195#issuecomment-288401
@roskuttan please remove the merge patch from PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
keever50 commented on issue #16036:
URL: https://github.com/apache/nuttx/issues/16036#issuecomment-2799912337
I am a bit blocked on this project because
https://github.com/apache/nuttx/issues/16139 .
Most of my development boards run on RP2040.
I need to find an alternative develop
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 c1ef7b42c Publishing web: 405a712
jlaitine commented on code in PR #16197:
URL: https://github.com/apache/nuttx/pull/16197#discussion_r2041179698
##
sched/semaphore/sem_destroy.c:
##
@@ -74,9 +74,9 @@ int nxsem_destroy(FAR sem_t *sem)
* leave the count unchanged but still return OK.
*/
- old = atomic_
Donny9 commented on code in PR #3057:
URL: https://github.com/apache/nuttx-apps/pull/3057#discussion_r2041303620
##
system/dd/dd_main.c:
##
@@ -203,6 +204,79 @@ static inline int dd_outfopen(FAR const char *name, FAR
struct dd_s *dd)
return OK;
}
+static int dd_verify(FAR
roskuttan closed pull request #16195: boards/arm/tiva/tm4c123g-launchpad: add
CMakeLists.txt
URL: https://github.com/apache/nuttx/pull/16195
--
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 speci
lupyuen commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2800202495
Sorry @cederom : Should we consider this PR a Breaking Change? Because CI
Jobs for NuttX Kernel won't succeed, unless we patch NuttX Apps? Thanks :-)
--
This is an automated message fro
jlaitine commented on issue #16193:
URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2800515738
Tried to re-produce it on multiple HW now, but I don't have anything close
to esp32.
Tried the "esp32-devkitc:smp" also on qemu with following changes:
- used your conf
xiaoxiang781216 commented on PR #16195:
URL: https://github.com/apache/nuttx/pull/16195#issuecomment-2800524404
> > @roskuttan please remove the merge patch from PR.
>
> What you mean?
remove this patch:
https://github.com/apache/nuttx/pull/16195/commits/589019aa4a0376d4e260
roskuttan commented on PR #16195:
URL: https://github.com/apache/nuttx/pull/16195#issuecomment-2800443483
> @roskuttan please remove the merge patch from PR.
What you mean?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
jlaitine closed pull request #16197: Fix the SMP acquire/release pattern in
nxsem
URL: https://github.com/apache/nuttx/pull/16197
--
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
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2041066440
##
include/nuttx/semaphore.h:
##
@@ -45,23 +45,43 @@
/* semcount, flags, waitlist, hhead */
#define NXSEM_INITIALIZER(c, f) \
- {(c), (f), SEM_WAITLIST_I
keever50 commented on issue #16139:
URL: https://github.com/apache/nuttx/issues/16139#issuecomment-2799911425
"Runs fine on my Framework laptop 13. Windows and Linux. (How strange)" also
is too unstable now. I have none of my boards working anymore at any location,
any configuration, any ha
19 matches
Mail list logo