Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-08 Thread via GitHub
jerpelea commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3051283505 @cederom @xiaoxiang781216 unfortunately the website is not updated https://nuttx.apache.org/download/ -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2194000956 ## sched/sched/sched_suspend.c: ## @@ -172,7 +173,11 @@ void nxsched_suspend(FAR struct tcb_s *tcb) { switch_needed = nxsched_remove_readytorun(tcb

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2194000956 ## sched/sched/sched_suspend.c: ## @@ -172,7 +173,11 @@ void nxsched_suspend(FAR struct tcb_s *tcb) { switch_needed = nxsched_remove_readytorun(tcb

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3051085860 Thanks for the good comments @hujun260 ! I will continue refining this PR later today. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

(nuttx) branch master updated (22560958bc5 -> cf1b0875043)

2025-07-08 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 22560958bc5 net/arp: reducing unnecessary ARP requests can mitigate network congestion and avoid packet delays caus

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193984003 ## sched/sched/sched_suspend.c: ## @@ -172,7 +173,11 @@ void nxsched_suspend(FAR struct tcb_s *tcb) { switch_needed = nxsched_remove_readytorun(tcb

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193987877 ## sched/sched/sched_setpriority.c: ## @@ -191,10 +133,11 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, { FAR struct tcb_s *rtc

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193984003 ## sched/sched/sched_suspend.c: ## @@ -172,7 +173,11 @@ void nxsched_suspend(FAR struct tcb_s *tcb) { switch_needed = nxsched_remove_readytorun(tcb

Re: [I] [BUG] ILI9342C color inversion on esp32s3-box-3 [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 closed issue #16637: [BUG] ILI9342C color inversion on esp32s3-box-3 URL: https://github.com/apache/nuttx/issues/16637 -- 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

(nuttx) branch master updated (27a2f88e869 -> 0d834b06213)

2025-07-08 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 27a2f88e869 Documentation/risc-v: Add LP_I2C docs for esp32[-c6] add 0d834b06213 boards/xtensa/esp32s3/esp32s3-

Re: [PR] boards/xtensa/esp32s3/esp32s3-box: Fix ILI9342C color inversion [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 merged PR #16638: URL: https://github.com/apache/nuttx/pull/16638 -- 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 (cf1b0875043 -> 27a2f88e869)

2025-07-08 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 cf1b0875043 Docs/espressif: Add crypto defconfig docs for esp32[-s2|-s3] add 8995226e0ab arch/risc-v: Add LP I

Re: [PR] arch/risc-v: Add LP_I2C support for esp32[-c6] [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 merged PR #16694: URL: https://github.com/apache/nuttx/pull/16694 -- 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 smp scheduling [nuttx]

2025-07-08 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193976614 ## sched/sched/sched_addreadytorun.c: ## @@ -114,7 +114,87 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) return ret; } -#endif /* !CONFIG_SMP */ + +#els

(nuttx) 05/06: boards/xtensa: Add board layer SHA accelerator support for esp32[-s2|-s3]

2025-07-08 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 1512e1e3d24b3183d0c82c32605ee64041b2fa61 Author: Eren Terzioglu AuthorDate: Tue May 20 17:09:18 2025 +0200 boards

(nuttx) 06/06: Docs/espressif: Add crypto defconfig docs for esp32[-s2|-s3]

2025-07-08 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 cf1b08750432e46da9a9087090c2a0d1c93e9046 Author: Eren Terzioglu AuthorDate: Tue May 20 17:22:16 2025 +0200 Docs/e

(nuttx) 04/06: arch/xtensa: Add arch layer SHA accelerator support for esp32[-s2|-s3]

2025-07-08 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 2e4eaf69ee0ca3378a93e6c7ed0b721345446172 Author: Eren Terzioglu AuthorDate: Tue May 20 14:45:24 2025 +0200 arch/x

Re: [PR] arch/[risc-v/xtensa]: Add SHA accelerator support for esp32[-s2|-s3|-c3|-c6|-h2] [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 merged PR #16692: URL: https://github.com/apache/nuttx/pull/16692 -- 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/06: Docs/espressif: Add crypto defconfig docs for esp32[-c3|-c6|-h2]

2025-07-08 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 d2eb3db5b6e82980f175b746583ee0001f7bb55c Author: Eren Terzioglu AuthorDate: Tue May 20 14:27:04 2025 +0200 Docs/e

(nuttx) 02/06: boards/risc-v: Add board layer SHA accelerator support for esp32[-c3|-c6|-h2]

2025-07-08 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 b7f98a939ea14d2480a7dbc60df78ce9311c943f Author: Eren Terzioglu AuthorDate: Mon May 19 17:20:07 2025 +0200 boards

(nuttx) 01/06: arch/risc-v: Add arch layer SHA accelerator support for esp32[-c3|-c6|-h2]

2025-07-08 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 8e44c85a3a9f6b245ee5c5e678dc3ce73306ffd6 Author: Eren Terzioglu AuthorDate: Mon May 19 10:42:54 2025 +0200 arch/r

Re: [I] [FEATURE] Documentation for uORB gnss_lowerhalf [nuttx]

2025-07-08 Thread via GitHub
linguini1 commented on issue #16702: URL: https://github.com/apache/nuttx/issues/16702#issuecomment-3050980090 @Donny9, I believe you wrote this lower-half implementation. Would you be able to write some short RST documentation about it? -- This is an automated message from the Apache Git

[I] [FEATURE] Documentation for uORB gnss_lowerhalf [nuttx]

2025-07-08 Thread via GitHub
linguini1 opened a new issue, #16702: URL: https://github.com/apache/nuttx/issues/16702 ### Is your feature request related to a problem? Please describe. There is a generic lower-half driver for GNSS modules which is currently undocumented. This was a major point of discussion for PR

Re: [I] [BUG] getaddrinfo doesn't fill ai_protocol [nuttx]

2025-07-08 Thread via GitHub
yamt commented on issue #16693: URL: https://github.com/apache/nuttx/issues/16693#issuecomment-3050960755 > standard-wise, the nuttx behavior might or might be allowed. (i haven't checked.) standard-wise, i couldn't find anything about ai_protocol in susv4-2018 except the following t

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193904597 ## sched/sched/sched_setpriority.c: ## @@ -191,10 +133,11 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, { FAR struct tcb_s *rtc

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193905078 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193904597 ## sched/sched/sched_setpriority.c: ## @@ -191,10 +133,11 @@ static inline void nxsched_running_setpriority(FAR struct tcb_s *tcb, { FAR struct tcb_s *rtc

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193904228 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193903909 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193901479 ## sched/sched/sched_addreadytorun.c: ## @@ -114,7 +114,87 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) return ret; } -#endif /* !CONFIG_SMP */ + +#els

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
hujun260 commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2193901017 ## sched/sched/sched_addreadytorun.c: ## @@ -114,7 +114,87 @@ bool nxsched_add_readytorun(FAR struct tcb_s *btcb) return ret; } -#endif /* !CONFIG_SMP */ + +#els

Re: [I] Add Wake On LAN support on NuttX [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on issue #10895: URL: https://github.com/apache/nuttx/issues/10895#issuecomment-3050944795 we can close this issue by adding a new documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] drivers/sensors/l86xxx: Fix Kconfig options and dependencies [nuttx]

2025-07-08 Thread via GitHub
linguini1 opened a new pull request, #16701: URL: https://github.com/apache/nuttx/pull/16701 ## Summary This PR removes the termios dependency of the command to set fix rate. It makes the MINMEA dependency present in the Kconfig options for the driver, and it also adds a retry limit

[PR] sensors/bmi160,270: Fix a bug sensor_time is truncated [nuttx]

2025-07-08 Thread via GitHub
SPRESENSE opened a new pull request, #16700: URL: https://github.com/apache/nuttx/pull/16700 ## Summary Fix a bug that sensor_time resolution is lost by bit shift. ## Impact bmi160 and bmi270 sensor drivers. ## Testing Run and test `examples/bmi160`. -- This is a

[PR] examples/nximage: Rename program name to nximage [nuttx-apps]

2025-07-08 Thread via GitHub
SPRESENSE opened a new pull request, #3123: URL: https://github.com/apache/nuttx-apps/pull/3123 ## Summary The original name is nxhello, which duplicates in examples/nxhello. ## Impact Application name in examples/nximage. ## Testing Build and run nximage command.

[I] [BUG] L86XXX driver won't compile without TERMIOS support [nuttx]

2025-07-08 Thread via GitHub
linguini1 opened a new issue, #16699: URL: https://github.com/apache/nuttx/issues/16699 ### Description / Steps to reproduce the issue The L86 driver configuration option `L86_XXX_FIX_INT` depends on termios support. There is no default value set for the fix interval unless termios s

[I] [BUG] L86XXX driver does not depend on MINMEA in Kconfig [nuttx]

2025-07-08 Thread via GitHub
linguini1 opened a new issue, #16698: URL: https://github.com/apache/nuttx/issues/16698 ### Description / Steps to reproduce the issue It is possible to enable the L86 GPS driver without enabling minmea, which causes a compiler error. This should be marked as a dependency to the drive

[I] [BUG] L86XXX default stack size too high [nuttx]

2025-07-08 Thread via GitHub
linguini1 opened a new issue, #16697: URL: https://github.com/apache/nuttx/issues/16697 ### Description / Steps to reproduce the issue The default stack size for the L86XXX uORB driver is 1, it should be 1024. 1 is too high for most systems. ### On which OS does this is

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
cederom commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193596420 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
cederom commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193593239 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
cederom commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193592874 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
cederom commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193590944 ## boards/Kconfig: ## @@ -94,6 +94,7 @@ config ARCH_BOARD_AVRDX_BREADXAVR select ARCH_HAVE_LEDS select ARCH_HAVE_BUTTONS select ARCH_HAVE_IRQBUT

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3050334099 I'll try to not use `ps`... Hoping nothing else is affected! Also I noticed this in boards/Kconfig: ```kconfig config ARCH_BOARD_NUCLEO_H743ZI depends on ARCH_CH

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3050216764 @comejv really strange, why it works here and doesn't work to you. Although my board is different, the MCU is basically the same. -- This is an automated message from the Apache Gi

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3050051661 No differences with GCC 13.2.1 either. -- 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

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3050041424 I'm using the default arm gcc toolchain from Ubuntu 24.04: ``` Supported LTO compression algorithms: zlib gcc version 13.2.1 20231009 (15:13.2.rel1-2) ``` @vrmay

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3050027306 With `gcc-arm-11.2-2022.02-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc` nuttx still goes into "Assertion failed panic" after running `ps` two times with `usleep` running in background.

Re: [PR] arch/avr: do not copy const variables to RAM [nuttx]

2025-07-08 Thread via GitHub
acassis commented on code in PR #16687: URL: https://github.com/apache/nuttx/pull/16687#discussion_r2193235756 ## arch/avr/src/avr/Kconfig: ## @@ -94,8 +110,76 @@ config AVR_HAS_MEMX_PTR pointers in arbitrary interaction with the kernel. Not all API

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049981299 That's what I did, there was no negation there! The flag was present in host_info. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049979369 Yes, the Make.defs is only copied during the configure phase, you need to modify the file; run "make distclean" and then compile it. -- This is an automated message from the Apache

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049972509 Adding `-pipe` did not prevent the crash, I checked and it did appear in host_info. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049960109 @comejv sounds good! Suggestion, add "-pipe" to your board scripts/Make.defs, just like in my board: ``` weact-stm32h743/scripts/Make.defs:CXXFLAGS := $(ARCHCXXFLAGS)

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049944974 Using configure.sh and make does not resolve the issue, as weel as using GCC 13 (will try gcc 10 shortly). -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049938489 Maybe @xiaoxiang781216 or someone else more used to CMakefiles could help here too. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049930994 @comejv yes, CMakefile are relatively new to NuttX and many boards are not updated yet to use it. Could you please try using makefile, just to confirm the source of the issue?

[I] [BUG] "make info" is generating config with messed double quote [nuttx]

2025-07-08 Thread via GitHub
acassis opened a new issue, #16696: URL: https://github.com/apache/nuttx/issues/16696 ### Description / Steps to reproduce the issue All CONFIG* that should have '"' are displaying '\' instead, i.e.: ``` CONFIG_ARCH_BOARD=\weact-stm32h743\ ``` ### On which OS does this

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049736926 Regarding out of tree building I see no mentions of CMake, is CMake a recent addition to NuttX? What I chose to do was a symlink to nuttx-apps/external using a cmake file on which

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049717693 Yes, when using make the base defconfig is properly configured. Another difference is the default CONFIG_APPS_DIR is "../apps" in cmake and "../nuttx-apps" with configure. Other than

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-08 Thread via GitHub
cederom commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3049681459 > > > @xiaoxiang781216: Before merged, this patch should separate xedge to independent project and split one patch to two: one is xedge project and another is xedge demo. > > >

[I] [BUG] Building NuttX using CMakefile is missing CONFIG_BASE_DEFCONFIG definition [nuttx]

2025-07-08 Thread via GitHub
acassis opened a new issue, #16695: URL: https://github.com/apache/nuttx/issues/16695 ### Description / Steps to reproduce the issue Please refer to this issue: https://github.com/apache/nuttx/issues/16689 After comparing his .defconfig against mine I noticed the difference

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049578021 BTW, this is out of tree usage: https://nuttx.apache.org/docs/latest/guides/building_nuttx_with_app_out_of_src_tree.html I think you don't have BASE_DEFCONFIG because you ar

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049574368 @comejv I supposed you were using out of tree because you don't have base config like mine: ``` CONFIG_BASE_DEFCONFIG="weact-stm32h743:sdcard-dirty" ``` I don't us

Re: [I] Add Wake On LAN support on NuttX [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #10895: URL: https://github.com/apache/nuttx/issues/10895#issuecomment-3049558194 It is funny how NuttX has many hidden features, the WAKE ON LAN already exists on NuttX since 2021, it was created by Simon Piriou in 2021, but there is not board support or Document

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049547752 Currently I'm using cmake to build nuttx and other firmwares at the same time, like this: ```cmake ExternalProject_Add( nuttx_firmware SOURCE_DIR "${CMAKE_CURRENT_SOURC

Re: [PR] net/arp: avoid unnecessary ARP requests [nuttx]

2025-07-08 Thread via GitHub
acassis merged PR #16684: URL: https://github.com/apache/nuttx/pull/16684 -- 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] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049450404 @comejv looking your config I didn't see nothing that highlight a configuration issue. Initially I thought you could have a small stack memory definition, but you are using the doubl

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049368662 Here is my config: [config_h7_fs_debug.txt](https://github.com/user-attachments/files/21124434/config_h7_fs_debug.txt) And the diff (excluding comments vs empty): [diff.t

Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-08 Thread via GitHub
xiaoxiang781216 merged PR #134: URL: https://github.com/apache/nuttx-website/pull/134 -- 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..

[PR] arch/risc-v: Add LP_I2C support for esp32[-c6] [nuttx]

2025-07-08 Thread via GitHub
eren-terzioglu opened a new pull request, #16694: URL: https://github.com/apache/nuttx/pull/16694 ## Summary Add LP_I2C support for ESP32-C6 to ahve multiple option on I2C peripheral and increase coverage of ESP32-C6's peripherals Fix I2C Slave build error that happened after Espre

Re: [PR] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3049052852 > > Before merged, this patch should separate xedge to independent project and split one patch to two: one is xedge project and another is xedge demo. > > Thank you for t

Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3049061164 > it fails to build documentation for 12.4.0 HEAD is now at 96c2707737 Documentation: add NuttX-12.4.0 release notes https://github.com/apache/nuttx/tree/nuttx-12.4.0/Document

(nuttx-website) branch master updated: Add NuttX 12.10.0 release

2025-07-08 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-website.git The following commit(s) were added to refs/heads/master by this push: new d79ccf966 Add NuttX 12.10.0 release d7

(nuttx) branch master updated: coredump: Fix missing loglevel to logmask conversion.

2025-07-08 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 571447bb06c coredump: Fix missing loglevel to

Re: [PR] coredump: Fix missing loglevel to logmask conversion [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 merged PR #16690: URL: https://github.com/apache/nuttx/pull/16690 -- 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: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3048833710 @comejv maybe there is some issues in your config, I tested here using weact-stm32h743 and the issue didn't show up: ``` NuttShell (NSH) NuttX-12.9.0

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3048852965 Please see my .config attached for reference [config_weact.txt](https://github.com/user-attachments/files/2112/config_weact.txt) -- This is an automated message from the Apa

Re: [I] [HELP] ps crashes on second call [nuttx]

2025-07-08 Thread via GitHub
acassis commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3048840179 Please attach your original .config instead of pasting its content, this way we can have the original file to compare -- This is an automated message from the Apache Git Service. T

(nuttx) 01/02: libc/semaphore: Use the while loop to handle the inerrupt correctly

2025-07-08 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 commit fb14b54b83f3a5517c249f86f34dfcd4ffe0202c Author: Xiang Xiao AuthorDate: Sun Jun 22 03:03:59 2025 +0800 libc/semapho

(nuttx) branch master updated (d8f241b29d8 -> 4c7366045ce)

2025-07-08 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from d8f241b29d8 Documentation/risc-v/esp32[c6]: Add LP_UART support docs new fb14b54b83f libc/semaphore: Use the whil

(nuttx) 02/02: libc/semaphore: Go the fast path even arch doesn't support atomic

2025-07-08 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 commit 4c7366045ce3381384d63f14e153a320a2e7e363 Author: Xiang Xiao AuthorDate: Sun Jun 22 03:21:23 2025 +0800 libc/semapho

Re: [PR] sem/trywait/atomic: Fix the try wait abort by interrupted caused false failure report. [nuttx]

2025-07-08 Thread via GitHub
acassis merged PR #16671: URL: https://github.com/apache/nuttx/pull/16671 -- 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] examples/xedge: Add Xedge example with BAS integration [nuttx-apps]

2025-07-08 Thread via GitHub
JorgeGzm commented on PR #3120: URL: https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3048796588 > Before merged, this patch should separate xedge to independent project and split one patch to two: one is xedge project and another is xedge demo. Thank you for the feedback.

Re: [PR] Fix smp scheduling [nuttx]

2025-07-08 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3048757174 Now there is an initial version, with removed g_pendingtasks for SMP. I didn't test it fully yet, except quick trials with ostest on rv-virt:smp64 and with real application on mpfs

Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-08 Thread via GitHub
jerpelea commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3048748107 it fails to build documentation for 12.4.0 HEAD is now at 96c2707737 Documentation: add NuttX-12.4.0 release notes -- This is an automated message from the Apache Git Service. To

Re: [PR] Add NuttX 12.10.0 release [nuttx-website]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on PR #134: URL: https://github.com/apache/nuttx-website/pull/134#issuecomment-3048701645 > It seems that our CI has issues @xiaoxiang781216 can someone merge the patch ? but we need wait ci pass before merging to ensure the website content get updated. --

Re: [PR] coredump: Fix missing loglevel to logmask conversion [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 commented on PR #16690: URL: https://github.com/apache/nuttx/pull/16690#issuecomment-3048686184 > @xiaoxiang781216 I think this issue has existed since way before that, particularly in [86bf7d9](https://github.com/apache/nuttx/commit/86bf7d9bec8cf6a278d8e04bf32ac7904bbf3df2)

Re: [PR] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-08 Thread via GitHub
jiayadong8995 closed pull request #16662: arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box URL: https://github.com/apache/nuttx/pull/16662 -- 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] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-08 Thread via GitHub
jiayadong8995 commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3048551634 > Hi, > > I tried your suggestion on our suggested [system to build](https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L264) and seems your updates

Re: [PR] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-08 Thread via GitHub
jiayadong8995 commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3048545633 > Hi, > > I tried your suggestion on our suggested [system to build](https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L264) and seems your updates

Re: [PR] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-08 Thread via GitHub
jiayadong8995 closed pull request #16662: arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box URL: https://github.com/apache/nuttx/pull/16662 -- 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

(nuttx) branch master updated (880c8e5d266 -> d8f241b29d8)

2025-07-08 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 880c8e5d266 drivers/net: add IGB network card support add 1c48c0cba70 arch/risc-v/esp32[c6]: Add LP_UART suppor

Re: [PR] arch/risc-v: Add LPUART support for esp32[-c6] [nuttx]

2025-07-08 Thread via GitHub
xiaoxiang781216 merged PR #16683: URL: https://github.com/apache/nuttx/pull/16683 -- 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] [BUG] getaddrinfo doesn't fill ai_protocol [nuttx]

2025-07-08 Thread via GitHub
yamt opened a new issue, #16693: URL: https://github.com/apache/nuttx/issues/16693 ### Description / Steps to reproduce the issue consider using getaddrinfo with hints.ai_family == AF_INET hints.ai_socktype == SOCK_STREAM hints.ai_protocol == 0 i expect the result conta

[PR] Feature/esp sha accl [nuttx]

2025-07-08 Thread via GitHub
eren-terzioglu opened a new pull request, #16692: URL: https://github.com/apache/nuttx/pull/16692 ## Summary Add SHA Accelator peripheral support for Espressif devices to hash blocks fast and efficiently. * Docs/espressif: Add crypto defconfig docs for esp32[-s2|-s3]

Re: [PR] arch/[risc-v/xtensa]: Add SHA accelerator support for esp32[-s2|-s3|-c3|-c6|-h2] [nuttx]

2025-07-08 Thread via GitHub
eren-terzioglu closed pull request #16691: arch/[risc-v/xtensa]: Add SHA accelerator support for esp32[-s2|-s3|-c3|-c6|-h2] URL: https://github.com/apache/nuttx/pull/16691 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] Feature/esp sha accl [nuttx]

2025-07-08 Thread via GitHub
eren-terzioglu opened a new pull request, #16691: URL: https://github.com/apache/nuttx/pull/16691 ## Summary Add SHA Accelator peripheral support for Espressif devices to hash blocks fast and efficiently. * Docs/espressif: Add crypto defconfig docs for esp32[-s2|-s3]

Re: [PR] coredump: Fix missing loglevel to logmask conversion [nuttx]

2025-07-08 Thread via GitHub
nmaggioni commented on PR #16690: URL: https://github.com/apache/nuttx/pull/16690#issuecomment-3048122065 @xiaoxiang781216 I think this issue has existed since way before that, particularly in 86bf7d9 if I'm not mistaken. -- This is an automated message from the Apache Git Service. To res

Re: [PR] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-08 Thread via GitHub
eren-terzioglu commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3048006033 Hi, I tried your suggestion on our suggested [system to build](https://github.com/apache/nuttx/blob/master/tools/ci/docker/linux/Dockerfile#L264) and seems your updates make

Re: [PR] arch/xtensa/esp32s3: Fix syslog output failure on ESP32-S3-Box [nuttx]

2025-07-08 Thread via GitHub
eren-terzioglu commented on PR #16662: URL: https://github.com/apache/nuttx/pull/16662#issuecomment-3047961988 > > @JianyuWang0623 I meant the Xtensa compiler version. Run `make host_info` and share the results please. > > Here is my results after running `make host_info` . > >

(nuttx) branch master updated: drivers/net: add IGB network card support

2025-07-08 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 880c8e5d266 drivers/net: add IGB network card s

  1   2   >