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

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15044: URL: https://github.com/apache/nuttx/pull/15044#discussion_r1877439906 ## 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_

Re: [PR] netconfig.h:modify netconfig to support communicating in slave core [nuttx]

2024-12-09 Thread via GitHub
wangchen61698 commented on code in PR #15090: URL: https://github.com/apache/nuttx/pull/15090#discussion_r1877420973 ## include/nuttx/net/netconfig.h: ## @@ -98,9 +98,9 @@ # endif #endif -#if defined(HAVE_PFINET_SOCKETS) +#if defined(HAVE_PFINET_SOCKETS) || (defined(CONFIG_

Re: [PR] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15103: URL: https://github.com/apache/nuttx/pull/15103 -- 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: limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency

2024-12-09 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 afca1a819d limits/path: replace CONFIG_PATH_MA

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

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

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

2024-12-09 Thread via GitHub
anchao opened a new pull request, #15105: URL: https://github.com/apache/nuttx/pull/15105 ## Summary arm/cxd56xx: Add g_ prefix to rtc spin lock continue work of a68b00206bb5205f2b8372867b49665cac54fd00 ``` | commit a68b00206bb5205f2b8372867b49665cac54fd00 | Author:

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

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15044: URL: https://github.com/apache/nuttx/pull/15044#discussion_r1877352584 ## 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_

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
hujun260 commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2530465258 > 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 fi

Re: [PR] fs/inode: refresh tcb after each file sync() is completed [nuttx]

2024-12-09 Thread via GitHub
anchao commented on PR #1: URL: https://github.com/apache/nuttx/pull/1#issuecomment-2530412040 Ready for review now https://github.com/apache/nuttx/pull/15028#issuecomment-2516101632 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] fs/inode: refresh tcb after each file sync() is completed [nuttx]

2024-12-09 Thread via GitHub
anchao commented on PR #1: URL: https://github.com/apache/nuttx/pull/1#issuecomment-2530411767 > @anchao please include a commit log message with more info about this modification Done, thanks @acassis -- This is an automated message from the Apache Git Service. To respond

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

2024-12-09 Thread via GitHub
anchao commented on code in PR #15044: URL: https://github.com/apache/nuttx/pull/15044#discussion_r1877311793 ## 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] sched/clock: call up_timer_gettime() to get higher resolution [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15044: URL: https://github.com/apache/nuttx/pull/15044#discussion_r1877302265 ## 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_

Re: [PR] libs/libc: add a option to disable path buffer by default [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15104: URL: https://github.com/apache/nuttx/pull/15104#issuecomment-2530381354 [**\[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] libs/libc: add a option to disable path buffer by default [nuttx]

2024-12-09 Thread via GitHub
anchao opened a new pull request, #15104: URL: https://github.com/apache/nuttx/pull/15104 ## Summary libs/libc: add a option to disable path buffer by default If the current platform does not require a large PATH_MAX size support and toolchain supports alloca(), we could tur

Re: [PR] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15103: URL: https://github.com/apache/nuttx/pull/15103#issuecomment-2530346447 [**\[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] limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency [nuttx]

2024-12-09 Thread via GitHub
anchao opened a new pull request, #15103: URL: https://github.com/apache/nuttx/pull/15103 ## Summary limits/path: replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency replace CONFIG_PATH_MAX to PATH_MAX to ensure consistency Signed-off-by: chao an ## Impa

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

2024-12-09 Thread via GitHub
anchao commented on code in PR #14943: URL: https://github.com/apache/nuttx/pull/14943#discussion_r1877270704 ## 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-09 Thread via GitHub
anchao commented on code in PR #15044: URL: https://github.com/apache/nuttx/pull/15044#discussion_r1877267797 ## 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] Documentation: Remove CONFIG_ARMV7M_USEBASEPRI from code base [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on PR #15102: URL: https://github.com/apache/nuttx/pull/15102#issuecomment-2530135210 Fix the concern from 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

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

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

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

2024-12-09 Thread via GitHub
xiaoxiang781216 opened a new pull request, #15102: URL: https://github.com/apache/nuttx/pull/15102 ## Summary since the basepri is always used without any configuration ## Impact continue clean up from https://github.com/apache/nuttx/pull/15073 ## Testing ci

Re: [PR] netdb:Add macro to control DNS using TCP transmission [nuttx]

2024-12-09 Thread via GitHub
yjq91115 commented on PR #15069: URL: https://github.com/apache/nuttx/pull/15069#issuecomment-2530081511 > > When dns uses tcp for transmission, it is easy to exceed RECV_BUFFER_SIZE, causing resolution failure. Therefore a macro was added to limit whether this feature is enabled or not.

Re: [PR] STM32H5 SPI Driver - First Commit [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15098: URL: https://github.com/apache/nuttx/pull/15098 -- 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] netdb:Add macro to control DNS using TCP transmission [nuttx]

2024-12-09 Thread via GitHub
yjq91115 commented on code in PR #15069: URL: https://github.com/apache/nuttx/pull/15069#discussion_r1877062041 ## libs/libc/netdb/Kconfig: ## @@ -237,6 +237,11 @@ config NETDB_DNSSERVER_IPv4ADDR Default DNS server IPv4 address in host byte order. Default value

Re: [PR] xtensa/esp32s3: add lock for async operation work [nuttx]

2024-12-09 Thread via GitHub
sdc-g commented on PR #15082: URL: https://github.com/apache/nuttx/pull/15082#issuecomment-2530031404 Hi @tmedicci Thanks, please check the comment update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] xtensa/esp32: encrypted MTD for partition offset [nuttx]

2024-12-09 Thread via GitHub
sdc-g commented on PR #15080: URL: https://github.com/apache/nuttx/pull/15080#issuecomment-2530011690 > > Non-encrypted mtd can not be used for encrypted device. > > Even without SPI Flash encryption, encrypted MTD also can be used to read no-encrypted data. > > Hi @sdc-g, thanks f

(nuttx) branch master updated: Initial STM32H5 SPI Commit

2024-12-09 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 9b99493e14 Initial STM32H5 SPI Commit 9b99493e

Re: [PR] Fix documentation [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15101: URL: https://github.com/apache/nuttx/pull/15101 -- 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 (fd20684a7b -> 2cc838aa40)

2024-12-09 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 fd20684a7b mpfs_entrypoints.c: Add simple ACK mechanism for CPU boot add d6ab368f32 Fix small typo in rp2040_ad

Re: [PR] mlearning/tflite-micro: add a config option to redirect micro log to syslog [nuttx-apps]

2024-12-09 Thread via GitHub
anchao commented on PR #2882: URL: https://github.com/apache/nuttx-apps/pull/2882#issuecomment-2529952859 > Thank you @anchao :-) Would this also work with Make builds? I can see only CMake updates? :-) @cederom thanks for your reminder. I also updated the makefile. Please revie

Re: [PR] mlearning/tflite-micro: add a config option to redirect micro log to syslog [nuttx-apps]

2024-12-09 Thread via GitHub
anchao commented on code in PR #2882: URL: https://github.com/apache/nuttx-apps/pull/2882#discussion_r1877000858 ## mlearning/tflite-micro/tflm_syslog.cc: ## @@ -0,0 +1,66 @@ +/ + * apps/mlearning/tflite

Re: [PR] mlearning/tflite-micro: add a config option to redirect micro log to syslog [nuttx-apps]

2024-12-09 Thread via GitHub
anchao commented on code in PR #2882: URL: https://github.com/apache/nuttx-apps/pull/2882#discussion_r1877000858 ## mlearning/tflite-micro/tflm_syslog.cc: ## @@ -0,0 +1,66 @@ +/ + * apps/mlearning/tflite

Re: [PR] mlearning/tflite-micro: add a config option to redirect micro log to syslog [nuttx-apps]

2024-12-09 Thread via GitHub
anchao commented on code in PR #2882: URL: https://github.com/apache/nuttx-apps/pull/2882#discussion_r1876986178 ## mlearning/tflite-micro/tflm_syslog.cc: ## @@ -0,0 +1,66 @@ +/ + * apps/mlearning/tflite

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

2024-12-09 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 57153b619 Publishing web: b0df2ae

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

2024-12-09 Thread via GitHub
hartmannathan commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529786974 @acassis yes I have a logic analyzer. More importantly, I like the idea of building an automatic test by using a second board with capture timer. I might have hardware he

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

2024-12-09 Thread via GitHub
hartmannathan commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529792914 By the way, you don't need a stepper motor. It is enough to make a test that runs in a loop and disables OS interrupts for 10 ms at a time; meanwhile, a high priority interrupt

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

2024-12-09 Thread via GitHub
acassis commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529780358 @hartmannathan do you have a logic analyzer? It is ideal for this kind of test because it will show the worst jitter and you can get all the pulses saved easily. @xiaoxiang781

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

2024-12-09 Thread via GitHub
hartmannathan commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529758212 @acassis I am also preparing to do a test of zero latency interrupts with oscilloscope. It will take me a little time to get the hardware setup to do the test. -- This is a

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

2024-12-09 Thread via GitHub
acassis commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529753561 @hartmannathan when they started modifying these thing I asked them to test the highpri example to confirm it still working in the viewtool-stm32f107 board. As I remember it was told

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

2024-12-09 Thread via GitHub
cederom commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529706921 +1 to revert all breaking changes to critical and important features.. and search for a better solution :-) -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Fix documentation [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15101: URL: https://github.com/apache/nuttx/pull/15101#issuecomment-2529673580 [**\[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] Fix documentation [nuttx]

2024-12-09 Thread via GitHub
acassis opened a new pull request, #15101: URL: https://github.com/apache/nuttx/pull/15101 ## Summary Fix some typos ## Impact None ## Testing None -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2529655586 > What are the consequences of this change? Does it have any disadvantages compared to PRIMASK? This is not a trivial change, so it's worth discuss it more as we basically force use

Re: [PR] [Bp-15073} fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on PR #15086: URL: https://github.com/apache/nuttx/pull/15086#issuecomment-2529626215 Please see Issue #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 to the specific

Re: [PR] arch/arm: syscall SYS_switch_context and SYS_restore_context use 0 para [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on PR #14881: URL: https://github.com/apache/nuttx/pull/14881#issuecomment-2529625897 Please see Issue #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 to the specific

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2529625473 Please see Issue #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 to the specific

Re: [PR] [Bp-15073} fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on PR #15086: URL: https://github.com/apache/nuttx/pull/15086#issuecomment-2529624469 Sorry, I missed this PR before it was merged, but this PR breaks High Priority, Zero Latency Interrupts! See the help text for ARMV7M_USEBASEPRI, which was removed in this PR:

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

2024-12-09 Thread via GitHub
hartmannathan commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529614987 Looks like #[PR-15086](https://github.com/apache/nuttx/pull/15086) is also removing Zero Latency Interrupts support. -- This is an automated message from the Apache Git Servi

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

2024-12-09 Thread via GitHub
hartmannathan commented on issue #15100: URL: https://github.com/apache/nuttx/issues/15100#issuecomment-2529606307 Please see: - PR-15073 - PR-14881 PR-15073 was meant to fix a regression in PR-14881. PR-14881 attempted to optimize handling of `g_current_regs`. The commit lo

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

2024-12-09 Thread via GitHub
hartmannathan opened a new issue, #15100: URL: https://github.com/apache/nuttx/issues/15100 ### Description / Steps to reproduce the issue PR-15073 removed `config ARMV7M_USEBASEPRI` and many things that depend on it. This breaks High Priority, Zero Latency Interrupts! See: ht

Re: [PR] fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on PR #15073: URL: https://github.com/apache/nuttx/pull/15073#issuecomment-2529566868 Sorry, I missed this PR before it was merged, but this PR breaks High Priority, Zero Latency Interrupts! See the help text for ARMV7M_USEBASEPRI, which was removed in this PR:

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

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

2024-12-09 Thread via GitHub
tmedicci opened a new pull request, #15099: URL: https://github.com/apache/nuttx/pull/15099 ## Summary * risc-v/qemu-rv/rv-virt: Add CPython (python) defconfig: enables building NuttX's port of Python for RISC-V QEMU. * Documentation: Add entry for Python on NuttX ## Impact

(nuttx) branch master updated: lc823450_dma: use small lock in arch/arm/src/lc823450/lc823450_dma.c

2024-12-09 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 f65a33be8c lc823450_dma: use small lock in ar

Re: [PR] STM32H5 SPI Driver - First Commit [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on PR #15098: URL: https://github.com/apache/nuttx/pull/15098#issuecomment-2528919295 @kywwilson11 let's squash the change into one patch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

(nuttx) branch master updated: mpfs_entrypoints.c: Add simple ACK mechanism for CPU boot

2024-12-09 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 fd20684a7b mpfs_entrypoints.c: Add simple ACK

Re: [PR] mpfs_entrypoints.c: Add simple ACK mechanism for CPU boot [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15089: URL: https://github.com/apache/nuttx/pull/15089 -- 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: litex_serial: use small lock in arch/risc-v/src/litex/litex_serial.c

2024-12-09 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 0aa99e223f litex_serial: use small lock in ar

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

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15097: URL: https://github.com/apache/nuttx/pull/15097 -- 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] semaphore: change semaphore count to atomic operation [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15075: URL: https://github.com/apache/nuttx/pull/15075#discussion_r1876420989 ## sched/semaphore/sem_trywait.c: ## @@ -38,6 +38,76 @@ #include "sched/sched.h" #include "semaphore/semaphore.h" +/

Re: [PR] lc823450_dma: use small lock in arch/arm/src/lc823450/lc823450_dma.c [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15093: URL: https://github.com/apache/nuttx/pull/15093 -- 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] cxd56_rtc.c: use small lock in arch/arm/src/cxd56xx/cxd56_rtc.c [nuttx]

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

2024-12-09 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 11f412b7af fix nxstyle 11f412b7af is described

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

2024-12-09 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 a68b00206b cxd56_rtc.c: use small lock in arc

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

2024-12-09 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 1e64d93a73 s32k3xx_serial: use small lock in

Re: [PR] s32k3xx_serial: use small lock in arch/arm/src/s32k3xx/s32k3xx_serial.c [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15096: URL: https://github.com/apache/nuttx/pull/15096 -- 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] fix nxstyle [nuttx]

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

[I] [FEATURE] Python on NuttX: "To-Do" list and general enhancements [nuttx-apps]

2024-12-09 Thread via GitHub
tmedicci opened a new issue, #2884: URL: https://github.com/apache/nuttx-apps/issues/2884 ### Is your feature request related to a problem? Please describe. After https://github.com/apache/nuttx-apps/pull/2879 was merged, it's time to make Python on NuttX fully usable! This iss

(nuttx) branch releases/12.8 updated (d368c0cc04 -> 16b63ed837)

2024-12-09 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 d368c0cc04 arch/arm: migrate to SPDX identifier new 702affa63b armv6m: fix regresion from https://githu

(nuttx) branch master updated: max32660_rtc: use small lock in arch/arm/src/max326xx/max32660/max32660_rtc.c

2024-12-09 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 1e47441775 max32660_rtc: use small lock in ar

Re: [PR] max32660_rtc: use small lock in arch/arm/src/max326xx/max32660/max32660_rtc.c [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15094: URL: https://github.com/apache/nuttx/pull/15094 -- 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] STM32H5 SPI Driver - First Commit [nuttx]

2024-12-09 Thread via GitHub
hartmannathan commented on code in PR #15098: URL: https://github.com/apache/nuttx/pull/15098#discussion_r1876148389 ## arch/arm/src/stm32h5/stm32_spi.h: ## @@ -0,0 +1,215 @@ +/ + * arch/arm/src/stm32h5/

Re: [PR] mlearning/tflite-micro: add a config option to redirect micro log to syslog [nuttx-apps]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #2882: URL: https://github.com/apache/nuttx-apps/pull/2882#discussion_r1876114263 ## mlearning/tflite-micro/tflm_syslog.cc: ## @@ -0,0 +1,66 @@ +/ + * apps/mlearni

Re: [PR] STM32H5 SPI Driver - First Commit [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15098: URL: https://github.com/apache/nuttx/pull/15098#issuecomment-2528226495 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR mostly meets the NuttX requirements, but it has

Re: [PR] Feature/esp pulse cnt [nuttx]

2024-12-09 Thread via GitHub
acassis commented on PR #15079: URL: https://github.com/apache/nuttx/pull/15079#issuecomment-2528201637 @raiden00pl I agree! Let's include this driver for now and open an issue to extend capture.c to support pulse counter as well. -- This is an automated message from the Apache Git Servic

[PR] STM32H5 SPI Driver - First Commit [nuttx]

2024-12-09 Thread via GitHub
kywwilson11 opened a new pull request, #15098: URL: https://github.com/apache/nuttx/pull/15098 ## Commit Descriptions Used STM32H7 spi driver as a base. The register set is nearly identical. All registers are named the same with the same offset. There are some bits within the registers t

(nuttx) branch master updated (23a0239795 -> 12c9fd9683)

2024-12-09 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 23a0239795 arch/arm64/src/imx9/imx9_usdhc.c: Simplify eventwait logic and remove race condition add 12c9fd9683

Re: [PR] risc-v/mpfs: make cache clearing optional [nuttx]

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

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15096: URL: https://github.com/apache/nuttx/pull/15096#issuecomment-2528036167 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears to **partially** meet the NuttX require

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

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15097: URL: https://github.com/apache/nuttx/pull/15097#issuecomment-2528030997 [**\[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] litex_serial: use small lock in arch/risc-v/src/litex/litex_serial.c [nuttx]

2024-12-09 Thread via GitHub
hujun260 opened a new pull request, #15097: URL: https://github.com/apache/nuttx/pull/15097 ## Summary We hope to remove all instances of spin_lock_irqsave(NUL litex_serial: use small lock in arch/risc-v/src/litex/litex_serial.c ## Impact litex_serial ## Testing

[PR] s32k3xx_serial: use small lock in arch/arm/src/s32k3xx/s32k3xx_serial.c [nuttx]

2024-12-09 Thread via GitHub
hujun260 opened a new pull request, #15096: URL: https://github.com/apache/nuttx/pull/15096 ## Summary reason: We hope to remove all instances of spin_lock_irqsave(NULL). s32k3xx_serial: use small lock in arch/arm/src/s32k3xx/s32k3xx_serial.c ## Impact s32k3xx_serial

Re: [PR] fix nxstyle [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15095: URL: https://github.com/apache/nuttx/pull/15095#issuecomment-2527993082 [**\[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 nxstyle [nuttx]

2024-12-09 Thread via GitHub
simbit18 opened a new pull request, #15095: URL: https://github.com/apache/nuttx/pull/15095 ## Summary Removed extra spaces from .h and .c files ## Impact none ## Testing local nxstyle -- This is an automated message from the Apache Git Servic

Re: [PR] max32660_rtc: use small lock in arch/arm/src/max326xx/max32660/max32660_rtc.c [nuttx]

2024-12-09 Thread via GitHub
nuttxpr commented on PR #15094: URL: https://github.com/apache/nuttx/pull/15094#issuecomment-2527959483 [**\[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] cxd56_rtc.c: use small lock in arch/arm/src/cxd56xx/cxd56_rtc.c [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15092: URL: https://github.com/apache/nuttx/pull/15092#discussion_r1875979920 ## arch/arm/src/cxd56xx/cxd56_rtc.c: ## @@ -89,6 +89,12 @@ #define RTC_CLOCK_CHECK_INTERVAL (200) /* milliseconds */ #define RTC_CLOCK_CHECK_MAX_RETRY (15)

(nuttx) branch master updated: [POSIX][Bug] `mqueue.h`: Include file does not conform the standard

2024-12-09 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 d1772e1432 [POSIX][Bug] `mqueue.h`: Include fi

Re: [PR] arch/arm64/src/imx9/imx9_usdhc.c: Simplify eventwait logic and remove… [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15083: URL: https://github.com/apache/nuttx/pull/15083 -- 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: arch/arm64/src/imx9/imx9_usdhc.c: Simplify eventwait logic and remove race condition

2024-12-09 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 23a0239795 arch/arm64/src/imx9/imx9_usdhc.c: S

Re: [PR] [POSIX][Bug] `mqueue.h`: Include file does not conform the standard [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15085: URL: https://github.com/apache/nuttx/pull/15085 -- 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: fs/tmpfs: Skip any slash at the beginning of relpath

2024-12-09 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 7562aff615 fs/tmpfs: Skip any sl

Re: [PR] [Bp-15073} fix regresion from https://github.com/apache/nuttx/pull/14881 [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15086: URL: https://github.com/apache/nuttx/pull/15086 -- 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: armv7/8m: fix regresion from https://github.com/apache/nuttx/pull/14881

2024-12-09 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 16b63ed837beaaf9cc3de248d9a0e8536d7c3fcf Author: hujun5 AuthorDate: Fri Dec 6 21:32:44 2024 +0800 armv7/8m

(nuttx) 01/02: armv6m: fix regresion from https://github.com/apache/nuttx/pull/14881

2024-12-09 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 702affa63b3a9e41b445949afccd60245090eac9 Author: hujun5 AuthorDate: Fri Dec 6 21:29:08 2024 +0800 armv6m:

Re: [PR] {bp-15077} fs/tmpfs: Skip any slash at the beginning of relpath [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15087: URL: https://github.com/apache/nuttx/pull/15087 -- 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] build(CMAKE): fix pac sim elf ONLY in Linux platform [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15091: URL: https://github.com/apache/nuttx/pull/15091 -- 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] netconfig.h:modify netconfig to support communicating in slave core [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 commented on code in PR #15090: URL: https://github.com/apache/nuttx/pull/15090#discussion_r1875970095 ## include/nuttx/net/netconfig.h: ## @@ -98,9 +98,9 @@ # endif #endif -#if defined(HAVE_PFINET_SOCKETS) +#if defined(HAVE_PFINET_SOCKETS) || (defined(CONFI

(nuttx) branch master updated: zcu111: add support for user led

2024-12-09 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 0d0638ac98 zcu111: add support for user led 0d

Re: [PR] zcu111: add support for user led [nuttx]

2024-12-09 Thread via GitHub
xiaoxiang781216 merged PR #15088: URL: https://github.com/apache/nuttx/pull/15088 -- 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: build(CMAKE): fix pac sim elf ONLY in Linux platform

2024-12-09 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 c3ab69c7f7 build(CMAKE): fix pac sim elf ONLY

  1   2   >