Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2024-01-30 Thread via GitHub
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

Re: [PR] It should be possible to use ping without rptun being enabled, so striped rptun_ping out of rptun and rename to rpmsg_ping. [nuttx]

2024-01-30 Thread via GitHub
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

(nuttx) 02/02: defconfig: change CONFIG_RPTUN_PING to CONFIG_RPMSG_PING

2024-01-30 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 201a040f566119679c989e04d0c87b99101f78d7 Author: wangyongrong AuthorDate: Tue Jan 30 15:42:42 2024 +0800 defconfi

Re: [PR] toywasm: update to v36 [nuttx-apps]

2024-01-30 Thread via GitHub
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...

(nuttx) branch master updated (727adcd499 -> 201a040f56)

2024-01-30 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 727adcd499 Docs/esp: esp32h2 and esp32c6 documentation added new ce832c6377 rptun_ping: Strip rptun_ping out of

(nuttx) 01/02: rptun_ping: Strip rptun_ping out of rptun and rename to rpmsg_ping

2024-01-30 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 ce832c6377594c94c40a7547ed340d47c474eefa Author: wangyongrong AuthorDate: Fri Dec 22 16:09:24 2023 +0800 rptun_pi

(nuttx-apps) branch master updated (d381699ac -> b43340b0a)

2024-01-30 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-apps.git from d381699ac testing/getprime: add cmake support new df573bb02 toywasm: bump the version new b43340b0a t

(nuttx-apps) 01/02: toywasm: bump the version

2024-01-30 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-apps.git commit df573bb024aa622ee90959976144dd027ff76c93 Author: YAMAMOTO Takashi AuthorDate: Tue Jan 30 00:14:19 2024 +0900

(nuttx-apps) 02/02: toywasm: regen

2024-01-30 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-apps.git commit b43340b0aa3710a282fb8745208bc93c7302ac98 Author: YAMAMOTO Takashi AuthorDate: Tue Jan 30 00:15:05 2024 +0900

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2024-01-30 Thread via GitHub
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

[I] The definition could not be found “HAVE_SDIO” [nuttx]

2024-01-30 Thread via GitHub
GC-20-20 opened a new issue, #11622: URL: https://github.com/apache/nuttx/issues/11622 ![image](https://github.com/apache/nuttx/assets/78419332/1029eb0c-8f53-4605-a4db-c092fb9c31ba) The code needs to define HAVE_SDIO before I can enter the function, but I can't find the correspon

Re: [I] The definition could not be found “HAVE_SDIO” [nuttx]

2024-01-30 Thread via GitHub
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 ![image](ht

Re: [I] The definition could not be found “HAVE_SDIO” [nuttx]

2024-01-30 Thread via GitHub
GC-20-20 closed issue #11622: The definition could not be found “HAVE_SDIO” URL: https://github.com/apache/nuttx/issues/11622 -- 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

[PR] driver/gd32f4:modified the execution logic of the board_late_initialize(),bringup(), which is consistent with the stm32 series. [nuttx]

2024-01-30 Thread via GitHub
GC-20-20 opened a new pull request, #11623: URL: https://github.com/apache/nuttx/pull/11623 ## Summary modified the execution logic of the board_late_initialize(),bringup(), which is consistent with the stm32 series. ## Impact Changed the initialization process for onboard periphera

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2024-01-30 Thread via GitHub
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

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2024-01-30 Thread via GitHub
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

Re: [PR] imxrt:serial Ensure the cache is updated if the DMA has updated again [nuttx]

2024-01-30 Thread via GitHub
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