[PR] system/dd: using system dd to instead nsh dd, avoid duplicate code [nuttx-apps]

2025-04-13 Thread via GitHub
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

[PR] boards/defconfig: remove unused config about dd [nuttx]

2025-04-13 Thread via GitHub
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

Re: [PR] boards/defconfig: remove unused config about dd [nuttx]

2025-04-13 Thread via GitHub
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.

Re: [PR] system/dd: using system dd to instead nsh dd, avoid duplicate code [nuttx-apps]

2025-04-13 Thread via GitHub
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

Re: [PR] Fix the SMP acquire/release pattern in nxsem [nuttx]

2025-04-13 Thread via GitHub
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 =

Re: [PR] system/dd: using system dd to instead nsh dd, avoid duplicate code [nuttx-apps]

2025-04-13 Thread via GitHub
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

Re: [PR] boards/arm/tiva/tm4c123g-launchpad: add CMakeLists.txt [nuttx]

2025-04-13 Thread via GitHub
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

Re: [I] [FEATURE] Common ioctl API for Contactless (NFC&RFID) cards and readers [nuttx]

2025-04-13 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: 2a38ce37d7365fd368abf4737f35dcd54cd7f42a

2025-04-13 Thread github-bot
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

Re: [PR] Fix the SMP acquire/release pattern in nxsem [nuttx]

2025-04-13 Thread via GitHub
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_

Re: [PR] system/dd: using system dd to instead nsh dd, avoid duplicate code [nuttx-apps]

2025-04-13 Thread via GitHub
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

Re: [PR] boards/arm/tiva/tm4c123g-launchpad: add CMakeLists.txt [nuttx]

2025-04-13 Thread via GitHub
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

Re: [PR] boards/defconfig: remove unused config about dd [nuttx]

2025-04-13 Thread via GitHub
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

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-13 Thread via GitHub
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

Re: [PR] boards/arm/tiva/tm4c123g-launchpad: add CMakeLists.txt [nuttx]

2025-04-13 Thread via GitHub
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

Re: [PR] boards/arm/tiva/tm4c123g-launchpad: add CMakeLists.txt [nuttx]

2025-04-13 Thread via GitHub
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

Re: [PR] Fix the SMP acquire/release pattern in nxsem [nuttx]

2025-04-13 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-13 Thread via GitHub
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

Re: [I] [BUG] RP2040 ostest fail when usb data is connected [nuttx]

2025-04-13 Thread via GitHub
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