davids5 commented on PR #11020:
URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1916687167
@jturnsek
https://github.com/apache/nuttx/commit/6ad7b82cd67e4a2c392419d3e21398ae21495471
changed this behavior.
See the addition of imxrt_dmach_idle arch/arm/src/imxrt/imxrt_edma.c
xiaoxiang781216 merged PR #11618:
URL: https://github.com/apache/nuttx/pull/11618
--
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
commit 201a040f566119679c989e04d0c87b99101f78d7
Author: wangyongrong
AuthorDate: Tue Jan 30 15:42:42 2024 +0800
defconfi
xiaoxiang781216 merged PR #2275:
URL: https://github.com/apache/nuttx-apps/pull/2275
--
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...
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 727adcd499 Docs/esp: esp32h2 and esp32c6 documentation added
new ce832c6377 rptun_ping: Strip rptun_ping out of
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 ce832c6377594c94c40a7547ed340d47c474eefa
Author: wangyongrong
AuthorDate: Fri Dec 22 16:09:24 2023 +0800
rptun_pi
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-apps.git
from d381699ac testing/getprime: add cmake support
new df573bb02 toywasm: bump the version
new b43340b0a t
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-apps.git
commit df573bb024aa622ee90959976144dd027ff76c93
Author: YAMAMOTO Takashi
AuthorDate: Tue Jan 30 00:14:19 2024 +0900
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-apps.git
commit b43340b0aa3710a282fb8745208bc93c7302ac98
Author: YAMAMOTO Takashi
AuthorDate: Tue Jan 30 00:15:05 2024 +0900
hartmannathan commented on PR #11020:
URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1916759223
@jturnsek @davids5 To handle high load, maybe this driver needs a DMA
page-flipping implementation?
--
This is an automated message from the Apache Git Service.
To respond to the
GC-20-20 opened a new issue, #11622:
URL: https://github.com/apache/nuttx/issues/11622

The code needs to define HAVE_SDIO before I can enter the function, but I
can't find the correspon
GC-20-20 commented on issue #11622:
URL: https://github.com/apache/nuttx/issues/11622#issuecomment-1916788876
I found it. It is not a system-level macro-defined switch, just a debugging
macro-defined switch.Defined in,
boards/arm/stm32/stm32f4discovery/src/stm32f4discovery.h
,bringup(), which
is consistent with the stm32 series.
## Impact
Changed the initialization process for onboard periphera
jturnsek commented on PR #11020:
URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1916863382
> @jturnsek
[6ad7b82](https://github.com/apache/nuttx/commit/6ad7b82cd67e4a2c392419d3e21398ae21495471)
changed this behavior. See the addition of imxrt_dmach_idle
arch/arm/src/imxrt/imx
davids5 commented on PR #11020:
URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1917073839
@jturnsek How would you like to change it?
--
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
jturnsek commented on PR #11020:
URL: https://github.com/apache/nuttx/pull/11020#issuecomment-1917196839
> @jturnsek How would you like to change it?
I think it would be better to use different method for detection of DONE, in
case of LOOPBACK destination enabled. Maybe somehow with C
17 matches
Mail list logo