Re: [PR] add simple ping program [nuttx-apps]

2025-06-15 Thread via GitHub
ilia19911 closed pull request #3096: add simple ping program URL: https://github.com/apache/nuttx-apps/pull/3096 -- 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,

Re: [PR] improve libc/stream subsystem [nuttx]

2025-06-15 Thread via GitHub
Donny9 commented on code in PR #16496: URL: https://github.com/apache/nuttx/pull/16496#discussion_r2148924155 ## drivers/note/notestream_driver.c: ## @@ -131,15 +130,15 @@ int notefile_register(FAR const char *filename) #endif notefile->driver.stream = ¬efile->filestream.c

(nuttx-website) branch asf-site updated: Publishing web: be40bd59e126a7ffe6ebacfb1b7682fcd8e89704 docs: b0904e7c399c1003be30301183d942779ea45fd9

2025-06-15 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 9a72610f2 Publishing web: be40bd5

[I] esp32c3 mcuboot toolchain error [nuttx]

2025-06-15 Thread via GitHub
lljwork2021 opened a new issue, #16537: URL: https://github.com/apache/nuttx/issues/16537 ### Description / Steps to reproduce the issue bootloader toolchain is riscv32-esp-elf-gxx,but kernel toolchain is riscv-none-elf-gxx https://github.com/user-attachments/assets/e23f21eb-6b

Re: [I] [BUG] nxffs test [nuttx]

2025-06-15 Thread via GitHub
github-xiaodong commented on issue #16528: URL: https://github.com/apache/nuttx/issues/16528#issuecomment-2974818718 To clarify, my problem was actually resolved by reverting the change (restoring pre-modification code), not by the mainline fix. We're experiencing test failures caused by

Re: [PR] add simple ping program [nuttx-apps]

2025-06-15 Thread via GitHub
ilia19911 closed pull request #3096: add simple ping program URL: https://github.com/apache/nuttx-apps/pull/3096 -- 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,

Re: [PR] add simple ping program [nuttx-apps]

2025-06-15 Thread via GitHub
ilia19911 commented on PR #3096: URL: https://github.com/apache/nuttx-apps/pull/3096#issuecomment-2974708556 ok -- 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 unsubscri

[PR] add simple ping program [nuttx-apps]

2025-06-15 Thread via GitHub
ilia19911 opened a new pull request, #3096: URL: https://github.com/apache/nuttx-apps/pull/3096 ## Summary ## Impact ## Testing -- 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

Re: [PR] add simple ping program [nuttx-apps]

2025-06-15 Thread via GitHub
ilia19911 closed pull request #3096: add simple ping program URL: https://github.com/apache/nuttx-apps/pull/3096 -- 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,

Re: [PR] improve libc/stream subsystem [nuttx]

2025-06-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #16496: URL: https://github.com/apache/nuttx/pull/16496#discussion_r2147492707 ## drivers/note/notestream_driver.c: ## @@ -131,15 +130,15 @@ int notefile_register(FAR const char *filename) #endif notefile->driver.stream = ¬efile->fil

(nuttx) 01/02: fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX

2025-06-15 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 commit 5fd1ab8e0f2ab5397be22c40771ac8818a07547e Author: dongjiuzhu1 AuthorDate: Sat Jun 14 23:27:13 2025 +0800 fs/fcntl: u

(nuttx) 02/02: fs/shm: add O_CLOEXEC when allocate new struct fd to avoid lost flags.

2025-06-15 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 commit b0904e7c399c1003be30301183d942779ea45fd9 Author: dongjiuzhu1 AuthorDate: Sun Jun 15 00:10:13 2025 +0800 fs/shm: add

(nuttx) branch master updated (42b1ac90fb -> b0904e7c39)

2025-06-15 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 42b1ac90fb drivers/segger: Change SEGGER_RTT_LOCK into rspinlock new 5fd1ab8e0f fs/fcntl: using ioctl to implemen

Re: [PR] fs/fcntl: using ioctl to implement FIOGCLEX/FIOCLEX/FIONCLEX [nuttx]

2025-06-15 Thread via GitHub
acassis merged PR #16536: URL: https://github.com/apache/nuttx/pull/16536 -- 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