Re: [PR] arch/arm, risc-v: Fix typos in Code Comments [nuttx]

2025-03-02 Thread via GitHub
nuttxpr commented on PR #15922: URL: https://github.com/apache/nuttx/pull/15922#issuecomment-2693419074 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (milkv_duos:nsh) https://gitlab.co

Re: [PR] arch/arm, risc-v: Fix typos in Code Comments [nuttx]

2025-03-02 Thread via GitHub
lupyuen commented on PR #15922: URL: https://github.com/apache/nuttx/pull/15922#issuecomment-2693408488 @nuttxpr test mikv_duos:nsh -- 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] arch/arm, risc-v: Fix typos [nuttx]

2025-03-02 Thread via GitHub
nuttxpr commented on PR #15922: URL: https://github.com/apache/nuttx/pull/15922#issuecomment-2693126991 [**\[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] arch/arm, risc-v: Fix typos [nuttx]

2025-03-02 Thread via GitHub
lupyuen opened a new pull request, #15922: URL: https://github.com/apache/nuttx/pull/15922 ## Summary This PR fixes the typos in chip.h, allocateheap.c and start.c. The typos were discovered here: - https://github.com/apache/nuttx/pull/15921 ## Impact No impact, since

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: 6303c11b5348e856c3d56d3812c92e4c0ed39d3b

2025-03-02 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 8bfd3d17e Publishing web: 405a712

Re: [PR] qemu-armv7a Ivshmem config and document update [nuttx]

2025-03-02 Thread via GitHub
anchao merged PR #15818: URL: https://github.com/apache/nuttx/pull/15818 -- 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

(nuttx) branch master updated (47d0356c65 -> 6303c11b53)

2025-03-02 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 47d0356c65 doc: Add documentation to USERLED subsystem add 8762919325 drivers/rpmsgblk_server: fix the syslog form

Re: [PR] libc/elf: rename modlib to elf [nuttx]

2025-03-02 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2692966037 > @anchao please verify the compilation issue Thanks @acassis , this PR depends on apps repo https://github.com/apache/nuttx-apps/pull/2985, so it may not be possible to pass CI sep

Re: [PR] libc/elf: rename modlib to elf [nuttx]

2025-03-02 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2692965250 > * Okay, there seems to be a common agreement to approve this change, so I will remove my blocking vote :-) Thank you. :) > * Do we want to think of compatibility with existi

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
lupyuen commented on PR #15921: URL: https://github.com/apache/nuttx/pull/15921#issuecomment-2692929244 Actually the typos we found above are also present in other RISC-V ports: QEMU, SG2000, BL808, ... So it's not an "Experimental" issue, more like a "Legacy" fix that needs backporting 😬

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
cederom commented on PR #15921: URL: https://github.com/apache/nuttx/pull/15921#issuecomment-2692881013 Maybe we should mark this change with `[EXPERIMENTAL]` tag? Its the initial code and will be probably changed often? :-) -- This is an automated message from the Apache Git Service. To

Re: [I] [HELP] Porting NuttX to BeagleY-AI (TI AM67) – Booting R5F via Linux RemoteProc [nuttx]

2025-03-02 Thread via GitHub
emomaxd commented on issue #15916: URL: https://github.com/apache/nuttx/issues/15916#issuecomment-2692829894 Linux runs on the A53 core, trying to boot NuttX on the R5F core using remoteproc, but it doesn't accept the "start" command of the remoteproc and throws Invalid Argument error when

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
lupyuen commented on code in PR #15921: URL: https://github.com/apache/nuttx/pull/15921#discussion_r1976656509 ## arch/risc-v/src/eic7700x/eic7700x_start.c: ## @@ -0,0 +1,433 @@ +/ + * arch/risc-v/src/ei

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
lupyuen commented on code in PR #15921: URL: https://github.com/apache/nuttx/pull/15921#discussion_r1976655423 ## arch/risc-v/src/eic7700x/eic7700x_allocateheap.c: ## @@ -0,0 +1,87 @@ +/ + * arch/risc-v/

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
lupyuen commented on code in PR #15921: URL: https://github.com/apache/nuttx/pull/15921#discussion_r1976655466 ## arch/risc-v/src/eic7700x/eic7700x_allocateheap.c: ## @@ -0,0 +1,87 @@ +/ + * arch/risc-v/

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
lupyuen commented on code in PR #15921: URL: https://github.com/apache/nuttx/pull/15921#discussion_r1976655401 ## arch/risc-v/src/eic7700x/chip.h: ## @@ -0,0 +1,87 @@ +/ + * arch/risc-v/src/eic7700x/chip

Re: [PR] arch/risc-v/eic7700x: Add support for ESWIN EIC7700X SoC [nuttx]

2025-03-02 Thread via GitHub
hartmannathan commented on code in PR #15921: URL: https://github.com/apache/nuttx/pull/15921#discussion_r1976644354 ## arch/risc-v/src/eic7700x/chip.h: ## @@ -0,0 +1,87 @@ +/ + * arch/risc-v/src/eic7700