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

2024-12-31 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 2a796ea8f Publishing web: b0df2ae

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

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #15345: URL: https://github.com/apache/nuttx/pull/15345#discussion_r1900157910 ## arch/z80/src/z80/z80_sigdeliver.c: ## @@ -99,7 +100,7 @@ void z80_sigdeliver(void) regs[XCPT_PC]= rtcb->xcp.saved_pc; regs[XCPT_I] = rtcb->xc

Re: [PR] drivers/timers/watchdog: add watchdog timer notifier chain [nuttx]

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #15387: URL: https://github.com/apache/nuttx/pull/15387#discussion_r1900149644 ## include/nuttx/timers/watchdog.h: ## @@ -31,6 +31,8 @@ #include #include #include +#include +#include Review Comment: why need include sched.h

Re: [PR] sim/rpserver_virtio: Fix the defconfig [nuttx]

2024-12-31 Thread via GitHub
lupyuen closed pull request #15393: sim/rpserver_virtio: Fix the defconfig URL: https://github.com/apache/nuttx/pull/15393 -- 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 un

Re: [PR] sim/rpserver_virtio: Fix the defconfig [nuttx]

2024-12-31 Thread via GitHub
lupyuen commented on PR #15393: URL: https://github.com/apache/nuttx/pull/15393#issuecomment-2566510381 sim-03 build is OK now, no need for this PR. Thanks everyone, have an awesome new year :-) https://github.com/NuttX/nuttx/actions/runs/12559257073/job/35014757100 -- This is an a

Re: [PR] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
eren-terzioglu commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1900089093 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z "

Re: [PR] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
eren-terzioglu commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1900089093 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z "

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

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on PR #15391: URL: https://github.com/apache/nuttx/pull/15391#issuecomment-2566397416 why close this pr? @wangzhi-art -- 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 th

Re: [PR] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1900081865 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z

Re: [PR] Merge the test cases under testing/testsuites into the testing folder [nuttx-apps]

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on PR #2916: URL: https://github.com/apache/nuttx-apps/pull/2916#issuecomment-2566390848 @txy-21 please remove .o from the patch and fix the conflict -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] xtensa/esp32s3: Add USB OTG device driver [nuttx]

2024-12-31 Thread via GitHub
fdcavalcanti commented on PR #9525: URL: https://github.com/apache/nuttx/pull/9525#issuecomment-2566373355 I did not. But I know its failing for some time since the first internal failure report is from Aug/23. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] arch/risc-v: Make CPU index handling based on ARCH_RV_HARTID_BASE [nuttx]

2024-12-31 Thread via GitHub
nuttxpr commented on PR #15396: URL: https://github.com/apache/nuttx/pull/15396#issuecomment-2566360905 [**\[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] arch/risc-v: Make CPU index handling based on ARCH_RV_HARTID_BASE [nuttx]

2024-12-31 Thread via GitHub
no1wudi opened a new pull request, #15396: URL: https://github.com/apache/nuttx/pull/15396 ## Summary This PR refactors the CPU index handling in the RISC-V architecture to be based on the ARCH_RV_HARTID_BASE configuration. The changes include:

(nuttx) branch master updated: rpproxy_virtio/rpserver_virtio: fix the compile error

2024-12-31 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 6485093277 rpproxy_virtio/rpserver_virtio: fix th

Re: [PR] rpproxy_virtio/rpserver_virtio: fix the compile error [nuttx]

2024-12-31 Thread via GitHub
anchao merged PR #15395: URL: https://github.com/apache/nuttx/pull/15395 -- 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] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
eren-terzioglu commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1899986031 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z "

Re: [PR] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
eren-terzioglu commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1899986031 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z "

Re: [PR] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
eren-terzioglu commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1899986031 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z "

Re: [PR] tools/Unix.mk: Add debug_info target to print nxdiag output [nuttx]

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #15304: URL: https://github.com/apache/nuttx/pull/15304#discussion_r1899984490 ## tools/Unix.mk: ## @@ -618,6 +619,40 @@ bootloader: clean_bootloader: $(Q) $(MAKE) -C $(ARCH_SRC) clean_bootloader +checkpython3: + @if [ -z

Re: [PR] apps/system: replace CONFIG_NSH_LINELEN to LINE_MAX [nuttx-apps]

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #2918: URL: https://github.com/apache/nuttx-apps/pull/2918#discussion_r1899979968 ## nshlib/nsh.h: ## @@ -380,7 +380,7 @@ /* Maximum size of one command line (telnet or serial) */ #ifndef CONFIG_NSH_LINELEN Review Comment: let's re

Re: [PR] apps/system: replace CONFIG_NSH_LINELEN to LINE_MAX [nuttx-apps]

2024-12-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #2918: URL: https://github.com/apache/nuttx-apps/pull/2918#discussion_r1899978461 ## nshlib/nsh_console.h: ## @@ -157,6 +157,14 @@ struct nsh_vtbl_s char traceline[CONFIG_NSH_LINELEN]; #endif + /* Temporary line buffer */ + +#if (!d

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-12-31 Thread via GitHub
acassis commented on issue #14816: URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2566226468 @shizacat I think if you get it working without using the 3rd-party-hal it will be better. ESP32 support was implemented in the standard registers description, as Greg Nutt did for a