Re: [PR] fs/littlefs: Add a kconfig to override littlefs version [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14903: URL: https://github.com/apache/nuttx/pull/14903#issuecomment-2493096720 [**\[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 requirement

[PR] fs/littlefs: Add a kconfig to override littlefs version [nuttx]

2024-11-21 Thread via GitHub
yamt opened a new pull request, #14903: URL: https://github.com/apache/nuttx/pull/14903 ## Summary Hopefully, It's more user-friendly than the current method, which is just an overridable make variable. It would also help to make some features (and their associated local patches) con

Re: [PR] libs: add gcov framework support [nuttx]

2024-11-21 Thread via GitHub
Gary-Hobson commented on code in PR #14838: URL: https://github.com/apache/nuttx/pull/14838#discussion_r1853416301 ## libs/libbuiltin/libgcc/gcov.c: ## @@ -0,0 +1,271 @@ +/ + * libs/libbuiltin/libgcc/gco

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
yamt commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853413882 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_private; + p

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853409243 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853409243 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492941153 need change build way `exampls/elf`, i will do it later. -- 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: [PR] tools/imx9: Add norimage support to bootloader [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14902: URL: https://github.com/apache/nuttx/pull/14902#issuecomment-2493030078 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does **not** fully meet the NuttX requirements

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
yamt commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853385050 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_private; + p

Re: [PR] x86-64: Added KASan compilation options [nuttx]

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

[PR] tools/imx9: Add norimage support to bootloader [nuttx]

2024-11-21 Thread via GitHub
joukkone opened a new pull request, #14902: URL: https://github.com/apache/nuttx/pull/14902 Fetch fspi header and fcb generation script, using mkimage generate nor bootable image. compile bootloader using -mstrict-align *Note: Please adhere to [Contributing Guidelines](https://g

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853378088 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] x86-64: Added KASan compilation options [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #14900: URL: https://github.com/apache/nuttx/pull/14900 -- 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: x86-64: Added KASan compilation options

2024-11-21 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 1f2d1e97e8 x86-64: Added KASan compilation opt

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853368486 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

[PR] x86-64: Added KASan compilation options [nuttx]

2024-11-21 Thread via GitHub
W-M-R opened a new pull request, #14900: URL: https://github.com/apache/nuttx/pull/14900 ## Summary Sorry for this commit: 6cd43777c3b6cf6480383a8f0401c976fc4731b3 This is the real x86-64 modification, and this patch is x86 Fortunately, except for the error in the previ

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
yamt commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853370946 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_private; + p

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853368486 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853368486 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853368486 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_priv

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
yamt commented on code in PR #14901: URL: https://github.com/apache/nuttx/pull/14901#discussion_r1853366730 ## fs/littlefs/lfs_vfs.c: ## @@ -816,16 +834,31 @@ static int littlefs_fchstat(FAR const struct file *filep, inode = filep->f_inode; fs= inode->i_private; + p

Re: [PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14901: URL: https://github.com/apache/nuttx/pull/14901#issuecomment-2492984193 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR does **not** fully meet the NuttX requirements.

Re: [PR] Revert "Add support fchstat and chstat function for littlefs" [nuttx]

2024-11-21 Thread via GitHub
crafcat7 commented on PR #14479: URL: https://github.com/apache/nuttx/pull/14479#issuecomment-2492974446 I submitted a change to replace lfs_file_xxxattr with the existing method in littlefs Until the littlefs community accepts lfs_file_xxxattr, we will continue to use the changes at thi

[PR] lfs_vfs:Use provided lfs_getattr / lfs_setattr instead of lfs_file_getattr / lfs_ file_setattr [nuttx]

2024-11-21 Thread via GitHub
crafcat7 opened a new pull request, #14901: URL: https://github.com/apache/nuttx/pull/14901 ## Summary This change is still under discussion: https://github.com/apache/nuttx/pull/14844 https://github.com/apache/nuttx/pull/14479 Before the littlefs community merges lfs_file_get

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492966021 https://github.com/apache/nuttx-apps/pull/2861 if use kernal build, it will strip -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492965080 ![image](https://github.com/user-attachments/assets/de0345a5-17df-4d98-acb8-d9667d3f5d34) -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] x86-64: Support symbol table and kasan global variables cross-border detection [nuttx]

2024-11-21 Thread via GitHub
W-M-R commented on PR #14885: URL: https://github.com/apache/nuttx/pull/14885#issuecomment-2492949735 > the description you write about x86_64 but you modified x86 Sorry,https://github.com/apache/nuttx/pull/14900 ,this is the real x86-64 modification, and this patch is x86 Fortunat

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anchao commented on PR #14897: URL: https://github.com/apache/nuttx/pull/14897#issuecomment-2492944936 What is the difference in elf size between -g and -g3? -- 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) 01/05: tools/gdb: Add net.py and netstats command

2024-11-21 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 commit 4ff0447027e4bf5713cc4ab1aa64b13965f5ff05 Author: Zhe Weng AuthorDate: Thu Aug 22 15:55:16 2024 +0800 tools/gdb: A

(nuttx) 03/05: tools/gdb: Add UDP in netstats

2024-11-21 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 commit 395090284a5ebc83a6d79107c9e4cfbaacca5298 Author: Zhe Weng AuthorDate: Thu Aug 22 20:18:39 2024 +0800 tools/gdb: A

(nuttx) branch master updated (c0669e3fc9 -> 5ec2c97424)

2024-11-21 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 c0669e3fc9 CI: Run CI Job `other` only for Simple x86 PR new 4ff0447027 tools/gdb: Add net.py and netstats comm

Re: [PR] GDB Plugin Upgrade part4: net related tools [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #14899: URL: https://github.com/apache/nuttx/pull/14899 -- 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) 04/05: tools/gdb: Add TCP in netstats

2024-11-21 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 commit d0884828ed5087da1a0b39cbb07a4dd267605c6f Author: Zhe Weng AuthorDate: Fri Aug 23 11:33:05 2024 +0800 tools/gdb: A

(nuttx) 05/05: tools/gdb: Supports args and help for netstats

2024-11-21 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 commit 5ec2c9742460af9ac4ba051739bc83c683b3c010 Author: Zhe Weng AuthorDate: Fri Aug 23 14:20:28 2024 +0800 tools/gdb: S

(nuttx) 02/05: tools/gdb: Add packet statistic in netstats

2024-11-21 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 commit 1c884ee2304f5d57089673b319cbedce6a611e5d Author: Zhe Weng AuthorDate: Thu Aug 22 20:26:35 2024 +0800 tools/gdb: A

(nuttx) branch master updated (992d5e0127 -> c0669e3fc9)

2024-11-21 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 992d5e0127 tools/gdb: add `info shm` command add c0669e3fc9 CI: Run CI Job `other` only for Simple x86 PR No n

Re: [PR] CI: Run CI Job `other` only for Simple x86 PR [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #14896: URL: https://github.com/apache/nuttx/pull/14896 -- 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] testing/ostest/signest.c: fix the range of signals [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #2863: URL: https://github.com/apache/nuttx-apps/pull/2863 -- 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-apps) branch master updated: testing/ostest/signest.c: fix the range of signals

2024-11-21 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 The following commit(s) were added to refs/heads/master by this push: new 365869b0a testing/ostest/signest.c: fix t

(nuttx-apps) branch master updated (3cbcbb652 -> 54a571fc9)

2024-11-21 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 3cbcbb652 bin:Copy debug info to a separate folder add 54a571fc9 testing/ostest/wdog.c: remove a set-only

Re: [PR] testing/ostest/wdog.c: remove a set-only global [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #2864: URL: https://github.com/apache/nuttx-apps/pull/2864 -- 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] Clang/gcov: Enhance clang gcov dump [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14877: URL: https://github.com/apache/nuttx/pull/14877#discussion_r1853306898 ## libs/libbuiltin/compiler-rt/coverage.c: ## @@ -266,61 +256,83 @@ void __llvm_profile_dump(const char *path) hdr.names_delta = (uintptr_t)names_begin; h

Re: [PR] Clang/gcov: Enhance clang gcov dump [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14877: URL: https://github.com/apache/nuttx/pull/14877#discussion_r1853221280 ## libs/libbuiltin/compiler-rt/coverage.c: ## @@ -266,61 +256,83 @@ void __llvm_profile_dump(const char *path) hdr.names_delta = (uintptr_t)names_begin; h

Re: [PR] libs: add gcov framework support [nuttx]

2024-11-21 Thread via GitHub
anchao commented on code in PR #14838: URL: https://github.com/apache/nuttx/pull/14838#discussion_r1853286278 ## libs/libbuiltin/libgcc/gcov.c: ## @@ -0,0 +1,271 @@ +/ + * libs/libbuiltin/libgcc/gcov.c +

Re: [PR] x86-64: Support symbol table and kasan global variables cross-border detection [nuttx]

2024-11-21 Thread via GitHub
raiden00pl commented on PR #14885: URL: https://github.com/apache/nuttx/pull/14885#issuecomment-2492875093 @W-M-R is this PR correct ? In the description you write about x86_64 but you modified x86 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] GDB Plugin Upgrade part3: fs related tools [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #14854: URL: https://github.com/apache/nuttx/pull/14854 -- 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 (d16de91e39 -> 992d5e0127)

2024-11-21 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 d16de91e39 [MSYS2] CMake+Ninja Fix arm-none-eabi-ar: Argument list too long new fab9670857 gdb tools: mount co

(nuttx) 04/05: tools/gdb: avoid building a full list

2024-11-21 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 commit 4e2ad314d715ef439a5f1731b8b4ad478221d40b Author: xuxingliang AuthorDate: Tue Sep 3 22:24:52 2024 +0800 tools/gdb:

(nuttx) 03/05: tools/gdb/fs.py: add print fdinfo,modify the print format

2024-11-21 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 commit ab3aa41f3970e2bc255857e82ca06a2aded11762 Author: yangao1 AuthorDate: Tue Jul 30 19:13:51 2024 +0800 tools/gdb/fs.

(nuttx) 01/05: gdb tools: mount command

2024-11-21 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 commit fab9670857e857828a3670f1350601d4d9606294 Author: zhengyu9 AuthorDate: Fri Aug 9 12:07:03 2024 +0800 gdb tools: mo

(nuttx) 05/05: tools/gdb: add `info shm` command

2024-11-21 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 commit 992d5e01273e20f845c4440ba83f3b42beca Author: xuxingliang AuthorDate: Thu Sep 5 17:12:34 2024 +0800 tools/gdb:

(nuttx) 02/05: gdb tools: print inode info

2024-11-21 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 commit 136b7065b70f0a5e0a47d5f31f1d798148f84ae1 Author: zhengyu9 AuthorDate: Wed Aug 14 10:36:34 2024 +0800 gdb tools: p

[PR] testing/ostest/wdog.c: remove a set-only global [nuttx-apps]

2024-11-21 Thread via GitHub
yamt opened a new pull request, #2864: URL: https://github.com/apache/nuttx-apps/pull/2864 ## Summary testing/ostest/wdog.c: remove a set-only global ## Impact ## Testing esp32s3-devkit:smp -- This is an automated message from the Apache Git Service. To respond

[PR] GDB Plugin Upgrade part4: net related tools [nuttx]

2024-11-21 Thread via GitHub
XuNeo opened a new pull request, #14899: URL: https://github.com/apache/nuttx/pull/14899 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Add network related tool, contributed by @wengzhe `netsta

[PR] testing/ostest/signest.c: fix the range of signals [nuttx-apps]

2024-11-21 Thread via GitHub
yamt opened a new pull request, #2863: URL: https://github.com/apache/nuttx-apps/pull/2863 ## Summary Note that MAX_SIGNO is a valid signal number. ## Impact ## Testing esp32s3-devkit:smp -- This is an automated message from the Apache Git Service. To respon

Re: [PR] testing/ostest/signest.c: fix the range of signals [nuttx-apps]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #2863: URL: https://github.com/apache/nuttx-apps/pull/2863#issuecomment-2492822700 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears to be **missing crucial information*

Re: [PR] GDB Plugin Upgrade part4: net related tools [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14899: URL: https://github.com/apache/nuttx/pull/14899#issuecomment-2492816209 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the basic NuttX requiremen

Re: [PR] drivers/serial/serial.c: adapt to the iovec-based api [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14898: URL: https://github.com/apache/nuttx/pull/14898#issuecomment-2492773795 [**\[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] drivers/serial/serial.c: adapt to the iovec-based api [nuttx]

2024-11-21 Thread via GitHub
yamt opened a new pull request, #14898: URL: https://github.com/apache/nuttx/pull/14898 ## Summary drivers/serial/serial.c: adapt to the iovec-based api This would fix readv/writev issues mentioned in https://github.com/apache/nuttx/pull/12674. (only for this specific driv

Re: [PR] spinlock+sched_lock [nuttx]

2024-11-21 Thread via GitHub
hujun260 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1853192909 ## include/nuttx/spinlock.h: ## @@ -528,22 +567,29 @@ static inline_function irqstate_t spin_lock_irqsave_wo_note(FAR volatile spinlock_t *lock) { irqstate_t ret;

Re: [PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anchao commented on code in PR #14897: URL: https://github.com/apache/nuttx/pull/14897#discussion_r1853192795 ## Kconfig: ## @@ -2495,7 +2495,7 @@ config DEBUG_SYMBOLS config DEBUG_SYMBOLS_LEVEL string "Custom symbols level" - default "-g" + default "-g3"

Re: [PR] spinlock+sched_lock [nuttx]

2024-11-21 Thread via GitHub
hujun260 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1853193035 ## drivers/note/noterpmsg_driver.c: ## @@ -178,15 +181,15 @@ static bool noterpmsg_transfer(FAR struct noterpmsg_driver_s *drv, static void noterpmsg_work(FAR void *

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
JianyuWang0623 commented on PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862#issuecomment-2492723897 > Thank you @JianyuWang0623 :-) Please let us know when testing is finished and successful :-) Sorry, selftest here is already passed. I mean the config `esp32s3-devkit

[PR] CI: Run CI Job `other` only for Simple x86 PR [nuttx]

2024-11-21 Thread via GitHub
lupyuen opened a new pull request, #14896: URL: https://github.com/apache/nuttx/pull/14896 ## Summary Presently, Simple x86 PRs will run All CI Checks (across all Architectures), as reported here: https://github.com/apache/nuttx/pull/14885#issuecomment-249257 This PR fixes

(nuttx-apps) branch master updated (1b91e3c4a -> 70e7ad85e)

2024-11-21 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 1b91e3c4a cmake:add missing rtptools CMake scripts add 70e7ad85e system/adb: Fix log format error No new

Re: [PR] GDB Plugin Upgrade part3: fs related tools [nuttx]

2024-11-21 Thread via GitHub
XuNeo commented on PR #14854: URL: https://github.com/apache/nuttx/pull/14854#issuecomment-2492682700 @acassis Hi Alan, I'm going to update the docs after uploading all my features. Is that OK? There are some command usage will be slightly changed later. For command usage, use

Re: [PR] GDB Plugin Upgrade part3: fs related tools [nuttx]

2024-11-21 Thread via GitHub
XuNeo commented on code in PR #14854: URL: https://github.com/apache/nuttx/pull/14854#discussion_r1853152697 ## tools/gdb/macros.py: ## @@ -0,0 +1,214 @@ + +# tools/gdb/macros.py +# +# Licensed to the Ap

[PR] compile:use -g3 to get more debug info [nuttx]

2024-11-21 Thread via GitHub
anjiahao1 opened a new pull request, #14897: URL: https://github.com/apache/nuttx/pull/14897 more info in https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*

Re: [PR] spinlock+sched_lock [nuttx]

2024-11-21 Thread via GitHub
hujun260 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1853149005 ## sched/irq/irq_csection.c: ## @@ -232,7 +232,7 @@ irqstate_t enter_critical_section(void) DEBUGASSERT((g_cpu_irqset & (1 << cpu)) == 0); - sp

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862 -- 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] spinlock+sched_lock [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1853131138 ## sched/irq/irq_csection.c: ## @@ -232,7 +232,7 @@ irqstate_t enter_critical_section(void) DEBUGASSERT((g_cpu_irqset & (1 << cpu)) == 0); -

(nuttx-apps) branch master updated: bin:Copy debug info to a separate folder

2024-11-21 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 The following commit(s) were added to refs/heads/master by this push: new 3cbcbb652 bin:Copy debug info to a separa

Re: [PR] bin:Copy debug info to a separate folder [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #2861: URL: https://github.com/apache/nuttx-apps/pull/2861 -- 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] bin:Copy debug info to a separate folder [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #2861: URL: https://github.com/apache/nuttx-apps/pull/2861#discussion_r1853141639 ## .gitignore: ## @@ -28,6 +28,7 @@ .kconfig *.lock /bin +/bin_debug Review Comment: OK, let's keep it. -- This is an automated message from the A

(nuttx-apps) branch master updated: system: support gcov output to stdout

2024-11-21 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 The following commit(s) were added to refs/heads/master by this push: new 7fb7e21bf system: support gcov output to

Re: [PR] system: support gcov output to stdout [nuttx-apps]

2024-11-21 Thread via GitHub
xiaoxiang781216 merged PR #2859: URL: https://github.com/apache/nuttx-apps/pull/2859 -- 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] spinlock+sched_lock [nuttx]

2024-11-21 Thread via GitHub
hujun260 commented on PR #14578: URL: https://github.com/apache/nuttx/pull/14578#issuecomment-2492653688 > please fix conflict done -- 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 spec

Re: [PR] CI: Run CI Job `other` only for Simple x86 PR [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14896: URL: https://github.com/apache/nuttx/pull/14896#issuecomment-2492638804 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR meets the NuttX requirements. The PR desc

(nuttx-website) branch asf-site updated: Publishing web: b0df2aeab6e41e7f7f2ff29ca7dee29d2f62f031 docs: d16de91e3919bad71a9319c8b3e7749d8ff9be03

2024-11-21 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 5a19ad3ca Publishing web: b0df2ae

Re: [PR] system/adb: Fix log format error [nuttx-apps]

2024-11-21 Thread via GitHub
cederom commented on PR #2862: URL: https://github.com/apache/nuttx-apps/pull/2862#issuecomment-2492581969 Thank you @JianyuWang0623 :-) Please let us know when testing is finished and successful :-) -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] x86-64: Support symbol table and kasan global variables cross-border detection [nuttx]

2024-11-21 Thread via GitHub
lupyuen commented on PR #14885: URL: https://github.com/apache/nuttx/pull/14885#issuecomment-249257 Thanks @W-M-R: We just discovered a new bug in the Build Rules! - This PR is labelled ["Arch: x86"](https://github.com/apache/nuttx/pull/14885#event-15375133985). Which is a [Simpl

Re: [PR] [MSYS2] CMake+Ninja Fix arm-none-eabi-ar: Argument list too long [nuttx]

2024-11-21 Thread via GitHub
acassis merged PR #14892: URL: https://github.com/apache/nuttx/pull/14892 -- 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: [MSYS2] CMake+Ninja Fix arm-none-eabi-ar: Argument list too long

2024-11-21 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 d16de91e39 [MSYS2] CMake+Ninja Fix arm-none-eabi

Re: [I] [BUG] MSYS2/CMAKE/NINJA: Argument list too long Build Broken. [nuttx-apps]

2024-11-21 Thread via GitHub
acassis closed issue #2672: [BUG] MSYS2/CMAKE/NINJA: Argument list too long Build Broken. URL: https://github.com/apache/nuttx-apps/issues/2672 -- 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 sp

Re: [PR] sim/nsh: Configure gcov to be enabled by default [nuttx]

2024-11-21 Thread via GitHub
anchao commented on code in PR #14891: URL: https://github.com/apache/nuttx/pull/14891#discussion_r1851857380 ## boards/sim/sim/sim/configs/nsh/defconfig: ## @@ -16,6 +16,8 @@ CONFIG_BOARDCTL_POWEROFF=y CONFIG_BOARD_LOOPSPERMSEC=0 CONFIG_BOOT_RUNFROMEXTSRAM=y CONFIG_BUILTIN=y

Re: [PR] GDB Plugin Upgrade part3: fs related tools [nuttx]

2024-11-21 Thread via GitHub
hartmannathan commented on code in PR #14854: URL: https://github.com/apache/nuttx/pull/14854#discussion_r1852703815 ## tools/gdb/macros.py: ## @@ -0,0 +1,214 @@ + +# tools/gdb/macros.py +# +# Licensed t

(nuttx) branch master updated: armv6-m: fix the incorrect stub-function entry address of svc call

2024-11-21 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 f6cfcfa39f armv6-m: fix the incorrect stub-fun

Re: [PR] draft driver for STUSB4500 [nuttx]

2024-11-21 Thread via GitHub
pkarashchenko commented on code in PR #14895: URL: https://github.com/apache/nuttx/pull/14895#discussion_r1852563021 ## include/nuttx/usb/stusb4500.h: ## @@ -0,0 +1,140 @@ +/ + * include/nuttx/usb/stusb4

Re: [PR] lm3s6965-ek/qemu: Using default max command line length [nuttx]

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

Re: [PR] Feature/draft stusb4500 [nuttx]

2024-11-21 Thread via GitHub
SimonFilgis closed pull request #14894: Feature/draft stusb4500 URL: https://github.com/apache/nuttx/pull/14894 -- 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,

(nuttx) branch master updated (6cd43777c3 -> 27f278af90)

2024-11-21 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 6cd43777c3 x86-64: Support symbol table and kasan global variables cross-border detection add 27f278af90 lm3s696

Re: [PR] Feature/draft stusb4500 [nuttx]

2024-11-21 Thread via GitHub
acassis commented on PR #14894: URL: https://github.com/apache/nuttx/pull/14894#issuecomment-2491807791 @SimonFilgis could you close this on in favor of PR #14895 ? Seems like there are some artifacts from other people here -- This is an automated message from the Apache Git Service. To

Re: [PR] draft driver for STUSB4500 [nuttx]

2024-11-21 Thread via GitHub
acassis commented on code in PR #14895: URL: https://github.com/apache/nuttx/pull/14895#discussion_r1852523495 ## drivers/usbmisc/Kconfig: ## @@ -88,4 +88,32 @@ config FUSB303_NPOLLWAITERS endif +config STUSB4500 + bool "ST standalone USB PD sink controller" + d

Re: [PR] draft driver for STUSB4500 [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14895: URL: https://github.com/apache/nuttx/pull/14895#issuecomment-2491691177 [**\[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.

[PR] draft driver for STUSB4500 [nuttx]

2024-11-21 Thread via GitHub
SimonFilgis opened a new pull request, #14895: URL: https://github.com/apache/nuttx/pull/14895 right now it is only possible to change the delivered power on the fly by 1. selecting PDO2 slot 2. write to POO2 3. renegotiate power by sw reset command *Note: Please adhere to [Co

Re: [PR] spinlock+sched_lock [nuttx]

2024-11-21 Thread via GitHub
xiaoxiang781216 commented on PR #14578: URL: https://github.com/apache/nuttx/pull/14578#issuecomment-2491663561 please fix conflict -- 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 co

Re: [PR] Feature/draft stusb4500 [nuttx]

2024-11-21 Thread via GitHub
nuttxpr commented on PR #14894: URL: https://github.com/apache/nuttx/pull/14894#issuecomment-2491653900 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR template itself meets the NuttX requirements by

[PR] Feature/draft stusb4500 [nuttx]

2024-11-21 Thread via GitHub
SimonFilgis opened a new pull request, #14894: URL: https://github.com/apache/nuttx/pull/14894 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why change is nece

(nuttx) branch master updated (1518f8bdb8 -> 6cd43777c3)

2024-11-21 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 1518f8bdb8 tools/gdb: fix type and comments add 6cd43777c3 x86-64: Support symbol table and kasan global variab

Re: [PR] x86-64: Support symbol table and kasan global variables cross-border detection [nuttx]

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

  1   2   >