(nuttx) branch master updated: boards: rv-virt: Fix the hello app crash with nsh64

2024-01-22 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 78d22b997c boards: rv-virt: Fix the hello app

Re: [PR] boards: rv-virt: Fix the hello app crash with nsh64 [nuttx]

2024-01-22 Thread via GitHub
xiaoxiang781216 merged PR #11587: URL: https://github.com/apache/nuttx/pull/11587 -- 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-apps) branch dependabot/github_actions/actions/cache-4 deleted (was 7e2c8426b)

2024-01-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-4 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git was 7e2c8426b build(deps): bump actions/cache from 3 to 4 The revisions that w

(nuttx-apps) branch master updated: build(deps): bump actions/cache from 3 to 4

2024-01-22 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 The following commit(s) were added to refs/heads/master by this push: new dabdad732 build(deps): bump actions/cache

Re: [PR] build(deps): bump actions/cache from 3 to 4 [nuttx-apps]

2024-01-22 Thread via GitHub
xiaoxiang781216 merged PR #2264: URL: https://github.com/apache/nuttx-apps/pull/2264 -- 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] config.nims: fix NimSuggest crash. [nuttx-apps]

2024-01-22 Thread via GitHub
centurysys opened a new pull request, #2265: URL: https://github.com/apache/nuttx-apps/pull/2265 ## Summary When editing in VSCode, NimSuggest refers to config.nims and tries to find the NuttX .config. Fixed a problem that .config cannot be read because the environment variable "T

Re: [PR] boards: rv-virt: Fix the hello app crash with nsh64 [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on PR #11587: URL: https://github.com/apache/nuttx/pull/11587#issuecomment-1905344191 @masayuki2009 thanks for teaching the usage. I can see the crash here now with qemu 6.2 as well and I got the following log: ``` nsh> mount -t hostfs -o fs=../apps/bin /syste

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on PR #11575: URL: https://github.com/apache/nuttx/pull/11575#issuecomment-1905338985 Hello? Is anyone could help me to merge this pr? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] boards: rv-virt: Fix the hello app crash with nsh64 [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 commented on PR #11587: URL: https://github.com/apache/nuttx/pull/11587#issuecomment-1905260708 > @masayuki2009 I noticed that quite some configs for `rv-virt` have this "HELLO=m", but I don't know how to run `hello` program from nsh. can you teach? Previously we enabled `ARCH_

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-22 Thread via GitHub
wangchen61698 commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1462679256 ## net/arp/arp_acd.c: ## @@ -0,0 +1,281 @@ +/ + * net/arp/arp_acd.c + * + * Licensed t

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-22 Thread via GitHub
wangchen61698 commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1462679072 ## net/procfs/netdev_statistics.c: ## @@ -293,6 +293,13 @@ static int netprocfs_inet4addresses(FAR struct netprocfs_file_s *netfile) len += snprintf(&netfile-

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on PR #11579: URL: https://github.com/apache/nuttx/pull/11579#issuecomment-1905202146 @yf13 add LLVM_CPUTYPE to the compile option is unnecessary, please revert the following changes and keep LLVM_CPUTYPE usage with makefile base. ``` - list(APPEND PLATFORM_FLAGS

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-22 Thread via GitHub
wengzhe commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1462659298 ## net/procfs/netdev_statistics.c: ## @@ -293,6 +293,13 @@ static int netprocfs_inet4addresses(FAR struct netprocfs_file_s *netfile) len += snprintf(&netfile->line[

Re: [PR] boards: rv-virt: Fix the hello app crash with nsh64 [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on PR #11587: URL: https://github.com/apache/nuttx/pull/11587#issuecomment-1905194201 @masayuki2009 I noticed that quite some configs for `rv-virt` have this "HELLO=m", but I don't know how to run `hello` program from nsh. can you teach? Previously we enabled `ARCH_HAVE_EL

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on PR #11579: URL: https://github.com/apache/nuttx/pull/11579#issuecomment-1905135371 @anchao it seems still not fine with stock toolchain here. Here are the version I am using compared with the version on master: ``` $ $ git diff b46ee08230 diff --git a/ar

[PR] boards: rv-virt: Fix the hello app crash with nsh64 [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 opened a new pull request, #11587: URL: https://github.com/apache/nuttx/pull/11587 ## Summary - I noticed that the hello app crashes due to https://github.com/apache/nuttx/pull/11576 - This is a tentative fix to avoid the crash ## Impact - None ##

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on PR #11579: URL: https://github.com/apache/nuttx/pull/11579#issuecomment-1905082178 > 1. Changes in `Toolchain.cmake`: a) remove the GCC_VERSION guard, b) replacing PLATFORM_FLAGS to LLVM_CPUTYPE. > 2. Changes in `platform.cmake`: remove the GCC_VERSION guard to revert

(nuttx-website) branch asf-site updated: Publishing web: b5839eef93f7280871281371cee9248b373c78cd docs: 6c186b6084e0952f29aaca0ea8296451b8646a72

2024-01-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 0b3867e2 Publishing web: b5839eef

[I] Raspberry pi 4 model B support [nuttx]

2024-01-22 Thread via GitHub
TaiJuWu opened a new issue, #11586: URL: https://github.com/apache/nuttx/issues/11586 Can Nuttx support raspberry 4 model B? Or anyone work on this board? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1905017141 @tmedicci Thanks, I confirmed that QEMU works with this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

(nuttx-apps) branch dependabot/github_actions/actions/cache-4 created (now 7e2c8426b)

2024-01-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-4 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git at 7e2c8426b build(deps): bump actions/cache from 3 to 4 No new revisions wer

[PR] build(deps): bump actions/cache from 3 to 4 [nuttx-apps]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #2264: URL: https://github.com/apache/nuttx-apps/pull/2264 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from https://github.com/actions/cache/releases";>actions/cache's releases. v4.0.0

[PR] risc-v/bl808: Flush MMU Cache after updating SATP [nuttx]

2024-01-22 Thread via GitHub
lupyuen opened a new pull request, #11585: URL: https://github.com/apache/nuttx/pull/11585 ## Summary Ox64 BL808 crashes with a Page Fault when we run `getprime` then `hello`. This is caused by the T-Head C906 MMU incorrectly accessing the MMU Page Tables of the Previous Process (`ge

Re: [PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-22 Thread via GitHub
michallenc commented on code in PR #11584: URL: https://github.com/apache/nuttx/pull/11584#discussion_r1462415441 ## arch/arm/src/samv7/Kconfig: ## @@ -1339,6 +1343,21 @@ config SAMV7_USART0_1WIREDRIVER bool "1-Wire driver" select SAMV7_1WIREDRIVER +config SAMV

Re: [PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-22 Thread via GitHub
alandeassis commented on code in PR #11584: URL: https://github.com/apache/nuttx/pull/11584#discussion_r1462241776 ## arch/arm/src/samv7/Kconfig: ## @@ -1376,6 +1395,21 @@ config SAMV7_USART1_1WIREDRIVER bool "1-Wire driver" select SAMV7_1WIREDRIVER +config SAM

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1462235321 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struc

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1462235321 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struc

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1462230015 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struc

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1462226244 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struct e

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on PR #11575: URL: https://github.com/apache/nuttx/pull/11575#issuecomment-1904529533 @tmedicci comment has been updated, please review 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

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on PR #11575: URL: https://github.com/apache/nuttx/pull/11575#issuecomment-1904480103 I'm working on test now. A detailed description will be added to first conversation soon. -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11575: URL: https://github.com/apache/nuttx/pull/11575#issuecomment-1904322470 @w2016561536 , could you please: 1) Fill the description, including the testing method; 2) Apply the following patch to fix whether to use or not the DMA: ``` diff --git a/

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1462077674 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struct e

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
w2016561536 commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1461942980 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struc

(nuttx) branch master updated: stm32h7:serial make TX DMA busy when there are an outstanding transaction

2024-01-22 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 6c186b6084 stm32h7:serial make TX DMA busy whe

Re: [PR] stm32h7:serial make TX DMA busy when there are an outstanding transaction [nuttx]

2024-01-22 Thread via GitHub
xiaoxiang781216 merged PR #11582: URL: https://github.com/apache/nuttx/pull/11582 -- 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] Bring up changes from nuttx/pci branch [nuttx]

2024-01-22 Thread via GitHub
xiaoxiang781216 commented on PR #11570: URL: https://github.com/apache/nuttx/pull/11570#issuecomment-1904038954 Sure. -- 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 uns

(nuttx) branch master updated: fix typo: it is P4.0 and not P0.4

2024-01-22 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 1c28bf2ed1 fix typo: it is P4.0 and not P0.4 1

Re: [PR] fix typo: it is P4.0 and not P0.4 [nuttx]

2024-01-22 Thread via GitHub
xiaoxiang781216 merged PR #11581: URL: https://github.com/apache/nuttx/pull/11581 -- 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] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461818193 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -i

Re: [PR] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1461833762 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -1312,22 +1337,23 @@ void esp32s3_spi_dma_init(struct spi_dev_s *dev) { struct esp32s3_spi_priv_s *priv = (struct e

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on PR #11579: URL: https://github.com/apache/nuttx/pull/11579#issuecomment-1903984040 @anchao, I did a few changes but none can pass local check with Stock and Xpack gcc toolchains here. 1) Changes on `Toolchain.cmake`: a) remove the GCC_VERSION guard, b) replaceing t

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461818193 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -i

[PR] samv7: add support for SPI mode in USART peripheral [nuttx]

2024-01-22 Thread via GitHub
michallenc opened a new pull request, #11584: URL: https://github.com/apache/nuttx/pull/11584 ## Summary USART peripheral can work in SPI mode as well. This commit adds support for such functionality. Only 1 slave device is supported by the peripheral therefore board level does not have

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903904547 > @tmedicci > > > Are you using Espressif's port of QEMU? > > Yes. > > > It is possible to set virtual refuses to make it behave as a chip revision > 3.0: https://gi

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903889246 @tmedicci >Are you using Espressif's port of QEMU? Yes. >It is possible to set virtual refuses to make it behave as a chip revision > 3.0: https://github.com/es

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903876637 > @tmedicci > > Also, `esp32-devkitc:elf` does not work with qemu-esp-develop-8.1.3-20231206. > > ``` > /home/ishikawa/opensource/QEMU/qemu-esp-develop-8.1.3-20231206/bu

Re: [PR] esp32: Explicitly fail on boot-up for unsupported ESP32 versions [nuttx]

2024-01-22 Thread via GitHub
tmedicci commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1903865031 > @tmedicci > > I noticed that my esp32-devkitc board does not boot withi this PR. The esptool says that the board has `ESP32-D0WD (revision v1.0)`. Is it no longer supported?

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461758819 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461755662 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461755905 ## arch/risc-v/src/cmake/platform.cmake: ## @@ -21,8 +21,20 @@ get_directory_property(NUTTX_EXTRA_FLAGS DIRECTORY ${CMAKE_SOURCE_DIR}

(nuttx) branch master updated: fix build with CONFIG_SCHED_INSTRUMENTATION_FUNCTION

2024-01-22 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 81996900db fix build with CONFIG_SCHED_INSTRUMENT

Re: [PR] fix build with CONFIG_SCHED_INSTRUMENTATION_FUNCTION [nuttx]

2024-01-22 Thread via GitHub
anchao merged PR #11580: URL: https://github.com/apache/nuttx/pull/11580 -- 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.apach

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461722873 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461722873 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -

[PR] Bring up changes from nuttx/pci branch (2nd attempt) [nuttx]

2024-01-22 Thread via GitHub
raiden00pl opened a new pull request, #11583: URL: https://github.com/apache/nuttx/pull/11583 ## Summary This is work from nuttx/pci and https://github.com/apache/nuttx/pull/1004 branches from @sonicyang and @btashton with my cosmetic changes and squashing related commits. Pr

[PR] stm32h7:serial make TX DMA busy when there are an outstanding transaction [nuttx]

2024-01-22 Thread via GitHub
davids5 opened a new pull request, #11582: URL: https://github.com/apache/nuttx/pull/11582 ## Summary See https://github.com/PX4/PX4-Autopilot/issues/22599 for additional details. If a TX DMA completion interrups a forground write. The TX DMA completion can start a dm

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461702600 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -i

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461702600 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -i

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461702600 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -i

Re: [PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
anchao commented on code in PR #11579: URL: https://github.com/apache/nuttx/pull/11579#discussion_r1461592590 ## arch/risc-v/src/cmake/Toolchain.cmake: ## @@ -273,19 +273,24 @@ if(${CONFIG_RISCV_TOOLCHAIN} STREQUAL GNU_RVG) set(PLATFORM_FLAGS) - if(CONFIG_ARCH_RV32) -

Re: [PR] rv-virt/configs: avoid build errors with cmake or stock gcc 10.2 [nuttx]

2024-01-22 Thread via GitHub
masayuki2009 commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1903610679 @yf13 >use HELLO=y for easy use within qemu console. It seems that `rv-virt:nsh64` is not modified to use CONFIG_EXAMPLES_HELLO=y >checked rv-virt/nsh and rv-virt

(nuttx) branch dependabot/github_actions/actions/cache-4 deleted (was cb478109b3)

2024-01-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-4 in repository https://gitbox.apache.org/repos/asf/nuttx.git was cb478109b3 build(deps): bump actions/cache from 3 to 4 The revisions that were

(nuttx) branch master updated: build(deps): bump actions/cache from 3 to 4

2024-01-22 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 2ec36fa7bd build(deps): bump actions/cache fro

Re: [PR] build(deps): bump actions/cache from 3 to 4 [nuttx]

2024-01-22 Thread via GitHub
xiaoxiang781216 merged PR #11577: URL: https://github.com/apache/nuttx/pull/11577 -- 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

[PR] fix build with CONFIG_SCHED_INSTRUMENTATION_FUNCTION [nuttx]

2024-01-22 Thread via GitHub
yamt opened a new pull request, #11580: URL: https://github.com/apache/nuttx/pull/11580 ## Summary fix build with CONFIG_SCHED_INSTRUMENTATION_FUNCTION ## Impact ## Testing only built tested -- This is an automated message from the Apache Git Service. To respond to

[PR] risc-v/cmake: add support for Ubuntu stock toolchain [nuttx]

2024-01-22 Thread via GitHub
yf13 opened a new pull request, #11579: URL: https://github.com/apache/nuttx/pull/11579 ## Summary Ubuntu stock toolchain complains about current CMake scripts as in issue#11573. This patch revises risc-v/cmake logic so that users of stock toolchain can enjoy CMake build system.

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-22 Thread via GitHub
wangchen61698 commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1461494303 ## net/arp/arp_acd.c: ## @@ -0,0 +1,275 @@ +/ + * net/arp/arp_acd.c + * + * Licensed t

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-22 Thread via GitHub
wangchen61698 commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1461493513 ## net/arp/arp.h: ## @@ -128,9 +128,12 @@ struct arp_iphdr_s * operated upon from the network driver poll. */ +typedef CODE void (*arp_send_finish_cb_t)(FAR

Re: [PR] Support to ARP Address Conflict Detection [nuttx]

2024-01-22 Thread via GitHub
wangchen61698 commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1461493884 ## net/arp/arp_acd.c: ## @@ -0,0 +1,275 @@ +/ + * net/arp/arp_acd.c + * + * Licensed t