Re: [PR] sched: Fix smp scheduling [nuttx]

2025-07-09 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3055720499 I realized that nxsched_remove_running had a lot of dead/unnecessary code now. Removed that... -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] arch/arm/rp23xx : Fix gpio for RP2350B [nuttx]

2025-07-09 Thread via GitHub
xiaoxiang781216 merged PR #16703: URL: https://github.com/apache/nuttx/pull/16703 -- 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: RP2350B has 48 gpio, highers 16 accessed by "HI" registers

2025-07-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 e1e9ea2e815 RP2350B has 48 gpio, highers 16 ac

Re: [I] [BUG] libuv does not compile actually [nuttx-apps]

2025-07-09 Thread via GitHub
fxdmhtt closed issue #3124: [BUG] libuv does not compile actually URL: https://github.com/apache/nuttx-apps/issues/3124 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] sched: Fix smp scheduling [nuttx]

2025-07-09 Thread via GitHub
hujun260 commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3054902081 > @hujun260 ; I changed the erroneous places which you pointed out, > > I also added one patch on the top, which tries to address your concern of moving tasks back-and-forth when s

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

2025-07-09 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3053930072 Thanks! With my out of tree build, I'm not sure how to handle defconfigs though. If I put the defconfig in nuttx's build directory where the .config is and I run olddefconfig,

[PR] boards/arm/stm32f401rc-rs485: Add support to HX711 ADC [nuttx]

2025-07-09 Thread via GitHub
rcsim opened a new pull request, #16707: URL: https://github.com/apache/nuttx/pull/16707 ## Summary This commit adds support for the HX711 ADC in the STM32F401RC-RS485 board and updates the board documentation accordingly. ## Impact Is new feature added? Is existing feat

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

2025-07-09 Thread via GitHub
raiden00pl commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3053294157 The board initialization problem in NuttX is known and tracked by this issue: https://github.com/apache/nuttx/issues/11321 Unfortunately, fixing this problem is quite a challenge.

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

2025-07-09 Thread via GitHub
comejv commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3053209557 I was indeed missing `CONFIG_NSH_ARCHINIT=y` and `CONFIG_BOARD_LATE_INITIALIZE=y`! This plus using `CONFIG_INIT_STACKSIZE` solved the issue. Thanks a lot! Do you know why I cou

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

2025-07-09 Thread via GitHub
comejv closed issue #16689: [HELP] ps crashes on second call URL: https://github.com/apache/nuttx/issues/16689 -- 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

[PR] Added DMA support for H5. Also added ADC DMA support. [nuttx]

2025-07-09 Thread via GitHub
kywwilson11 opened a new pull request, #16706: URL: https://github.com/apache/nuttx/pull/16706 ## Summary - Add `stm32_dma.[ch]` to the STM32H5 build when `CONFIG_STM32H5_DMA=y` - Include `stm32h56x_dmasigmap.h` and update `stm32_gpdma.h` with H5 register and IRQ defs - Expo

Re: [PR] arch/arm/rp23xx: spi unset peripheral before to modify Spi parameters [nuttx]

2025-07-09 Thread via GitHub
xiaoxiang781216 commented on PR #16704: URL: https://github.com/apache/nuttx/pull/16704#issuecomment-3052875740 @paolovolpi please drop merge patch -- 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

[PR] arch/arm/stm32h7: support for /dev/random device [nuttx]

2025-07-09 Thread via GitHub
sanezek opened a new pull request, #16705: URL: https://github.com/apache/nuttx/pull/16705 Enabling support for random device on stm32h7 arch. Driver copy pasted from arch/arm/stm32. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIB

Re: [I] [FEATURE] Rp2040 Rp23xx Disable Spi PrimeCell SSP peripheral before to reconfigure parameters [nuttx]

2025-07-09 Thread via GitHub
shtirlic commented on issue #16610: URL: https://github.com/apache/nuttx/issues/16610#issuecomment-3052688674 PR by @paolovolpi https://github.com/apache/nuttx/pull/16704 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] arch/risc-v/rp23xx-riscv: Initial rp23xx(rp2350) (Pico 2) RISC-V support [nuttx]

2025-07-09 Thread via GitHub
acassis commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-3052475148 > @acassis looks cool, also there is another interesting board https://www.waveshare.com/rp2350-pizero.htm rp2350 in pi zero format Yes, I saw that in Aliexpress, hehehe -- This

[I] [BUG] libuv does not compile actually [nuttx-apps]

2025-07-09 Thread via GitHub
fxdmhtt opened a new issue, #3124: URL: https://github.com/apache/nuttx-apps/issues/3124 ### Description / Steps to reproduce the issue ```bash make distclean ./tools/configure.sh -l sim:lvgl_fb kconfig-tweak --enable CONFIG_GRAPHICS_LVGL kconfig-tweak --enable CONFIG_E

Re: [PR] Fix smp scheduling [nuttx]

2025-07-09 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3052220420 @hujun260 ; I changed the erroneous places which you pointed out, I also added one patch on the top, which tries to address your concern of moving tasks back-and-forth when sched-l

Re: [PR] Fix smp scheduling [nuttx]

2025-07-09 Thread via GitHub
jlaitine commented on code in PR #16673: URL: https://github.com/apache/nuttx/pull/16673#discussion_r2194713589 ## 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] arch/risc-v/rp23xx-riscv: Initial rp23xx(rp2350) (Pico 2) RISC-V support [nuttx]

2025-07-09 Thread via GitHub
shtirlic commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-3052038628 @acassis looks cool, also there is another interspersing board https://www.waveshare.com/rp2350-pizero.htm rp2350 in pi zero fomat -- This is an automated message from the Apache Git

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

2025-07-09 Thread via GitHub
raiden00pl commented on issue #16689: URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3051606498 > First thing weird, proc is not mounted? Should it be mounted automatically by stm32_bringup.c here: you most likely you miss `CONFIG_NSH_ARCHINIT=y` or `CONFIG_BOARD_LATE

(nuttx-apps) branch master updated: system/coredump: Fix missing loglevel to logmask conversion.

2025-07-09 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 0c680bcb8 system/coredump: Fix missing log

Re: [PR] system/coredump: Fix missing loglevel to logmask conversion [nuttx-apps]

2025-07-09 Thread via GitHub
jerpelea merged PR #3122: URL: https://github.com/apache/nuttx-apps/pull/3122 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

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

2025-07-09 Thread via GitHub
jerpelea merged PR #16700: URL: https://github.com/apache/nuttx/pull/16700 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apa

(nuttx) 01/02: sensors/bmi270: Fix a bug sensor_time is truncated

2025-07-09 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 commit be5c90716ccd25e336bcc6d7f0a3983b858ad802 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Wed

(nuttx) branch master updated (6ae3cc90827 -> a20ac0fe7c5)

2025-07-09 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 6ae3cc90827 drivers/sensors/l86xxx: Make some dependency patches and update documentation new be5c90716cc senso

(nuttx) 02/02: sensors/bmi160: Fix a bug sensor_time is truncated

2025-07-09 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 commit a20ac0fe7c579ed8db15e3348acd81865bc53e4f Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Wed

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

2025-07-09 Thread via GitHub
jerpelea closed issue #16699: [BUG] L86XXX driver won't compile without TERMIOS support URL: https://github.com/apache/nuttx/issues/16699 -- 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: [I] [BUG] L86XXX default stack size too high [nuttx]

2025-07-09 Thread via GitHub
jerpelea closed issue #16697: [BUG] L86XXX default stack size too high URL: https://github.com/apache/nuttx/issues/16697 -- 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 unsu

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

2025-07-09 Thread via GitHub
jerpelea closed issue #16698: [BUG] L86XXX driver does not depend on MINMEA in Kconfig URL: https://github.com/apache/nuttx/issues/16698 -- 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

(nuttx) branch master updated: drivers/sensors/l86xxx: Make some dependency patches and update documentation

2025-07-09 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 6ae3cc90827 drivers/sensors/l86xxx: Make some d

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

2025-07-09 Thread via GitHub
jerpelea merged PR #16701: URL: https://github.com/apache/nuttx/pull/16701 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apa

(nuttx-apps) branch master updated: examples/nximage: Rename program name to nximage

2025-07-09 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 0037868ff examples/nximage: Rename program

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

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

[PR] arch/arm/rp23xx: spi unset peripheral before to modify Spi parameters [nuttx]

2025-07-09 Thread via GitHub
paolovolpi opened a new pull request, #16704: URL: https://github.com/apache/nuttx/pull/16704 As done by Pico Sdk is be better to unset SSPCR1.SSE bit before to modify Spi parameters (Mode, Frequency and Bits). *Note: Please adhere to [Contributing Guidelines](https://github.com/apac

[PR] arch/arm/rp23xx : Fix gpio for RP2350B [nuttx]

2025-07-09 Thread via GitHub
paolovolpi opened a new pull request, #16703: URL: https://github.com/apache/nuttx/pull/16703 RP2350B has 48 gpio, highers 16 accessed by "HI" registers *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary