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
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
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
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
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
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,
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
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
35 matches
Mail list logo