Re: [PR] cdcacm: Reduce one copy of data between serial and cdcacm framework [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 commented on PR #15931: URL: https://github.com/apache/nuttx/pull/15931#issuecomment-2696460938 > Thank you @yangsong8-a1 :-) > > * There are build errors, please fix :-) > * Is this solution portable over different archs/boards? > * This is a potential breaking chan

Re: [PR] arch/arm64: Add up_perf_init for qemu. [nuttx]

2025-03-03 Thread via GitHub
Fix-Point commented on PR #15934: URL: https://github.com/apache/nuttx/pull/15934#issuecomment-2696433275 Closed and repull. https://github.com/apache/nuttx/pull/15939 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] arch/arm64: Add up_perf_init for qemu. [nuttx]

2025-03-03 Thread via GitHub
Fix-Point closed pull request #15934: arch/arm64: Add up_perf_init for qemu. URL: https://github.com/apache/nuttx/pull/15934 -- 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

[PR] arch/arm64: Add up_perf_init for qemu. [nuttx]

2025-03-03 Thread via GitHub
Fix-Point opened a new pull request, #15939: URL: https://github.com/apache/nuttx/pull/15939 ## Summary This commit added up_perf_init for qemu. ## Impact This commit enabled hardware performance counter support for perf events on arm64/qemu. ## Testing Tes

Re: [PR] arch/arm64: Add up_perf_init for qemu. [nuttx]

2025-03-03 Thread via GitHub
xiaoxiang781216 commented on PR #15934: URL: https://github.com/apache/nuttx/pull/15934#issuecomment-2696418512 Fix the conflict, @Fix-Point -- 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 s

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
jlaitine commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2696414230 > > @jlaitine @tmedicci should we revert it? > > No need to revert it for mpfs yet, I can check tomorrow if there is some simple.fix for it. I just didn't immediately see why it us

Re: [PR] Riscv tick timer improvements [nuttx]

2025-03-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #15929: URL: https://github.com/apache/nuttx/pull/15929#discussion_r1978744194 ## arch/risc-v/src/common/riscv_mtimer.c: ## @@ -349,11 +345,11 @@ riscv_mtimer_initialize(uintreg_t mtime, uintreg_t mtimecmp, priv = kmm_zalloc(sizeof(*pr

Re: [PR] net/socket/getsockopt: move the options check to the upper layer [nuttx]

2025-03-03 Thread via GitHub
zhhyu7 commented on PR #15899: URL: https://github.com/apache/nuttx/pull/15899#issuecomment-2696380462 @jerpelea Could you please review it again? Thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] esp32s3-devkit/fastboot: Enable fastboot oem shell [nuttx]

2025-03-03 Thread via GitHub
Donny9 merged PR #15898: URL: https://github.com/apache/nuttx/pull/15898 -- 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) 01/02: esp32s3-devkit/fastboot: Enable fastboot oem shell

2025-03-03 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4df67da95d0b2c45fd958c9f047f8581913d51ef Author: wangjianyu3 AuthorDate: Mon Feb 24 19:43:12 2025 +0800 esp32s3-

(nuttx) 02/02: Documentation/fastboot: Add usage for fastboot oem shell

2025-03-03 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 677c2187b94203e8d5c15b8212f0a8da1b942e59 Author: wangjianyu3 AuthorDate: Mon Feb 24 19:57:31 2025 +0800 Document

(nuttx) branch master updated (e376e22f93 -> 677c2187b9)

2025-03-03 Thread jiuzhudong
This is an automated email from the ASF dual-hosted git repository. jiuzhudong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from e376e22f93 Documentation/applications/benchmarks/cyclictest: -q new 4df67da95d esp32s3-devkit/fastboot: Enable

Re: [PR] arch/arm64: Improvements on ARM generic timer drivers. [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15938: URL: https://github.com/apache/nuttx/pull/15938#issuecomment-2696110823 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the NuttX r

[PR] arch/arm64: Improvements on ARM generic timer drivers. [nuttx]

2025-03-03 Thread via GitHub
Fix-Point opened a new pull request, #15938: URL: https://github.com/apache/nuttx/pull/15938 ## Summary - Optimized the initialization process of percpu timer - Fixed the time drift problem caused by integer division precision loss when USEC_PER_TICKS is set to a low value #

Re: [PR] sched/wdog: Support for periodic wdog. [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15937: URL: https://github.com/apache/nuttx/pull/15937#issuecomment-2696093127 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No. The PR summary is insufficient. It lacks crucial d

[PR] sched/wdog: Support for periodic wdog. [nuttx]

2025-03-03 Thread via GitHub
Fix-Point opened a new pull request, #15937: URL: https://github.com/apache/nuttx/pull/15937 ## Summary This commit added support for periodic wdog. ## Impact This commit added `wd_start_period` and `wd_cancel_period` functions, which has no effect on original implementa

Re: [PR] Fix x86/64 early-print [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15936: URL: https://github.com/apache/nuttx/pull/15936#issuecomment-2696072669 [**\[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

[PR] Fix x86/64 early-print [nuttx]

2025-03-03 Thread via GitHub
Fix-Point opened a new pull request, #15936: URL: https://github.com/apache/nuttx/pull/15936 ## Summary Since the x86_64 platform does not have effective bare-metal hardware debugging, it is very difficult to debug errors in the early boot stage. These patches fix the frame-buffer-

Re: [I] [BUG] Littlefs only syncing with `fsync`, but not `fflush` [nuttx]

2025-03-03 Thread via GitHub
linguini1 commented on issue #15840: URL: https://github.com/apache/nuttx/issues/15840#issuecomment-2696065025 > this part looks weird to me because, iirc, littlefs close() commits the modifications. Yes, in my testing I see no change to the file when closing. This seems strange to m

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-03-03 Thread via GitHub
linguini1 commented on PR #15828: URL: https://github.com/apache/nuttx/pull/15828#issuecomment-2696059847 > But i think as long the already established common ones stay completely untouched and your solution doesn't get away in this process, its fine. The only one I will be touching i

Re: [PR] arch/x86_64: Implement TSC frequency query via CPUID 0x40000010 [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15935: URL: https://github.com/apache/nuttx/pull/15935#issuecomment-2696057851 [**\[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] sim/adb: default enable shell service [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 commented on PR #15928: URL: https://github.com/apache/nuttx/pull/15928#issuecomment-2696054346 > Please update usbdev Documentation ( https://nuttx.apache.org/docs/latest/platforms/sim/sim/boards/sim/index.html ) This sentence, then you can use commands such as adb shell

[PR] arch/x86_64: Implement TSC frequency query via CPUID 0x40000010 [nuttx]

2025-03-03 Thread via GitHub
Fix-Point opened a new pull request, #15935: URL: https://github.com/apache/nuttx/pull/15935 ## Summary This commit introduces support for querying TSC frequency using CPUID 0x4010. ## Impact Only affects TSC frequency on x86/64 platforms: when `CONFIG_ARCH_INTEL64_

[PR] arch/arm64: Add up_perf_init for qemu. [nuttx]

2025-03-03 Thread via GitHub
Fix-Point opened a new pull request, #15934: URL: https://github.com/apache/nuttx/pull/15934 ## Summary This commit added up_perf_init for qemu. ## Impact This commit enabled hardware performance counter support for perf events on arm64/qemu. ## Testing Tes

Re: [PR] syslog: add ramlog write multiple bytes for interrupt handlers [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 commented on PR #15926: URL: https://github.com/apache/nuttx/pull/15926#issuecomment-2695998718 > Although you missed to include a proper git commit message, the code is simple to follow. You could say that it will make sc_write_force pointing to ramlog_write, etc thank

Re: [PR] ptmx: When alloc minor, skip the start addr if it has been used [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 commented on PR #15924: URL: https://github.com/apache/nuttx/pull/15924#issuecomment-2695992543 > @yangsong8-a1 Please remove this line from the PR Summary `Note: Please adhere to Contributing Guidelines`. Thanks :-) done -- This is an automated message from the Apache

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

2025-03-03 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 ca276405f Publishing web: 405a712

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-03-03 Thread via GitHub
keever50 commented on PR #15828: URL: https://github.com/apache/nuttx/pull/15828#issuecomment-2695711310 > ### > [Mar 3, 2025](#issuecomment-2695612211) Hmm. I thought adding more to what has to be removed might deliver extra work. However, some commands like set radio frequency

(nuttx-apps) branch master updated: benchmarks/cyclictest/cyclictest.c: periodic output and -q option

2025-03-03 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen 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 91aa0b8ae benchmarks/cyclictest/cyclictest.

Re: [PR] benchmarks/cyclictest/cyclictest.c: periodic output and -q option [nuttx-apps]

2025-03-03 Thread via GitHub
lupyuen merged PR #3014: URL: https://github.com/apache/nuttx-apps/pull/3014 -- 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.a

Re: [PR] ptmx: When alloc minor, skip the start addr if it has been used [nuttx]

2025-03-03 Thread via GitHub
lupyuen commented on PR #15924: URL: https://github.com/apache/nuttx/pull/15924#issuecomment-2695689656 @yangsong8-a1 Please remove this line from the PR Summary `Note: Please adhere to Contributing Guidelines`. Thanks :-) -- This is an automated message from the Apache Git Service. To re

Re: [PR] Riscv tick timer improvements [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15929: URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2695685810 [**\[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: [I] [HELP] Cannot Build Esp32C6 when efuse and mcuboot are enable at same time [nuttx]

2025-03-03 Thread via GitHub
FelipeMdeO commented on issue #15932: URL: https://github.com/apache/nuttx/issues/15932#issuecomment-2695607284 Guys, I edited the post because I presented a corrected version where I moved file to out of `ifeq`. Please consider the file esp_efuse_api_key.c @acassis The error is: `

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-03-03 Thread via GitHub
linguini1 commented on PR #15828: URL: https://github.com/apache/nuttx/pull/15828#issuecomment-2695537909 > @linguini1 I see that you added common IOCTL commands, however i would suggest looking at https://github.com/apache/nuttx/issues/15856 maybe. The common API is still being worked on.

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-03-03 Thread via GitHub
linguini1 commented on PR #15828: URL: https://github.com/apache/nuttx/pull/15828#issuecomment-2695612211 > @linguini1 Ah okay i understand! I do feel a bit uncomfortable knowing that the experimental changes will touch the already established common IOCTL. Which is the part that is kinda n

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-03-03 Thread via GitHub
keever50 commented on PR #15828: URL: https://github.com/apache/nuttx/pull/15828#issuecomment-2695581273 @linguini1 Ah okay i understand! I do feel a bit uncomfortable knowing that the experimental changes will touch the already established common IOCTL. Which is the part that is kinda

Re: [I] [BUG] vt100.h macro definition errors? [nuttx]

2025-03-03 Thread via GitHub
TimJTi commented on issue #15933: URL: https://github.com/apache/nuttx/issues/15933#issuecomment-2695368747 Oh - and if anyone can link to a simple implementation of console code that does a good job of decoding VT100/ANSI escape sequences that I can use as a reference it would be appreciat

Re: [PR] Riscv tick timer improvements [nuttx]

2025-03-03 Thread via GitHub
cederom commented on PR #15929: URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2695366051 @jlaitine you may want to sync your local fork https://github.com/jlaitine/incubator-nuttx with the upstream https://github.com/apache/nuttx and the tags :-) -- This is an automated m

Re: [PR] ptmx: When alloc minor, skip the start addr if it has been used [nuttx]

2025-03-03 Thread via GitHub
acassis commented on PR #15924: URL: https://github.com/apache/nuttx/pull/15924#issuecomment-2695328150 @yangsong8-a1 nice! In this PR you included a good explanation! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[I] [BUG] vt100.h macro definition errors? [nuttx]

2025-03-03 Thread via GitHub
TimJTi opened a new issue, #15933: URL: https://github.com/apache/nuttx/issues/15933 ### Description / Steps to reproduce the issue I am adding a few VT100 escape sequence decode functions to a NuttX console app I am writing and think there are some errors in the vt100.h header file.

Re: [I] [HELP] Cannot Build Esp32C6 when efuse and mcuboot are enable at same time [nuttx]

2025-03-03 Thread via GitHub
acassis commented on issue #15932: URL: https://github.com/apache/nuttx/issues/15932#issuecomment-2695296725 @FelipeMdeO what is the compilation issue? -- 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 g

Re: [PR] Riscv tick timer improvements [nuttx]

2025-03-03 Thread via GitHub
cederom commented on PR #15929: URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2695282389 @nuttxpr test milkv_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 c

Re: [PR] drivers/wireless: Add support for the RN903 and RN2483 LoRa modules [nuttx]

2025-03-03 Thread via GitHub
keever50 commented on PR #15828: URL: https://github.com/apache/nuttx/pull/15828#issuecomment-2695199224 @linguini1 I see that you added the IOCTL commands, however i would suggest looking at https://github.com/apache/nuttx/issues/15856 maybe. The common API is still being worked on. I just

[I] [HELP] Cannot Build Esp32C6 when efuse and mcuboot are enable during same time [nuttx]

2025-03-03 Thread via GitHub
FelipeMdeO opened a new issue, #15932: URL: https://github.com/apache/nuttx/issues/15932 ### Description Hello All. We have a solution with mcuboot enabled and, recently we add to our solution efuse driver. In this situation I cannot build the project because efuse files only

Re: [PR] xtensa: initial support for debugpoint api [nuttx]

2025-03-03 Thread via GitHub
xiaoxiang781216 commented on code in PR #15907: URL: https://github.com/apache/nuttx/pull/15907#discussion_r1977726076 ## arch/xtensa/src/common/xtensa_debug.c: ## @@ -0,0 +1,464 @@ +/ + * arch/xtensa/sr

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
xiaoxiang781216 commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2694746185 @fdcavalcanti do you try backtrace in gdb with: https://github.com/apache/nuttx/pull/15815/files#diff-80d4dc3d0f030ae4ec0a9f70272e80da59a093522bd30c7213eb027543c86b03R206-R208

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

2025-03-03 Thread via GitHub
anchao commented on PR #2985: URL: https://github.com/apache/nuttx-apps/pull/2985#issuecomment-2694740455 > @anchao could you please verify, it is failing in the CI Thanks @acassis , this PR depends on apps repo https://github.com/apache/nuttx/pull/15765, so it may not be possible to

(nuttx-apps) branch master updated: apps/testing:fix uclibc atomic make.defs error

2025-03-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 844b9c657 apps/testing:fix uclibc atomic m

Re: [PR] apps/testing:fix uclibc atomic make.defs error [nuttx-apps]

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

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

2025-03-03 Thread via GitHub
anchao commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2694688690 > * Do we want to tag this change with `[BREAKING]` tag in the PR titile and git commits? Done. > * It will impact build of nuttx/nuttx-apps and whoever used modlib. Th

(nuttx) branch master updated: Documentation/applications/benchmarks/cyclictest: -q

2025-03-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea 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 e376e22f93 Documentation/applications/benchmark

Re: [PR] Documentation/applications/benchmarks/cyclictest: -q [nuttx]

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

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
jlaitine commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2694647608 > @jlaitine @tmedicci should we revert it? No need to revert it for mpfs yet, I can check tomorrow if there is some simple.fix for it. I just didn't immediately see why it uses the

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
cederom commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2694619820 > @acassis: @jlaitine @tmedicci should we revert it? Maybe @fdcavalcanti could provide a fix if the implementation is already here and useful but broken? :-) -- This is an automa

Re: [PR] benchmarks/cyclictest/cyclictest.c: periodic output and -q option [nuttx-apps]

2025-03-03 Thread via GitHub
cederom commented on code in PR #3014: URL: https://github.com/apache/nuttx-apps/pull/3014#discussion_r1977531483 ## benchmarks/cyclictest/cyclictest.c: ## @@ -479,6 +487,7 @@ static void *testthread(void *arg) struct thread_param_s *param = (struct thread_param_s *)arg; s

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
cederom commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2694606797 Whoops :-( I think @lupyuen just adds support for RISCV64 ESWIN EIC7700X SoC in https://github.com/apache/nuttx/pull/15921 that might be used to verify this kind of stuff on real world ha

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
acassis commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2694570301 @jlaitine @tmedicci should we revert it? -- 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] benchmarks/cyclictest/cyclictest.c: periodic output and -q option [nuttx-apps]

2025-03-03 Thread via GitHub
zdebanos commented on PR #3014: URL: https://github.com/apache/nuttx-apps/pull/3014#issuecomment-2694494367 Yes, why not. I'll amend the commit -- 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] arch/arm, risc-v: Fix typos in Code Comments [nuttx]

2025-03-03 Thread via GitHub
cederom merged PR #15922: URL: https://github.com/apache/nuttx/pull/15922 -- 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] libc/elf: rename modlib to elf [nuttx]

2025-03-03 Thread via GitHub
cederom commented on PR #15765: URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2694345647 * Do we want to tag this change with `[BREAKING]` tag in the PR titile and git commits? * It will impact build of nuttx/nuttx-apps and whoever used modlib. * Maybe a candidate for f

(nuttx) branch master updated (6303c11b53 -> 2afeefc805)

2025-03-03 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 6303c11b53 arm/qemu-armv7a: add discard-data-on in rpproxy_ivshmem launch command add 2afeefc805 arch/arm, risc-

(nuttx-apps) branch releases/12.9 created (now 036fe7668)

2025-03-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/12.9 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git at 036fe7668 toywasm: regen for v66.0.0 No new revisions were added by this update.

(nuttx) branch releases/12.9 created (now 6303c11b53)

2025-03-03 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch releases/12.9 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 6303c11b53 arm/qemu-armv7a: add discard-data-on in rpproxy_ivshmem launch command No new revisions were adde

Re: [PR] xtensa: initial support for debugpoint api [nuttx]

2025-03-03 Thread via GitHub
chirping78 commented on code in PR #15907: URL: https://github.com/apache/nuttx/pull/15907#discussion_r1977379933 ## arch/xtensa/src/common/xtensa_debug.c: ## @@ -0,0 +1,369 @@ +/ + * arch/xtensa/src/com

Re: [PR] cdcacm: Reduce one copy of data between serial and cdcacm framework [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15931: URL: https://github.com/apache/nuttx/pull/15931#issuecomment-2694202924 [**\[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] cdcacm: Reduce one copy of data between serial and cdcacm framework [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15931: URL: https://github.com/apache/nuttx/pull/15931 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Data form serial framework will be written to usb reqbuf d

Re: [PR] xtensa: initial support for debugpoint api [nuttx]

2025-03-03 Thread via GitHub
chirping78 commented on PR #15907: URL: https://github.com/apache/nuttx/pull/15907#issuecomment-2694158727 > @chirping78 @tmedicci does it require updating the Documentation/ ? As said above, currently only `debugpoint` command is supported. And `debugpoint` is already documented in

Re: [PR] syslog: add cdcacm channel [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15925: URL: https://github.com/apache/nuttx/pull/15925#issuecomment-2693697326 [**\[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. While

Re: [PR] xtensa: initial support for debugpoint api [nuttx]

2025-03-03 Thread via GitHub
chirping78 commented on PR #15907: URL: https://github.com/apache/nuttx/pull/15907#issuecomment-2694152626 > Can you please improve the testing section on how to run the `gdbstub` and how to test it using a real HW? Currently only `debugpoint` command is supported. Add breakpoint

Re: [PR] xtensa: initial support for debugpoint api [nuttx]

2025-03-03 Thread via GitHub
chirping78 commented on code in PR #15907: URL: https://github.com/apache/nuttx/pull/15907#discussion_r1977379298 ## arch/xtensa/src/common/xtensa_debug.c: ## @@ -0,0 +1,369 @@ +/ + * arch/xtensa/src/com

Re: [PR] benchmarks/cyclictest/cyclictest.c: periodic output and -q option [nuttx-apps]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #3014: URL: https://github.com/apache/nuttx-apps/pull/3014#issuecomment-2693998717 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not fully meet the Nutt

[PR] Documentation/applications/benchmarks/cyclictest: -q [nuttx]

2025-03-03 Thread via GitHub
zdebanos opened a new pull request, #15930: URL: https://github.com/apache/nuttx/pull/15930 -q (--quiet) option added. A simple documentation change. This concerns this [commit](https://github.com/apache/nuttx-apps/pull/3014). -- This is an automated message fro

[PR] benchmarks/cyclictest/cyclictest.c: periodic output and -q option [nuttx-apps]

2025-03-03 Thread via GitHub
zdebanos opened a new pull request, #3014: URL: https://github.com/apache/nuttx-apps/pull/3014 Without the -q (--quiet) option, the program outputs the thread stats every 100ms. ## Summary and impact This commit makes it possible to see thread stats in realtime. The -q option turn

Re: [PR] risc-v/backtrace: Support backtrace dump during IRQ [nuttx]

2025-03-03 Thread via GitHub
jlaitine commented on PR #15815: URL: https://github.com/apache/nuttx/pull/15815#issuecomment-2693953335 Hi @tmedicci, the commit b4174952843c2ffd9776d02bd4357b118e2c55b9 seems to crash on me on the mpfs platfrom (64-bit risc-v), due to misaligned stack pointer access at "REGSTORE ra, 12(

Re: [PR] Riscv tick timer improvements [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15929: URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2693945087 [**\[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] Fix uclibc atomic make.defs error [nuttx-apps]

2025-03-03 Thread via GitHub
txy-21 opened a new pull request, #3012: URL: https://github.com/apache/nuttx-apps/pull/3012 ## Summary In the previous changes to the apps/testing folder, I added an extra slash in the make.defs of uclibcxx, and when changing atomic, I ignored the location of atomic in cmake. Sorry.

Re: [PR] usbhost: recognize sim usb cdcacm composite device [nuttx]

2025-03-03 Thread via GitHub
nuttxpr commented on PR #15927: URL: https://github.com/apache/nuttx/pull/15927#issuecomment-2693732698 [**\[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] sim/adb: default enable shell service [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15928: URL: https://github.com/apache/nuttx/pull/15928 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary enable shell service in sim. ## Impact sim a

Re: [PR] apps/testing:fix uclibc atomic make.defs error [nuttx-apps]

2025-03-03 Thread via GitHub
txy-21 closed pull request #3013: apps/testing:fix uclibc atomic make.defs error URL: https://github.com/apache/nuttx-apps/pull/3013 -- 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 comme

Re: [PR] testing: move cmocka_fs to the new folder /basic [nuttx-apps]

2025-03-03 Thread via GitHub
txy-21 closed pull request #3011: testing: move cmocka_fs to the new folder /basic URL: https://github.com/apache/nuttx-apps/pull/3011 -- 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

[PR] apps/testing:fix uclibc atomic make.defs error [nuttx-apps]

2025-03-03 Thread via GitHub
txy-21 opened a new pull request, #3013: URL: https://github.com/apache/nuttx-apps/pull/3013 ## Summary I'm sorry. In my previous modification to apps/testing folder, I made a mistake in the make.defs of uclibcxx and atomic. ## Impact The main impacts are the testing/libc/at

[PR] usbhost: recognize sim usb cdcacm composite device [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15927: URL: https://github.com/apache/nuttx/pull/15927 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary usb host support more cdcacm composite device descriptor.

Re: [PR] arch/risc-v/common/espressif/espusbserial.c [nuttx]

2025-03-03 Thread via GitHub
eren-terzioglu commented on PR #15920: URL: https://github.com/apache/nuttx/pull/15920#issuecomment-2693696228 > @tmedicci @eren-terzioglu, can you review, please? Hi, We are having a look, thanks for PR. -- This is an automated message from the Apache Git Service. To respond to

[PR] syslog: add ramlog write multiple bytes for interrupt handlers [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15926: URL: https://github.com/apache/nuttx/pull/15926 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary add ramlog write multiple bytes when in interrupt handlers

Re: [PR] Fix uclibc atomic make.defs error [nuttx-apps]

2025-03-03 Thread via GitHub
txy-21 closed pull request #3012: Fix uclibc atomic make.defs error URL: https://github.com/apache/nuttx-apps/pull/3012 -- 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 unsub

[PR] syslog: add cdcacm channel [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15925: URL: https://github.com/apache/nuttx/pull/15925 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary add cdcacm syslog channel ## Impact syslog c

[PR] ptmx: When alloc minor, skip the start addr if it has been used [nuttx]

2025-03-03 Thread via GitHub
yangsong8-a1 opened a new pull request, #15924: URL: https://github.com/apache/nuttx/pull/15924 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary The alloctab can be looped, if the first check the corresp

Re: [PR] st7789: add option for SPI delay control [nuttx]

2025-03-03 Thread via GitHub
michallenc commented on PR #15923: URL: https://github.com/apache/nuttx/pull/15923#issuecomment-2693568997 This would need #15900 merged to work correctly on SAMv7. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[PR] st7789: add option for SPI delay control [nuttx]

2025-03-03 Thread via GitHub
michallenc opened a new pull request, #15923: URL: https://github.com/apache/nuttx/pull/15923 ## Summary It is now possible to configure SPI delays for st7789 controller if `CONFIG_SPI_DELAY_CONTROL` is set. Default values for SPI peripheral may be too long or too short, therefore the di