(nuttx) branch master updated: arch/toochain: Add toochain to gcc

2024-11-13 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 656883fec5 arch/toochain: Add toochain to gcc

Re: [PR] nshlib/cmd_wait: Wait failed if `FS_PROCFS` not enabled [nuttx-apps]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on PR #2848: URL: https://github.com/apache/nuttx-apps/pull/2848#issuecomment-2475632858 try `git push -f ...` again. -- 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

Re: [PR] nshlib/cmd_wait: Wait failed if `FS_PROCFS` not enabled [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on PR #2848: URL: https://github.com/apache/nuttx-apps/pull/2848#issuecomment-2475628997 It seems that the CI not running with the latest apache/master even if it was triggered after https://github.com/apache/nuttx/pull/14776 was merged. Local test OK ``` $

Re: [PR] update stream relative, fix mtd&blk stream readback before block update. decrese int use in stream to handle FS_LARGEFILE [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on PR #14778: URL: https://github.com/apache/nuttx/pull/14778#issuecomment-2475566498 has the test fail: https://github.com/apache/nuttx/actions/runs/11830852498/job/32965096269?pr=14778 -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] arch/toochain: Add toochain gcc [nuttx]

2024-11-13 Thread via GitHub
no1wudi commented on PR #14779: URL: https://github.com/apache/nuttx/pull/14779#issuecomment-2475563106 toochain -> toolchain -- 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] build(qemu):add a qemu compilation configuration with application [nuttx]

2024-11-13 Thread via GitHub
nuttxpr commented on PR #14781: URL: https://github.com/apache/nuttx/pull/14781#issuecomment-2475551286 [**\[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] posix_spawn: Move dependencies to Kconfig [nuttx-apps]

2024-11-13 Thread via GitHub
no1wudi opened a new pull request, #2851: URL: https://github.com/apache/nuttx-apps/pull/2851 ## Summary `posix_spawn` depends on these configurations: - !BINFMT_DISABLE - !DISABLE_MOUNTPOINT - BOARDCTL - BOARDCTL_APP_SYMTAB - ELF - FS_ROMFS Check them in compi

Re: [PR] posix_spawn: Move dependencies to Kconfig [nuttx-apps]

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

[PR] build(qemu):add a qemu compilation configuration with application [nuttx]

2024-11-13 Thread via GitHub
xuxin930 opened a new pull request, #14781: URL: https://github.com/apache/nuttx/pull/14781 ## Summary Enable various types of common applications and libraries, and enable CMake CI checks. To avoid regression issues in the build system. such as: https://github.com/apache/nuttx

[PR] cmake(bugfix):fix libcxx build error cause by layout changed [nuttx]

2024-11-13 Thread via GitHub
xuxin930 opened a new pull request, #14780: URL: https://github.com/apache/nuttx/pull/14780 ## Summary PR https://github.com/apache/nuttx/pull/14668 caused a build error after adjusting the layout. This commit fixes this problem ``` /home/data/vela/github/nuttx/libs/libx

Re: [PR] cmake(bugfix):fix libcxx build error cause by layout changed [nuttx]

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

Re: [PR] semaphore: Fix a few regressions [nuttx]

2024-11-13 Thread via GitHub
crafcat7 commented on code in PR #14755: URL: https://github.com/apache/nuttx/pull/14755#discussion_r1841618746 ## sched/semaphore/sem_holder.c: ## @@ -880,7 +880,7 @@ void nxsem_canceled(FAR struct tcb_s *stcb, FAR sem_t *sem) { /* Check our assumptions */ - DEBUGASSERT(

Re: [PR] examples: New app to build Rust with Cargo [nuttx-apps]

2024-11-13 Thread via GitHub
no1wudi commented on PR #2487: URL: https://github.com/apache/nuttx-apps/pull/2487#issuecomment-2475494867 I'll continue this work next week -- 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] semaphore: Fix a few regressions [nuttx]

2024-11-13 Thread via GitHub
crafcat7 commented on code in PR #14755: URL: https://github.com/apache/nuttx/pull/14755#discussion_r1841618746 ## sched/semaphore/sem_holder.c: ## @@ -880,7 +880,7 @@ void nxsem_canceled(FAR struct tcb_s *stcb, FAR sem_t *sem) { /* Check our assumptions */ - DEBUGASSERT(

Re: [PR] semaphore: Fix a few regressions [nuttx]

2024-11-13 Thread via GitHub
crafcat7 commented on code in PR #14755: URL: https://github.com/apache/nuttx/pull/14755#discussion_r1841618746 ## sched/semaphore/sem_holder.c: ## @@ -880,7 +880,7 @@ void nxsem_canceled(FAR struct tcb_s *stcb, FAR sem_t *sem) { /* Check our assumptions */ - DEBUGASSERT(

Re: [PR] arm64/mcount.c: Add to nuttx compilation [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 merged PR #14771: URL: https://github.com/apache/nuttx/pull/14771 -- 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] mps3-an547:ap: Disable cmd_wait() as it depends on procfs currently [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 merged PR #14776: URL: https://github.com/apache/nuttx/pull/14776 -- 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: mps3-an547:ap: Disable cmd_wait() as it depends on procfs currently

2024-11-13 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 85eed31443 mps3-an547:ap: Disable cmd_wait() a

(nuttx) 03/03: get g_tcbinfo just use elf memory

2024-11-13 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 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c Author: anjiahao AuthorDate: Sat Oct 12 17:13:48 2024 +0800 get g_tcbinf

(nuttx) 02/02: arm64/nsh: Enable gprof

2024-11-13 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 ec3c064ff0d635d7ac4aa6e346a39edd676f01a6 Author: wangmingrong1 AuthorDate: Thu Nov 14 10:47:19 2024 +0800 arm64/n

(nuttx) 01/02: arm64/mcount.c: Add to nuttx compilation

2024-11-13 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 c19d440db012bddcd0a091a00e655617ab732040 Author: wangmingrong1 AuthorDate: Thu Nov 14 10:43:17 2024 +0800 arm64/m

Re: [I] [BUG] macOS CI: `sim:rpproxy_virtio` fails at uintmax_t: 'unsigned long long' vs 'unsigned long' [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on issue #14775: URL: https://github.com/apache/nuttx/issues/14775#issuecomment-2475457846 but, the new sim rptun support 64bit now, so we can drop CONFIG_SIM_M32 from defconfig -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] arch/toolchain: Change the compiler selection to choice [nuttx]

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

Re: [PR] Add arm64 support for gdbserver.py tool [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 merged PR #14770: URL: https://github.com/apache/nuttx/pull/14770 -- 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 (ec3c064ff0 -> 6554ed4d66)

2024-11-13 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 ec3c064ff0 arm64/nsh: Enable gprof new 3bfeddcbdd gdbserver.py: add back 64bit support new c5276f4244 gdbs

(nuttx) 01/03: gdbserver.py: add back 64bit support

2024-11-13 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 3bfeddcbddf1eebf9163b7cfa72f91f7e5625b75 Author: xuxingliang AuthorDate: Thu Sep 19 17:49:42 2024 +0800 gdbserver

(nuttx) 02/03: gdbserver.py: add arm64 support

2024-11-13 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 c5276f4247b90a5cfa8d4c66afa2ae567d15 Author: xuxingliang AuthorDate: Thu Sep 19 17:51:50 2024 +0800 gdbserver

(nuttx) branch master updated (d4f6cc229d -> ec3c064ff0)

2024-11-13 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 d4f6cc229d STM32H5 I2C Driver new c19d440db0 arm64/mcount.c: Add to nuttx compilation new ec3c064ff0 arm64

Re: [PR] semaphore: Fix a few regressions [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #14755: URL: https://github.com/apache/nuttx/pull/14755#discussion_r1841581599 ## sched/semaphore/sem_holder.c: ## @@ -880,7 +880,7 @@ void nxsem_canceled(FAR struct tcb_s *stcb, FAR sem_t *sem) { /* Check our assumptions */ - DEBUG

[PR] arch/toolchain: Change compiler selection [nuttx]

2024-11-13 Thread via GitHub
W-M-R opened a new pull request, #14779: URL: https://github.com/apache/nuttx/pull/14779 ## Summary Let's let the compiler choice decide whether to follow GNU, and not arbitrarily choose "CONFIG_ARCH_TOOLCHAIN_GNU" elsewhere ## Impact None ## Testing None -- This is an auto

Re: [PR] semaphore: Fix a few regressions [nuttx]

2024-11-13 Thread via GitHub
zyfeier commented on code in PR #14755: URL: https://github.com/apache/nuttx/pull/14755#discussion_r1841567383 ## sched/semaphore/sem_holder.c: ## @@ -880,7 +880,7 @@ void nxsem_canceled(FAR struct tcb_s *stcb, FAR sem_t *sem) { /* Check our assumptions */ - DEBUGASSERT(a

Re: [I] [BUG] macOS CI: `sim:rpproxy_virtio` fails at uintmax_t: 'unsigned long long' vs 'unsigned long' [nuttx]

2024-11-13 Thread via GitHub
wyr-7 commented on issue #14775: URL: https://github.com/apache/nuttx/issues/14775#issuecomment-2475402812 As we see in https://github.com/apache/nuttx/blob/master/tools/ci/testlist/sim-03.dat#L3C1-L8C1, macOS doesn't support 32bit anymore in sim:rpproxy and sim::rpserver which is CONFIG_

Re: [PR] update stream relative, fix mtd&blk stream readback before block update. decrese int use in stream to handle FS_LARGEFILE [nuttx]

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

Re: [PR] nshlib/pipeline: Concat variable arguments failed [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on code in PR #2841: URL: https://github.com/apache/nuttx-apps/pull/2841#discussion_r1841546118 ## nshlib/nsh_parse.c: ## @@ -2693,20 +2694,27 @@ static int nsh_parse_command(FAR struct nsh_vtbl_s *vtbl, FAR char *cmdline) goto dynlist_fr

Re: [PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on code in PR #2850: URL: https://github.com/apache/nuttx-apps/pull/2850#discussion_r1841545759 ## nshlib/nsh_parse.c: ## @@ -603,24 +603,31 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, { FAR char *sh_argv[4]; FAR char *sh_cm

Re: [PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on code in PR #2850: URL: https://github.com/apache/nuttx-apps/pull/2850#discussion_r1841545640 ## nshlib/nsh_parse.c: ## @@ -603,24 +603,31 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, { FAR char *sh_argv[4]; FAR char *sh_cm

Re: [PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on code in PR #2850: URL: https://github.com/apache/nuttx-apps/pull/2850#discussion_r1841545313 ## nshlib/nsh_parse.c: ## @@ -603,24 +603,31 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, { FAR char *sh_argv[4]; FAR char *sh_cm

Re: [PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on code in PR #2850: URL: https://github.com/apache/nuttx-apps/pull/2850#discussion_r1841545099 ## nshlib/nsh_parse.c: ## @@ -603,24 +603,31 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, { FAR char *sh_argv[4]; FAR char *sh_cm

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841509388 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-

Re: [PR] nshlib/cmd_wait: Wait failed if `FS_PROCFS` not enabled [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 commented on PR #2848: URL: https://github.com/apache/nuttx-apps/pull/2848#issuecomment-2475375632 > Please remove CONFIG_NSH_DISABLE_WAIT from boards/arm/mps/mps3-an547/configs/ap/defconfig: > > ``` >

[PR] mps3-an547:ap: Disable cmd_wait() as it depends on procfs currently [nuttx]

2024-11-13 Thread via GitHub
JianyuWang0623 opened a new pull request, #14776: URL: https://github.com/apache/nuttx/pull/14776 ## Summary mps3-an547:ap: Disable cmd_wait() as it depends on procfs currently. More details please see https://github.com/apache/nuttx-apps/pull/2848 ## Impact boards/mps3-an

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841522025 ## tools/ci/testlist/sim-03.dat: ## @@ -24,6 +24,15 @@ -Darwin,sim:usbdev -Darwin,sim:usbhost +# macOS fails to patch quickjs-libc.c +-Darwin,sim:quickjs +

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841523104 ## tools/ci/testlist/sim-03.dat: ## @@ -24,6 +24,15 @@ -Darwin,sim:usbdev -Darwin,sim:usbhost +# macOS fails to patch quickjs-libc.c +-Darwin,sim:quickjs + +# macOS

Re: [I] [BUG] macOS CI: `sim:libcxxtest` can't find cxxabi.h [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on issue #14774: URL: https://github.com/apache/nuttx/issues/14774#issuecomment-2475349553 can we try CONFIG_LIBCXXABI=y -- 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

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841519845 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-

Re: [I] [BUG] macOS CI: `sim:lua` doesn't link with pipe2() [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on issue #14773: URL: https://github.com/apache/nuttx/issues/14773#issuecomment-2475353416 please try CONFIG_PIPES=y, @lupyuen -- 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

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841517055 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-

[I] [BUG] macOS CI: `sim:libcxxtest` can't find cxxabi.h [nuttx]

2024-11-13 Thread via GitHub
lupyuen opened a new issue, #14774: URL: https://github.com/apache/nuttx/issues/14774 ### Description / Steps to reproduce the issue `sim:libcxxtest` build in macOS CI can't find cxxabi.h. We may need to disable the build because NuttX Mirror Build is failing twice daily: https://git

[I] [BUG] macOS CI: `sim:rpproxy_virtio` fails at uintmax_t: 'unsigned long long' vs 'unsigned long' [nuttx]

2024-11-13 Thread via GitHub
lupyuen opened a new issue, #14775: URL: https://github.com/apache/nuttx/issues/14775 ### Description / Steps to reproduce the issue `sim:rpproxy_virtio` in macOS CI fails at uintmax_t: 'unsigned long long' vs 'unsigned long'. The same problem happens with `sim:rpserver_virtio`. We ma

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841517055 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-

[I] [BUG] macOS CI: `sim:libcxxtest` doesn't link with pipe2() [nuttx]

2024-11-13 Thread via GitHub
lupyuen opened a new issue, #14773: URL: https://github.com/apache/nuttx/issues/14773 ### Description / Steps to reproduce the issue `sim:libcxxtest` in macOS CI doesn't link with pipe2(). We may need to disable the build because NuttX Mirror Build is failing twice daily: https://git

Re: [PR] semaphore: Fix a few regressions [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #14755: URL: https://github.com/apache/nuttx/pull/14755#discussion_r1841511874 ## sched/semaphore/sem_holder.c: ## @@ -880,7 +880,7 @@ void nxsem_canceled(FAR struct tcb_s *stcb, FAR sem_t *sem) { /* Check our assumptions */ - DEBUG

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841510267 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841509617 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxxabi.h +-

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841509165 ## tools/ci/testlist/sim-03.dat: ## @@ -24,6 +24,15 @@ -Darwin,sim:usbdev -Darwin,sim:usbhost +# macOS fails to patch quickjs-libc.c +-Darwin,sim:quickjs + +# macOS

Re: [PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #14772: URL: https://github.com/apache/nuttx/pull/14772#discussion_r1841506876 ## tools/ci/testlist/sim-02.dat: ## @@ -33,6 +33,16 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS doesn't support cxx

Re: [PR] arm64/mcount.c: Add to nuttx compilation [nuttx]

2024-11-13 Thread via GitHub
nuttxpr commented on PR #14771: URL: https://github.com/apache/nuttx/pull/14771#issuecomment-2475318182 [**\[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] CI: Disable the failed macOS Builds [nuttx]

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

[PR] CI: Disable the failed macOS Builds [nuttx]

2024-11-13 Thread via GitHub
lupyuen opened a new pull request, #14772: URL: https://github.com/apache/nuttx/pull/14772 ## Summary This PR disables the failed macOS Builds from CI Checks sim-02 and sim-03, so that the macOS CI Checks will complete successfully in the NuttX Mirror Repo: - `sim:libcxxtest`:

Re: [PR] Add arm64 support for gdbserver.py tool [nuttx]

2024-11-13 Thread via GitHub
nuttxpr commented on PR #14770: URL: https://github.com/apache/nuttx/pull/14770#issuecomment-2475303953 [**\[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] arm64/mcount.c: Add to nuttx compilation [nuttx]

2024-11-13 Thread via GitHub
W-M-R opened a new pull request, #14771: URL: https://github.com/apache/nuttx/pull/14771 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary arm64/mcount.c: Add to nuttx compilation ## Impact None ## T

[PR] Add arm64 support for gdbserver.py tool [nuttx]

2024-11-13 Thread via GitHub
XuNeo opened a new pull request, #14770: URL: https://github.com/apache/nuttx/pull/14770 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Add arm64 support. Fixed the merging issue that removed 64bit

Re: [PR] sched/semaphore: change semcount type to int [nuttx]

2024-11-13 Thread via GitHub
zyfeier commented on PR #14625: URL: https://github.com/apache/nuttx/pull/14625#issuecomment-2475290029 Hi, @tmedicci We get esp32 board, and will check soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Reapply "SYSLOG_DEFAULT: wrap up_putc/up_nputs calls with critical section" with a fix [nuttx]

2024-11-13 Thread via GitHub
hujun260 commented on code in PR #14761: URL: https://github.com/apache/nuttx/pull/14761#discussion_r1841466655 ## sched/irq/irq_csection.c: ## @@ -75,6 +75,18 @@ volatile uint8_t g_cpu_nestcount[CONFIG_SMP_NCPUS]; * Private Functions

Re: [PR] Reapply "SYSLOG_DEFAULT: wrap up_putc/up_nputs calls with critical section" with a fix [nuttx]

2024-11-13 Thread via GitHub
hujun260 commented on code in PR #14761: URL: https://github.com/apache/nuttx/pull/14761#discussion_r1841466655 ## sched/irq/irq_csection.c: ## @@ -75,6 +75,18 @@ volatile uint8_t g_cpu_nestcount[CONFIG_SMP_NCPUS]; * Private Functions

Re: [PR] can : move bytes2dlc/dlc2bytes to common header file [nuttx]

2024-11-13 Thread via GitHub
xucheng5 commented on PR #14759: URL: https://github.com/apache/nuttx/pull/14759#issuecomment-2475212736 > why not put common code in a separate header like `include/nuttx/can_cmn.h`. We shouldn't couple CAN chardev headers with SocketCAN headers. These are two separate implementations

Re: [PR] nshlib/cmd_wait: Wait failed if `FS_PROCFS` not enabled [nuttx-apps]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on PR #2848: URL: https://github.com/apache/nuttx-apps/pull/2848#issuecomment-2475195308 Please remove CONFIG_NSH_DISABLE_WAIT from boards/arm/mps/mps3-an547/configs/ap/defconfig: ``` ===

Re: [PR] cmake:bugfix kconfig menu in cmake cannot be generated recursively [nuttx]

2024-11-13 Thread via GitHub
anchao commented on PR #14756: URL: https://github.com/apache/nuttx/pull/14756#issuecomment-2475194318 Will this pull request cause Kconfig to be generated for all directories containing CMakeLists.txt/Makefile? In fact, makefile base does not support nested recursion. If multiple levels of

Re: [PR] STM32H5 I2C Driver [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 merged PR #14769: URL: https://github.com/apache/nuttx/pull/14769 -- 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] pthread_cond remove csection and sched_lock [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #14581: URL: https://github.com/apache/nuttx/pull/14581#discussion_r1841383151 ## include/pthread.h: ## @@ -269,6 +269,7 @@ struct pthread_cond_s { sem_t sem; clockid_t clockid; + volatile int16_t lock_count; Review Comment: wa

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

2024-11-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 867f59258 Publishing web: b0df2ae

(nuttx) branch master updated (3ae822c098 -> d6a73a46e8)

2024-11-13 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 3ae822c098 cmake:remove no need target_link_library in static target add d6a73a46e8 riscv/espressif/bootloa

Re: [PR] STM32H5 I2C Driver [nuttx]

2024-11-13 Thread via GitHub
kywwilson11 commented on PR #14769: URL: https://github.com/apache/nuttx/pull/14769#issuecomment-2474802886 The rotary device was this: https://learn.adafruit.com/adafruit-ano-rotary-navigation-encoder-to-i2c-stemma-qt-adapter/overview Just a convenient i2c device we had in the office

Re: [PR] STM32H5 I2C Driver [nuttx]

2024-11-13 Thread via GitHub
acassis commented on PR #14769: URL: https://github.com/apache/nuttx/pull/14769#issuecomment-2474699204 @kywwilson11 nice work! Question: what was that "rotary device" is it some I2C magnetic encoder? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Reapply "SYSLOG_DEFAULT: wrap up_putc/up_nputs calls with critical section" with a fix [nuttx]

2024-11-13 Thread via GitHub
anchao commented on code in PR #14761: URL: https://github.com/apache/nuttx/pull/14761#discussion_r1840126027 ## drivers/syslog/syslog_channel.c: ## @@ -234,23 +229,31 @@ g_syslog_channel[CONFIG_SYSLOG_MAX_CHANNELS] = #ifdef CONFIG_SYSLOG_DEFAULT static int syslog_default_putc

[PR] STM32H5 I2C Driver [nuttx]

2024-11-13 Thread via GitHub
kywwilson11 opened a new pull request, #14769: URL: https://github.com/apache/nuttx/pull/14769 ## Summary Added I2C driver for the STM32H5. This driver uses the STM32H7 I2C driver as a base. The primary difference is setclock dynamically sets the I2C TIMINGR register instead of using

Re: [PR] STM32H5 I2C Driver [nuttx]

2024-11-13 Thread via GitHub
github-actions[bot] commented on PR #14769: URL: https://github.com/apache/nuttx/pull/14769#issuecomment-2474660541 This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. --

Re: [PR] arch/stm32h5: Add ADC hardware register file [nuttx]

2024-11-13 Thread via GitHub
acassis merged PR #14768: URL: https://github.com/apache/nuttx/pull/14768 -- 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: arch/stm32h5: Add ADC hardware register file

2024-11-13 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 5d87319cb6 arch/stm32h5: Add ADC hardware regist

Re: [PR] riscv/espressif/bootloader/mcuboot: Sign image with MCUBoot version [nuttx]

2024-11-13 Thread via GitHub
pkarashchenko merged PR #14765: URL: https://github.com/apache/nuttx/pull/14765 -- 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...@nutt

Re: [PR] riscv/espressif/bootloader/mcuboot: Sign image with MCUBoot version [nuttx]

2024-11-13 Thread via GitHub
engdavidiogo commented on PR #14765: URL: https://github.com/apache/nuttx/pull/14765#issuecomment-2474427081 > @almir-okato please take a look! > > @engdavidiogo I just noticed we don't have the MCUBoot documentation for C6: https://nuttx.apache.org/docs/latest/platforms/risc-v/esp32c

Re: [PR] icjx: disable interrupts in interrupt worker [nuttx]

2024-11-13 Thread via GitHub
nuttxpr commented on PR #14766: URL: https://github.com/apache/nuttx/pull/14766#issuecomment-2474026298 [**\[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] cmake(bugfix):remove no need target_link_library in static target [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 merged PR #14757: URL: https://github.com/apache/nuttx/pull/14757 -- 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: icjx: disable interrupts in interrupt worker

2024-11-13 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 ec243f0f6b icjx: disable interrupts in interru

Re: [PR] sim:nsh: Enable `PIPES` to make nsh pipeline available [nuttx]

2024-11-13 Thread via GitHub
xiaoxiang781216 merged PR #14767: URL: https://github.com/apache/nuttx/pull/14767 -- 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] icjx: disable interrupts in interrupt worker [nuttx]

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

[PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
JianyuWang0623 opened a new pull request, #2850: URL: https://github.com/apache/nuttx-apps/pull/2850 ## Summary Fix variable arguments concat error of `nsh_execute()` Without this patch ``` nsh> set time 5 nsh> echo $time 5 nsh> sleep $time & sh [5:100] nsh>

Re: [PR] mm/iob: remove csection [nuttx]

2024-11-13 Thread via GitHub
pussuw commented on code in PR #14764: URL: https://github.com/apache/nuttx/pull/14764#discussion_r1840778805 ## include/nuttx/mm/iob.h: ## @@ -31,6 +31,7 @@ #include #include +#include Review Comment: The header needs nothing from nuttx/spinlock, please move the incl

Re: [PR] mm/iob: remove csection [nuttx]

2024-11-13 Thread via GitHub
pussuw commented on code in PR #14764: URL: https://github.com/apache/nuttx/pull/14764#discussion_r1840788819 ## mm/iob/iob_alloc_qentry.c: ## @@ -101,21 +137,22 @@ static FAR struct iob_qentry_s *iob_allocwait_qentry(void) * re-enabled while we are waiting for I/O buffers t

Re: [PR] mm/iob: remove csection [nuttx]

2024-11-13 Thread via GitHub
pussuw commented on code in PR #14764: URL: https://github.com/apache/nuttx/pull/14764#discussion_r1840783512 ## mm/iob/iob_alloc.c: ## @@ -132,28 +207,31 @@ static FAR struct iob_s *iob_allocwait(bool throttled, unsigned int timeout) * we are waiting for I/O buffers to bec

Re: [PR] mm/iob: remove csection [nuttx]

2024-11-13 Thread via GitHub
pussuw commented on code in PR #14764: URL: https://github.com/apache/nuttx/pull/14764#discussion_r1840778805 ## include/nuttx/mm/iob.h: ## @@ -31,6 +31,7 @@ #include #include +#include Review Comment: The header needs nothing from nuttx/spinlock, please move the incl

Re: [PR] arch/stm32h5: Add ADC hardware register file [nuttx]

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

[PR] arch/stm32h5: Add ADC hardware register file [nuttx]

2024-11-13 Thread via GitHub
stbenn opened a new pull request, #14768: URL: https://github.com/apache/nuttx/pull/14768 This change defines macros for the ADC register map from ST document RM0481. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*

Re: [PR] nshlib/pipeline: Concat variable arguments failed [nuttx-apps]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #2841: URL: https://github.com/apache/nuttx-apps/pull/2841#discussion_r1840696934 ## nshlib/nsh_parse.c: ## @@ -2693,20 +2694,27 @@ static int nsh_parse_command(FAR struct nsh_vtbl_s *vtbl, FAR char *cmdline) goto dynlist_f

Re: [PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
xiaoxiang781216 commented on code in PR #2850: URL: https://github.com/apache/nuttx-apps/pull/2850#discussion_r1840682853 ## nshlib/nsh_parse.c: ## @@ -603,24 +603,31 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, { FAR char *sh_argv[4]; FAR char *sh_c

Re: [PR] fs/procfs: The procfsversion should be under control of `FS_PROCFS_EXCLUDE_VERSION` [nuttx]

2024-11-13 Thread via GitHub
acassis merged PR #14763: URL: https://github.com/apache/nuttx/pull/14763 -- 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] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

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

Re: [PR] nshlib/nsh_parse: Fix variable arguments concat error of `nsh_execute()` [nuttx-apps]

2024-11-13 Thread via GitHub
jasonbu commented on code in PR #2850: URL: https://github.com/apache/nuttx-apps/pull/2850#discussion_r1840570002 ## nshlib/nsh_parse.c: ## @@ -603,24 +603,31 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl, { FAR char *sh_argv[4]; FAR char *sh_cmd = "sh

Re: [PR] arch/arm64: syscall SYS_switch_context and SYS_restore_context use tcb as parm [nuttx]

2024-11-13 Thread via GitHub
pussuw commented on code in PR #14739: URL: https://github.com/apache/nuttx/pull/14739#discussion_r1839635690 ## arch/arm64/src/common/arm64_syscall.c: ## @@ -217,10 +217,13 @@ uint64_t *arm64_syscall(uint64_t *regs) case SYS_switch_context: { + struct

[PR] sim:nsh: Enable `PIPES` to make nsh pipeline available [nuttx]

2024-11-13 Thread via GitHub
JianyuWang0623 opened a new pull request, #14767: URL: https://github.com/apache/nuttx/pull/14767 ## Summary Enable `PIPES` to make nsh pipeline available. More details, please see https://github.com/apache/nuttx-apps/pull/2737 ## Impact CLI of sim:nsh ## Testing 1.

  1   2   >