[PR] fix tab error and remove Useless depends on [nuttx-apps]

2024-12-29 Thread via GitHub
Zhangshoukui opened a new pull request, #2923: URL: https://github.com/apache/nuttx-apps/pull/2923 ## Summary fix tab error and remove Useless depends on ## Impact None ## Testing local test -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] arm/gd32f4: Remove extra lock from gd32f4xx_serial [nuttx]

2024-12-29 Thread via GitHub
lupyuen commented on PR #15382: URL: https://github.com/apache/nuttx/pull/15382#issuecomment-2565131618 There are 2 extra locks, I'll remove them in the next 2 PRs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] arch/x86_64:g_current_regs is only used to determine if we are in irq, [nuttx]

2024-12-29 Thread via GitHub
xianglyc commented on code in PR #15325: URL: https://github.com/apache/nuttx/pull/15325#discussion_r1899332777 ## arch/x86_64/src/intel64/intel64_smpcall.c: ## @@ -60,13 +60,11 @@ int x86_64_smp_call_handler(int irq, void *c, void *arg) { - struct tcb_s *tcb; int cpu =

[PR] xtensa/esp32: add lock for async operation work [nuttx]

2024-12-29 Thread via GitHub
sdc-g opened a new pull request, #15385: URL: https://github.com/apache/nuttx/pull/15385 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary g_work as singleton can be changed by context switching, but prev

Re: [PR] mm: Unified memory management alignment length [nuttx]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #15384: URL: https://github.com/apache/nuttx/pull/15384#issuecomment-2565104191 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears **incomplete** and does not fully meet

[PR] mm: Unified memory management alignment length [nuttx]

2024-12-29 Thread via GitHub
W-M-R opened a new pull request, #15384: URL: https://github.com/apache/nuttx/pull/15384 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary mm: Unified memory management alignment length ## Impact

Re: [PR] mm: Unified memory management alignment length [nuttx]

2024-12-29 Thread via GitHub
W-M-R closed pull request #15383: mm: Unified memory management alignment length URL: https://github.com/apache/nuttx/pull/15383 -- 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.

[PR] mm: Unified memory management alignment length [nuttx]

2024-12-29 Thread via GitHub
W-M-R opened a new pull request, #15383: URL: https://github.com/apache/nuttx/pull/15383 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary mm: Unified memory management alignment length ## Impact

Re: [PR] Reduce the size of tcb [nuttx]

2024-12-29 Thread via GitHub
wangzhi-art commented on PR #15345: URL: https://github.com/apache/nuttx/pull/15345#issuecomment-2565066102 > @wangzhi-art please include more details in the git commit log message to explain why the old code is not needed anymore. Is there some drawback after removing these lines of code?

[PR] arm/gd32f4: Remove extra lock from gd32f4xx_serial [nuttx]

2024-12-29 Thread via GitHub
lupyuen opened a new pull request, #15382: URL: https://github.com/apache/nuttx/pull/15382 ## Summary An extra `lock` appears in gd32f4xx_serial due to 2 conflicting PRs: - https://github.com/apache/nuttx/pull/7011 - https://github.com/apache/nuttx/pull/15352 This PR remov

(nuttx-apps) branch releases/12.8 updated: system/libuv/Kconfig: depends on CONFIG_PIPES

2024-12-29 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new 114c01cb2 system/libuv/Kcon

Re: [PR] {bp-2893} system/libuv/Kconfig: depends on CONFIG_PIPES [nuttx-apps]

2024-12-29 Thread via GitHub
xiaoxiang781216 merged PR #2919: URL: https://github.com/apache/nuttx-apps/pull/2919 -- 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...

Re: [PR] {bp-2909} apps: migrate to SPDX identifier [nuttx-apps]

2024-12-29 Thread via GitHub
jerpelea commented on PR #2922: URL: https://github.com/apache/nuttx-apps/pull/2922#issuecomment-2565040138 @xiaoxiang781216 please ignore nxstyle errors -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

(nuttx) branch master updated: Doc: improve and add documentations for the guide section of the wiki

2024-12-29 Thread xiaoxiang
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 The following commit(s) were added to refs/heads/master by this push: new c55c2511ad Doc: improve and add documentations

Re: [PR] Doc: Improve and add documentation pages for the guide section of the wiki [nuttx]

2024-12-29 Thread via GitHub
xiaoxiang781216 merged PR #15379: URL: https://github.com/apache/nuttx/pull/15379 -- 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

(nuttx) branch master updated (a393f7fbd3 -> dc82a296f7)

2024-12-29 Thread xiaoxiang
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 a393f7fbd3 littlefs: fix EINVAL on path operations with littlefs 2.10.0 add 27a03b8278 sched/semaphore: tick wa

Re: [PR] sched/semaphore: tick wait 0 timeout should be safe in interrupt context [nuttx]

2024-12-29 Thread via GitHub
xiaoxiang781216 merged PR #15377: URL: https://github.com/apache/nuttx/pull/15377 -- 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

Re: [PR] arch/risc-v: inline up_cpu_index if RISCV_PERCPU_SCRATCH is not enabled [nuttx]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #15381: URL: https://github.com/apache/nuttx/pull/15381#issuecomment-2565001366 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not adequately meet the Nu

[PR] arch/risc-v: inline up_cpu_index if RISCV_PERCPU_SCRATCH is not enabled [nuttx]

2024-12-29 Thread via GitHub
no1wudi opened a new pull request, #15381: URL: https://github.com/apache/nuttx/pull/15381 ## Summary Inline the short function to provide better performance. ## Impact RISCV Only ## Testing Local machine & CI -- This is an automated message f

Re: [PR] Reduce the size of tcb [nuttx]

2024-12-29 Thread via GitHub
wangzhi-art commented on code in PR #15345: URL: https://github.com/apache/nuttx/pull/15345#discussion_r1899254062 ## arch/arm/src/arm/arm_sigdeliver.c: ## @@ -60,8 +60,8 @@ void arm_sigdeliver(void) board_autoled_on(LED_SIGNAL); sinfo("rtcb=%p sigdeliver=%p sigpendactio

Re: [PR] Reduce the size of tcb [nuttx]

2024-12-29 Thread via GitHub
wangzhi-art commented on PR #15345: URL: https://github.com/apache/nuttx/pull/15345#issuecomment-2564987955 > @wangzhi-art please include more details in the git commit log message to explain why the old code is not needed anymore. Is there some drawback after removing these lines of code?

Re: [PR] Reduce the size of tcb [nuttx]

2024-12-29 Thread via GitHub
wangzhi-art closed pull request #15345: Reduce the size of tcb URL: https://github.com/apache/nuttx/pull/15345 -- 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

Re: [PR] tcp_input: remove tcp_callback(ABORT) when accept conn recv TCP_RESET [nuttx]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #15380: URL: https://github.com/apache/nuttx/pull/15380#issuecomment-2564948663 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] tcp_input: remove tcp_callback(ABORT) when accept conn recv TCP_RESET [nuttx]

2024-12-29 Thread via GitHub
zhhyu7 opened a new pull request, #15380: URL: https://github.com/apache/nuttx/pull/15380 ## Summary when accept conn receives TCP_RESET, only accept conn itself should handle the event, and there is no need to notify the listening conn. otherwise, the server's poll will return with POLL

Re: [I] Documentation: migrate pages from wiki [nuttx]

2024-12-29 Thread via GitHub
lvanasse commented on issue #11127: URL: https://github.com/apache/nuttx/issues/11127#issuecomment-2564944232 @raiden00pl here are 9 other pages to check, once merged :) https://github.com/apache/nuttx/pull/15379 * Building NuttX with Applications Outside the Source Tree * B

Re: [PR] Doc: Improve and add documentation pages for the guide section of the wiki [nuttx]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #15379: URL: https://github.com/apache/nuttx/pull/15379#issuecomment-2564932471 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit with

[PR] Doc: Improve and add documentation pages for the guide section of the wiki [nuttx]

2024-12-29 Thread via GitHub
lvanasse opened a new pull request, #15379: URL: https://github.com/apache/nuttx/pull/15379 ## Summary * Add new guide pages * Building uclibc++ * Custom app directories * Debugging ELF loadable modules * Multiple NSH sessions * NSH network link

Re: [I] [HELP] Using espnow on NuttX for espressif devices [nuttx]

2024-12-29 Thread via GitHub
acassis commented on issue #15347: URL: https://github.com/apache/nuttx/issues/15347#issuecomment-2564869526 @tmedicci @eren-terzioglu please take a look ^ -- 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

Re: [PR] littlefs: fix EINVAL on path operations with littlefs 2.10.0 [nuttx]

2024-12-29 Thread via GitHub
acassis merged PR #15334: URL: https://github.com/apache/nuttx/pull/15334 -- 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

(nuttx) branch master updated: littlefs: fix EINVAL on path operations with littlefs 2.10.0

2024-12-29 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new a393f7fbd3 littlefs: fix EINVAL on path operatio

Re: [PR] {bp-2909} apps: migrate to SPDX identifier [nuttx-apps]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #2922: URL: https://github.com/apache/nuttx-apps/pull/2922#issuecomment-2564803527 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit wi

[PR] {bp-2909} apps: migrate to SPDX identifier [nuttx-apps]

2024-12-29 Thread via GitHub
jerpelea opened a new pull request, #2922: URL: https://github.com/apache/nuttx-apps/pull/2922 ## Summary Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. included https://github.com/apa

Re: [PR] apps: migrate to SPDX identifier [nuttx-apps]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #2921: URL: https://github.com/apache/nuttx-apps/pull/2921#issuecomment-2564792404 [**\[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 requiremen

[PR] apps: migrate to SPDX identifier [nuttx-apps]

2024-12-29 Thread via GitHub
jerpelea opened a new pull request, #2921: URL: https://github.com/apache/nuttx-apps/pull/2921 ## Summary Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. ## Impact SBOM ## Te

Re: [I] Documentation: migrate pages from wiki [nuttx]

2024-12-29 Thread via GitHub
lvanasse commented on issue #11127: URL: https://github.com/apache/nuttx/issues/11127#issuecomment-2564775246 Another question for @raiden00pl or maybe @acassis since it came from you. It's regarding the page: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629545

(nuttx) branch master updated: Doc: add migration warning to updating release system and elf programs

2024-12-29 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new b02a0758a7 Doc: add migration warning to updating

Re: [PR] Doc: add migration warning to updating release system and elf programs [nuttx]

2024-12-29 Thread via GitHub
anchao merged PR #15378: URL: https://github.com/apache/nuttx/pull/15378 -- 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.apach

Re: [PR] Doc: add migration warning to updating release system and elf programs [nuttx]

2024-12-29 Thread via GitHub
nuttxpr commented on PR #15378: URL: https://github.com/apache/nuttx/pull/15378#issuecomment-2564743915 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] Doc: add migration warning to updating release system and elf programs [nuttx]

2024-12-29 Thread via GitHub
lvanasse opened a new pull request, #15378: URL: https://github.com/apache/nuttx/pull/15378 ## Summary Add a migration warning to the update release system and the elf programs documentation pages. This is just to add a paper trail from where the documentation originate in case of er

(nuttx-apps) 01/04: toywasm: bump to v65.0.0

2024-12-29 Thread xiaoxiang
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-apps.git commit c7a694ecc8fb7c5c544bb66ba7c7f15b818d86f9 Author: YAMAMOTO Takashi AuthorDate: Sun Dec 29 15:22:46 2024 +0900

(nuttx-apps) 04/04: toywasm: regen

2024-12-29 Thread xiaoxiang
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-apps.git commit 7a36a70e06402b9c1647dcf6833ca5a58e927132 Author: YAMAMOTO Takashi AuthorDate: Sun Dec 29 15:31:04 2024 +0900

(nuttx-apps) branch master updated (54d73e466 -> 7a36a70e0)

2024-12-29 Thread xiaoxiang
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-apps.git from 54d73e466 TESTING_NAND_SIM: Add depends on new c7a694ecc toywasm: bump to v65.0.0 new c2b6c75cd toywa

(nuttx-apps) 03/04: interpreters/toywasm/tmpl/license.in: Add SPDX identifier

2024-12-29 Thread xiaoxiang
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-apps.git commit 9b6bb67f9e32fa82cf002ba602fbf8547a97410e Author: YAMAMOTO Takashi AuthorDate: Sun Dec 29 15:29:28 2024 +0900

(nuttx-apps) 02/04: toywasm/tmpl: Revert "interpreters: migrate to SPDX identifier"

2024-12-29 Thread xiaoxiang
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-apps.git commit c2b6c75cdcb3a54b7c0fefe583864cc8568ec2c6 Author: YAMAMOTO Takashi AuthorDate: Sun Dec 29 15:27:01 2024 +0900

Re: [PR] Update toywasm to v65.0.0 and fixes SPDX stuff [nuttx-apps]

2024-12-29 Thread via GitHub
xiaoxiang781216 merged PR #2920: URL: https://github.com/apache/nuttx-apps/pull/2920 -- 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...