Re: [PR] {bp-15120} libc/chdir: chdir/fchdir should not depend on environment variables [nuttx]

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

[PR] [Bp-15102} update documentation [nuttx]

2024-12-10 Thread via GitHub
jerpelea opened a new pull request, #15133: URL: https://github.com/apache/nuttx/pull/15133 ## Summary this patch includes https://github.com/apache/nuttx/pull/15102 https://github.com/apache/nuttx/pull/15121 https://github.com/apache/nuttx/pull/15122 ## Impact R

Re: [PR] arm/cxd56xx: Add g_ prefix to rtc spin lock [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15131: URL: https://github.com/apache/nuttx/pull/15131#issuecomment-2534260947 [**\[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] syslog/channel: unify syslog channel writing to reduce redundant code [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15132: URL: https://github.com/apache/nuttx/pull/15132#issuecomment-2534242597 [**\[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] syslog/channel: unify syslog channel writing to reduce redundant code [nuttx]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #15132: URL: https://github.com/apache/nuttx/pull/15132 ## Summary syslog/channel: unify syslog channel writing to reduce redundant code unify syslog channel writing to reduce redundant code Signed-off-by: chao an ## Impact

Re: [PR] libc/chdir: replace heap alloc to path buffer to improve performance [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #15125: URL: https://github.com/apache/nuttx/pull/15125#discussion_r1879462548 ## boards/arm/mps/mps2-an500/configs/knsh/defconfig: ## @@ -61,7 +61,6 @@ CONFIG_READLINE_CMD_HISTORY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_HPWORK=y CONFIG_SCHED_HPWO

Re: [PR] libc/chdir: replace heap alloc to path buffer to improve performance [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #15125: URL: https://github.com/apache/nuttx/pull/15125#discussion_r1879458610 ## boards/arm/mps/mps2-an500/configs/knsh/defconfig: ## @@ -61,7 +61,6 @@ CONFIG_READLINE_CMD_HISTORY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_HPWORK=y CONFIG_S

Re: [PR] libc/chdir: replace heap alloc to path buffer to improve performance [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #15125: URL: https://github.com/apache/nuttx/pull/15125#discussion_r1879458610 ## boards/arm/mps/mps2-an500/configs/knsh/defconfig: ## @@ -61,7 +61,6 @@ CONFIG_READLINE_CMD_HISTORY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_HPWORK=y CONFIG_S

Re: [PR] sched/wdog: use small lock to protect g_wdactivelist [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15130: URL: https://github.com/apache/nuttx/pull/15130#issuecomment-2533740414 [**\[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] sched_processtimer: use small lock to protect g_timer_interval and g_timer_tick [nuttx]

2024-12-10 Thread via GitHub
hujun260 commented on code in PR #15129: URL: https://github.com/apache/nuttx/pull/15129#discussion_r1879395178 ## sched/sched/sched_timerexpiration.c: ## @@ -494,19 +496,19 @@ void nxsched_timer_expiration(void) /* Get the interval associated with last expiration */ - f

Re: [PR] sched_processtimer: use small lock to protect g_timer_interval and g_timer_tick [nuttx]

2024-12-10 Thread via GitHub
hujun260 commented on code in PR #15129: URL: https://github.com/apache/nuttx/pull/15129#discussion_r1879393931 ## sched/sched/sched_timerexpiration.c: ## @@ -494,19 +496,19 @@ void nxsched_timer_expiration(void) /* Get the interval associated with last expiration */ - f

Re: [PR] sched_processtimer: use small lock to protect g_timer_interval and g_timer_tick [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #15129: URL: https://github.com/apache/nuttx/pull/15129#discussion_r1879370258 ## sched/sched/sched_timerexpiration.c: ## @@ -494,19 +496,19 @@ void nxsched_timer_expiration(void) /* Get the interval associated with last expiration */ - fla

Re: [PR] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2024-12-10 Thread via GitHub
hujun260 commented on code in PR #15126: URL: https://github.com/apache/nuttx/pull/15126#discussion_r1879350773 ## sched/pthread/pthread_mutex.c: ## @@ -38,6 +38,12 @@ #include "sched/sched.h" #include "pthread/pthread.h" +/***

Re: [PR] sched_processtimer: use small lock to protect g_timer_interval and g_timer_tick [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15129: URL: https://github.com/apache/nuttx/pull/15129#issuecomment-2533614192 [**\[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] Documentation/guides: add the guide:how to port. [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15128: URL: https://github.com/apache/nuttx/pull/15128#issuecomment-2533523244 [**\[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] Documentation/guides: add the guide:how to port. [nuttx]

2024-12-10 Thread via GitHub
TakuyaMiyasita opened a new pull request, #15128: URL: https://github.com/apache/nuttx/pull/15128 ## Summary I think the guy who wants to port NuttX is expected to understand NuttX kernel code and related configurations, but the getting enough knowledge needs to read the kernel codes dee

Re: [PR] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #15126: URL: https://github.com/apache/nuttx/pull/15126#discussion_r1879215710 ## sched/pthread/pthread_mutex.c: ## @@ -38,6 +38,12 @@ #include "sched/sched.h" #include "pthread/pthread.h" +/*

Re: [PR] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #15126: URL: https://github.com/apache/nuttx/pull/15126#discussion_r1879216487 ## sched/pthread/pthread_mutex.c: ## @@ -38,6 +38,12 @@ #include "sched/sched.h" #include "pthread/pthread.h" +/*

Re: [PR] Change the memory of struct filelist to be malloced [nuttx]

2024-12-10 Thread via GitHub
guohao15 closed pull request #15028: Change the memory of struct filelist to be malloced URL: https://github.com/apache/nuttx/pull/15028 -- 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

Re: [PR] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15126: URL: https://github.com/apache/nuttx/pull/15126#issuecomment-2533450387 [**\[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] esp/mcpwm: fix unpaired spin lock [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15127: URL: https://github.com/apache/nuttx/pull/15127#issuecomment-2533448997 [**\[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] pthread: remove enter_critical_section in pthread_mutex [nuttx]

2024-12-10 Thread via GitHub
hujun260 opened a new pull request, #15126: URL: https://github.com/apache/nuttx/pull/15126 ## Summary pthread: remove enter_critical_section in pthread_mutex reason: We would like to replace the critical section with a small lock. This PR requires https://github.c

[PR] esp/mcpwm: fix unpaired spin lock [nuttx]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #15127: URL: https://github.com/apache/nuttx/pull/15127 ## Summary esp/mcpwm: fix unpaired spin lock N/A Signed-off-by: chao an ## Impact N/A ## Testing ci-check -- This is an automated message from the

Re: [PR] fs/reference_count: set default reference count option depends on DISABLE_PTHREAD [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #13519: URL: https://github.com/apache/nuttx/pull/13519#discussion_r1879185935 ## fs/Kconfig: ## @@ -129,11 +129,17 @@ config FS_HEAPBUF_SECTION config FS_REFCOUNT bool "File reference count" - default !DEFAULT_SMALL + defaul

Re: [PR] fs/reference_count: set default reference count option depends on DISABLE_PTHREAD [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #13519: URL: https://github.com/apache/nuttx/pull/13519#discussion_r1879184929 ## fs/Kconfig: ## @@ -129,11 +129,17 @@ config FS_HEAPBUF_SECTION config FS_REFCOUNT bool "File reference count" - default !DEFAULT_SMALL + defaul

Re: [PR] libc/chdir: replace heap alloc to path buffer to improve performance [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15125: URL: https://github.com/apache/nuttx/pull/15125#issuecomment-2533417220 [**\[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] binfmt/loadable: move binary_s to stack to avoid access allocator [nuttx]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #15125: URL: https://github.com/apache/nuttx/pull/15125 ## Summary binfmt/loadable: move binary_s to stack to avoid access allocator Improve performance by reducing allocator accesses Signed-off-by: chao an ## Impact N/

[PR] binfmt/loadable: move binary_s to stack to avoid access allocator [nuttx]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #15124: URL: https://github.com/apache/nuttx/pull/15124 ## Summary binfmt/loadable: move binary_s to stack to avoid access allocator ## Impact binfmt/loadable: move binary_s to stack to avoid access allocator Improve performance by

Re: [PR] binfmt/loadable: move binary_s to stack to avoid access allocator [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15124: URL: https://github.com/apache/nuttx/pull/15124#issuecomment-2533381478 [**\[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] binfmt/modlib: reduce size of binary_s if CONFIG_LIBC_MODLIB is disabled [nuttx]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #15123: URL: https://github.com/apache/nuttx/pull/15123 ## Summary binfmt/modlib: reduce size of binary_s if CONFIG_LIBC_MODLIB is disabled Test on nsh/sim before: sizeof(struct binary_s): 216 after: sizeof(struct binary_s):

Re: [PR] nshlib/[cd|ls|pwd]: add support for local CWD(Current working directory) [nuttx-apps]

2024-12-10 Thread via GitHub
anchao commented on code in PR #2885: URL: https://github.com/apache/nuttx-apps/pull/2885#discussion_r1879140902 ## nshlib/nsh_envcmds.c: ## @@ -273,6 +273,13 @@ int cmd_cd(FAR struct nsh_vtbl_s *vtbl, int argc, FAR char **argv) nsh_error(vtbl, g_fmtcmdfailed, argv[0], "

Re: [I] [BUG] PR-15073 PR-15086 broke High Priority Zero Latency Interrupts [nuttx]

2024-12-10 Thread via GitHub
hartmannathan commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2532642157 > Good to see all works fine as expected :-) > > Guys do you think an `ostest` could be added to detect proper zero-latency handling on platforms supported? This way we c

Re: [PR] drivertest: add arm-m signal through isr case [nuttx-apps]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #2877: URL: https://github.com/apache/nuttx-apps/pull/2877 -- 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] Documentation: Tweak text about Zero Latency Interrupts [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15122: URL: https://github.com/apache/nuttx/pull/15122 -- 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] Documentation: Tweak text about Zero Latency Interrupts [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15122: URL: https://github.com/apache/nuttx/pull/15122#issuecomment-2532326012 [**\[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. T

[PR] Documentation: Tweak text about Zero Latency Interrupts [nuttx]

2024-12-10 Thread via GitHub
hartmannathan opened a new pull request, #15122: URL: https://github.com/apache/nuttx/pull/15122 This is a follow-up to 366c8a5d942e45259f69da0e467a2874761499e4 (PR #15102). *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).

(nuttx) branch releases/12.8 updated: litex_serial: use small lock in arch/risc-v/src/litex/litex_serial.c

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new 3063f2c0e0 litex_serial: use sma

Re: [PR] {bp-15097} litex_serial: use small lock in arch/risc-v/src/litex/litex_serial.c [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15115: URL: https://github.com/apache/nuttx/pull/15115 -- 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] nshlib/[cd|ls|pwd]: add support for local CWD(Current working directory) [nuttx-apps]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #2885: URL: https://github.com/apache/nuttx-apps/pull/2885#discussion_r1878438424 ## nshlib/nsh_console.c: ## @@ -442,6 +442,13 @@ FAR struct console_stdio_s *nsh_newconsole(bool isctty) /* Initialize the input stream */ IN

(nuttx) branch master updated (3164f201fb -> abb10a497a)

2024-12-10 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 3164f201fb document/drivertest: add more information in drivertest add abb10a497a libc/chdir: chdir/fchdir shou

Re: [PR] libc/chdir: chdir/fchdir should not depend on environment variables [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15120: URL: https://github.com/apache/nuttx/pull/15120 -- 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] document/drivertest: add more information in drivertest [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15121: URL: https://github.com/apache/nuttx/pull/15121 -- 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 (366c8a5d94 -> 3164f201fb)

2024-12-10 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 366c8a5d94 Documentation: Remove CONFIG_ARMV7M_USEBASEPRI from code base add 3164f201fb document/drivertest: a

[PR] interpreters/python: Avoid warninns that could be treated as errors [nuttx-apps]

2024-12-10 Thread via GitHub
tmedicci opened a new pull request, #2886: URL: https://github.com/apache/nuttx-apps/pull/2886 ## Summary * interpreters/python: Avoid warnings that could be treated as errors and prevent CI from failing when `EXTRAFLAGS="-Wno-cpp -Werror"` is set. Please check the discussion a

Re: [PR] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
tmedicci commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2532159353 Please check https://github.com/apache/nuttx-apps/pull/2886 The roadmap here is: wait for https://github.com/apache/nuttx-apps/pull/2886 to be merged (warnings are disabled for CPy

Re: [PR] interpreters/python: Avoid warninns that could be treated as errors [nuttx-apps]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #2886: URL: https://github.com/apache/nuttx-apps/pull/2886#issuecomment-2532150714 [**\[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] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-10 Thread via GitHub
hartmannathan commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2532122972 > > Important note: If this feature is removed from NuttX, then NuttX is completely useless to me and my employer! We depend on the Zero Latency Interrupts for critical parts of our

[PR] document/drivertest: add more information in drivertest [nuttx]

2024-12-10 Thread via GitHub
jasonbu opened a new pull request, #15121: URL: https://github.com/apache/nuttx/pull/15121 ## Summary remove vela, add simple description ## Impact None, doc rst only. ## Testing ci-test -- This is an automated message from the Apache Git Service. To respond

Re: [PR] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2532103084 > > > About the CI, It's failing because of the flags used to build Python. I can fix them, but I'm afraid that it'd take too long to build the test because it requires building p

(nuttx) branch master updated (10a1d17a85 -> 366c8a5d94)

2024-12-10 Thread hartmannathan
This is an automated email from the ASF dual-hosted git repository. hartmannathan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 10a1d17a85 xtensa/esp32s3: add lock for async operation work add 366c8a5d94 Documentation: Remove CONFIG_AR

Re: [I] [BUG] PR-15073 PR-15086 broke High Priority Zero Latency Interrupts [nuttx]

2024-12-10 Thread via GitHub
hartmannathan closed issue #15100: [BUG] PR-15073 PR-15086 broke High Priority Zero Latency Interrupts URL: https://github.com/apache/nuttx/issues/15100 -- 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

Re: [PR] Documentation: Remove CONFIG_ARMV7M_USEBASEPRI from code base [nuttx]

2024-12-10 Thread via GitHub
hartmannathan merged PR #15102: URL: https://github.com/apache/nuttx/pull/15102 -- 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] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
tmedicci commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2531820233 > > > About the CI, It's failing because of the flags used to build Python. I can fix them, but I'm afraid that it'd take too long to build the test because it requires building python f

Re: [PR] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
lupyuen commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2531819823 FYI in case we wish to skip `rv-virt:python` for CI Build: I verified that latest patch will correctly skip `rv-virt:python` for risc-v-06: https://gist.github.com/lupyuen/68e8d34b14a2d

Re: [PR] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
tmedicci commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2531817168 > > About the CI, It's failing because of the flags used to build Python. I can fix them, but I'm afraid that it'd take too long to build the test because it requires building python for

(nuttx) branch revert-13964-pick-lfs deleted (was 708181efc1)

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch revert-13964-pick-lfs in repository https://gitbox.apache.org/repos/asf/nuttx.git was 708181efc1 Revert "fs/littlefs: Implement fchstat and chstat of littlefs" The revisions that were o

Re: [PR] trace: replace all *_wo_note to *_notrace to make api define more approachable [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #14943: URL: https://github.com/apache/nuttx/pull/14943#discussion_r1878166483 ## drivers/note/note_driver.c: ## @@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct note_filter_named_mode_s *oldm, irqstate_t irq_mask; FAR s

Re: [PR] trace: replace all *_wo_note to *_notrace to make api define more approachable [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #14943: URL: https://github.com/apache/nuttx/pull/14943#discussion_r1878166483 ## drivers/note/note_driver.c: ## @@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct note_filter_named_mode_s *oldm, irqstate_t irq_mask; FAR s

Re: [PR] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2531733857 > About the CI, It's failing because of the flags used to build Python. I can fix them, but I'm afraid that it'd take too long to build the test because it requires building pytho

Re: [PR] {bp-15101} Fix documentation [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15116: URL: https://github.com/apache/nuttx/pull/15116 -- 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 (d1786507b6 -> 10a1d17a85)

2024-12-10 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 d1786507b6 net/tcp_timer: fix tcp RTO abnormally large after retransmission occurs add 10a1d17a85 xtensa/esp32

(nuttx) 02/04: sem: change sem wait to atomic operation

2024-12-10 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 b74a50775f6209c2a5a21ff5a8ce4eb2ca0212cf Author: zhangyuan29 AuthorDate: Thu Aug 22 10:25:32 2024 +0800 sem: chan

(nuttx) branch master updated (88239153b8 -> fb4a246fcc)

2024-12-10 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 88239153b8 [sensors]: Removed the unnecessary inclusion of spi header files new 46f8b3adaf atomic: Unify the c

Re: [PR] {bp-15092} cxd56_rtc.c: use small lock in arch/arm/src/cxd56xx/cxd56_rtc.c [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15110: URL: https://github.com/apache/nuttx/pull/15110 -- 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] xtensa/esp32s3: add lock for async operation work [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15082: URL: https://github.com/apache/nuttx/pull/15082 -- 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) 03/04: arm/lpc17xx: disable mqueue sysv

2024-12-10 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 46701fa30c88b29c45d877e1990e6fd051a63718 Author: zhangyuan29 AuthorDate: Tue Dec 10 10:31:31 2024 +0800 arm/lpc17

Re: [PR] {bp-15094} max32660_rtc: use small lock in arch/arm/src/max326xx/max32660/max32660 rtc [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15112: URL: https://github.com/apache/nuttx/pull/15112 -- 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 (fb4a246fcc -> d1786507b6)

2024-12-10 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 fb4a246fcc tools/ci: change sem_init_6_1 to support skip result add d1786507b6 net/tcp_timer: fix tcp RTO abnor

Re: [PR] semaphore: change semaphore count to atomic operation [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15075: URL: https://github.com/apache/nuttx/pull/15075 -- 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/04: tools/ci: change sem_init_6_1 to support skip result

2024-12-10 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 fb4a246fccb0a411ff684053ae83f9359644a909 Author: zhangyuan29 AuthorDate: Tue Dec 10 15:46:00 2024 +0800 tools/ci:

(nuttx) branch master updated (e0106b00b3 -> 88239153b8)

2024-12-10 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 e0106b00b3 docs: Fix example ina226 add 88239153b8 [sensors]: Removed the unnecessary inclusion of spi header

(nuttx) branch releases/12.8 updated: cxd56_rtc.c: use small lock in arch/arm/src/cxd56xx/cxd56_rtc.c

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new 7e5088f4ea cxd56_rtc.c: use smal

(nuttx) 01/04: atomic: Unify the compare_exchange functions of nx and stdatomic

2024-12-10 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 46f8b3adaf013dfd033e54d8fdab2e7376e47365 Author: zhangyuan29 AuthorDate: Fri Dec 6 19:44:05 2024 +0800 atomic: Un

Re: [PR] net/tcp_timer: fix tcp RTO abnormally large after retransmission occurs [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15118: URL: https://github.com/apache/nuttx/pull/15118 -- 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 releases/12.8 updated: max32660_rtc: use small lock in arch/arm/src/max326xx/max32660/max32660_rtc.c

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new ecab220c39 max32660_rtc: use sma

Re: [PR] [sensors]: Removed the unnecessary inclusion of spi header files [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15109: URL: https://github.com/apache/nuttx/pull/15109 -- 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] {bp-15096} s32k3xx_serial: use small lock in arch/arm/src/s32k3xx/s32k3xx_serial.c [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15114: URL: https://github.com/apache/nuttx/pull/15114 -- 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 releases/12.8 updated (c8bdfb537e -> 6b7722cfb4)

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git from c8bdfb537e lc823450_dma: use small lock in arch/arm/src/lc823450/lc823450_dma.c add 6b7722cfb4 build(CM

(nuttx) branch releases/12.8 updated: s32k3xx_serial: use small lock in arch/arm/src/s32k3xx/s32k3xx_serial.c

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new bae0b64da3 s32k3xx_serial: use s

Re: [PR] {bp-15091} build(CMAKE): fix pac sim elf ONLY in Linux platform [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15108: URL: https://github.com/apache/nuttx/pull/15108 -- 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 releases/12.8 updated: lc823450_dma: use small lock in arch/arm/src/lc823450/lc823450_dma.c

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new c8bdfb537e lc823450_dma: use sma

Re: [PR] {bp-15093} lc823450_dma: use small lock in arch/arm/src/lc823450/lc823450_dma.c [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15111: URL: https://github.com/apache/nuttx/pull/15111 -- 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 releases/12.8 updated: fix nxstyle

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new eec97064d7 fix nxstyle eec97064d

(nuttx) 01/02: Fix small typo in rp2040_adc.c

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit e268b2a5b9f49189c4f1561c9c109b4024bff733 Author: Alan Carvalho de Assis AuthorDate: Mon Sep 9 15:46:05 2024 -03

Re: [PR] {bp-15095} fix nxstyle [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15113: URL: https://github.com/apache/nuttx/pull/15113 -- 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) 02/02: Doc: Fix kernel thread API

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0164e093398b80279902952402ed6158e3b1740b Author: Alan Carvalho de Assis AuthorDate: Mon Dec 9 19:15:35 2024 -03

(nuttx) branch releases/12.8 updated (01e76ddcd9 -> 0164e09339)

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 01e76ddcd9 limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency new e268b2a5b9 Fix sm

(nuttx) branch releases/12.8 updated: limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency

2024-12-10 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.8 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.8 by this push: new 01e76ddcd9 limits/path: replace

Re: [PR] {bp-15103} limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-10 Thread via GitHub
xiaoxiang781216 merged PR #15117: URL: https://github.com/apache/nuttx/pull/15117 -- 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] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
tmedicci commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2531665553 > @tmedicci Yep could you add this patch for risc-v-06.dat? It will exclude rv-virt:python from the CI Build. Thanks! > > * [lupyuen2@ec481c3](https://github.com/lupyuen2/wip-nutt

Re: [PR] nshlib/[cd|ls|pwd]: add support for local CWD(Current working directory) [nuttx-apps]

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

Re: [PR] libc/chdir: chdir/fchdir should not depend on environment variables [nuttx]

2024-12-10 Thread via GitHub
nuttxpr commented on PR #15120: URL: https://github.com/apache/nuttx/pull/15120#issuecomment-2531609419 [**\[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] python: Add defconfig for RISC-V QEMU and Documentation entries for Python on NuttX [nuttx]

2024-12-10 Thread via GitHub
lupyuen commented on PR #15099: URL: https://github.com/apache/nuttx/pull/15099#issuecomment-2531604781 @tmedicci Yep could you add this patch for risc-v-06.dat? It will exclude rv-virt:python from the CI Build. Thanks! - https://github.com/lupyuen2/wip-nuttx/commit/ec481c39f62591dc7eb5b

[PR] libc/chdir: chdir/fchdir should not depend on environment variables [nuttx]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #15120: URL: https://github.com/apache/nuttx/pull/15120 ## Summary libc/chdir: chdir/fchdir should not depend on environment variables This PR will still allow basic shell operations such as cd/ls/pwd to be used even when the environment is dis

[PR] nshlib/[cd|ls|pwd]: add support for local CWD(Current working directory) [nuttx-apps]

2024-12-10 Thread via GitHub
anchao opened a new pull request, #2885: URL: https://github.com/apache/nuttx-apps/pull/2885 ## Summary nshlib/[cd|ls|pwd]: add support for local CWD(Current working directory) This PR will still allow basic shell operations such as cd/ls/pwd to be used even when the environmen

(nuttx) branch master updated: docs: Fix example ina226

2024-12-10 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 e0106b00b3 docs: Fix example ina226 e0106b00b3 i

Re: [PR] trace: replace all *_wo_note to *_notrace to make api define more approachable [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #14943: URL: https://github.com/apache/nuttx/pull/14943#discussion_r1878030434 ## drivers/note/note_driver.c: ## @@ -1837,7 +1837,7 @@ void sched_note_filter_mode(FAR struct note_filter_named_mode_s *oldm, irqstate_t irq_mask; FAR struct not

Re: [PR] sched/clock: call up_timer_gettime() to get higher resolution [nuttx]

2024-12-10 Thread via GitHub
anchao commented on code in PR #15044: URL: https://github.com/apache/nuttx/pull/15044#discussion_r1878026217 ## drivers/timers/arch_alarm.c: ## @@ -46,6 +46,7 @@ static FAR struct oneshot_lowerhalf_s *g_oneshot_lower; #ifndef CONFIG_SCHED_TICKLESS static clock_t g_current_t

Re: [PR] docs: Fix example ina226 [nuttx]

2024-12-10 Thread via GitHub
acassis merged PR #15119: URL: https://github.com/apache/nuttx/pull/15119 -- 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: [I] TCP retransmition is not correct [nuttx]

2024-12-10 Thread via GitHub
Meissi-jian commented on issue #13161: URL: https://github.com/apache/nuttx/issues/13161#issuecomment-2531506125 @ChenChuang-23 You can have a try with https://github.com/apache/nuttx/pull/15118 . And I think it will resolve you probrem. -- This is an automated message from the Apache G

  1   2   >