Re: [PR] Bring up changes from nuttx/pci branch [nuttx]

2024-01-21 Thread via GitHub
raiden00pl commented on PR #11570: URL: https://github.com/apache/nuttx/pull/11570#issuecomment-1903430149 @xiaoxiang781216 what do you think about applying this pcie implementation first (with the changes from Brennan included). When your implementation goes upstream we can mark this work

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-21 Thread via GitHub
raiden00pl commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1903398146 This issue is about IEEE802.15.4 support for nRF5x using the build-in radio. The only purpose why I need mrf24j40 is for testing and a better understanding of how MAC layer works

(nuttx) branch master updated: rv-virt/configs: avoid build errors

2024-01-21 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 b46ee08230 rv-virt/configs: avoid build errors

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

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

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

2024-01-21 Thread via GitHub
anchao commented on code in PR #11578: URL: https://github.com/apache/nuttx/pull/11578#discussion_r1461388327 ## 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

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

2024-01-21 Thread via GitHub
wangchen61698 opened a new pull request, #11578: URL: https://github.com/apache/nuttx/pull/11578 ## Summary Support to ARP Address Conflict Detection ## Impact ARP ## Testing set CONFIG_NET_ARP_ACD to built-in this function The following figure

(nuttx) branch dependabot/github_actions/actions/cache-4 created (now cb478109b3)

2024-01-21 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 at cb478109b3 build(deps): bump actions/cache from 3 to 4 No new revisions were

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

2024-01-21 Thread via GitHub
dependabot[bot] opened a new pull request, #11577: URL: https://github.com/apache/nuttx/pull/11577 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

Re: [I] esp32s3/smp: Dual Core Scheduling Problem. [nuttx]

2024-01-21 Thread via GitHub
masayuki2009 commented on issue #11567: URL: https://github.com/apache/nuttx/issues/11567#issuecomment-1902945782 @acassis > @masayuki2009 since you did many improvements over original SMP, maybe you can have some suggestion to help here. I think @tmedicci's comments are correct.

Re: [I] IEEE802.15.4 support for nRF52 and nRF53 [nuttx]

2024-01-21 Thread via GitHub
maxikrie commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1902881139 Ok, too bad. In the title and your original post you mention nRF52x chips. Did you also work on these or only mrf24j40 modules? -- This is an automated message from the Apache

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

2024-01-21 Thread via GitHub
yf13 commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902847191 @anchao I am unfamiliar with the CI stuffs, but I will try to make `rv-virt/nsh(64)` work with CMake later. BTW, do you know why my local run of "tools/refresh.sh --silent" missed

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

2024-01-21 Thread via GitHub
anchao commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902845228 > BTW, do you know why my local run of "tools/refresh.sh --silent" failed to catch errors related to "NSH_SYMTAB_ARRAYNAME"? is the "tools/refresh.sh" in CI different from the one on

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

2024-01-21 Thread via GitHub
yf13 commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902839506 @anchao I am unfamiliar with the CI stuffs, but I will try to make `rv-virt/nsh(64)` work with CMake+gcc-10.2 later. BTW, do you know why my local run of "tools/refresh.sh --silent"

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

2024-01-21 Thread via GitHub
anchao commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902818261 Maybe you can migrate the ci of rv-virt/nsh(64) to cmake? https://github.com/apache/nuttx/blob/master/tools/ci/testlist/risc-v.dat -- This is an automated message from the Apache Git

Re: [I] cmake/rv-virt: usage error with Ubuntu stock gcc-riscv64-unknown-elf toolchain [nuttx]

2024-01-21 Thread via GitHub
anchao commented on issue #11573: URL: https://github.com/apache/nuttx/issues/11573#issuecomment-1902812814 You need to update your toolchain to a newer version. These processor modules are only supported in gcc versions after 12:

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

2024-01-21 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902810086 @tmedicci Also, `esp32-devkitc:elf` does not work with qemu-esp-develop-8.1.3-20231206. ```

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

2024-01-21 Thread via GitHub
masayuki2009 commented on PR #11563: URL: https://github.com/apache/nuttx/pull/11563#issuecomment-1902806943 @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] esp32s3/spi-dma: Fix spi dma transfer. [nuttx]

2024-01-21 Thread via GitHub
tmedicci commented on PR #11575: URL: https://github.com/apache/nuttx/pull/11575#issuecomment-1902692130 I'll double-check it tomorrow. Please don't merge it yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(nuttx) 03/04: esp32: Explicitly fail on boot-up for unsupported ESP32 versions.

2024-01-21 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 0ecc3aaad27ee3bb9ea862dee2a832f985a81385 Author: Tiago Medicci Serrano AuthorDate: Fri Dec 22 10:23:27 2023 -0300

(nuttx) 01/04: esp32/hardware: Rename `efuse_reg.h` to `esp32_efuse.h`.

2024-01-21 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 8752e6d863f04b0468920562a38878b1569ca274 Author: Tiago Medicci Serrano AuthorDate: Thu Dec 21 16:00:17 2023 -0300

(nuttx) branch master updated (5d40882d4c -> 282feec9a3)

2024-01-21 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 5d40882d4c Documentation: update doc for etc romfs new 8752e6d863 esp32/hardware: Rename `efuse_reg.h` to

(nuttx) 04/04: esp32-devkitc/mcuboot_update_agent: Update defconfig

2024-01-21 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 282feec9a3560304b1248e6df8063ea510909fab Author: Tiago Medicci Serrano AuthorDate: Mon Jan 8 14:39:11 2024 -0300

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

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

Re: [PR] Bring up changes from nuttx/pci branch [nuttx]

2024-01-21 Thread via GitHub
xiaoxiang781216 commented on PR #11570: URL: https://github.com/apache/nuttx/pull/11570#issuecomment-1902645073 Yes, it will upstream once it's mature. -- 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

(nuttx-apps) branch master updated: Zig: revise apps build support

2024-01-21 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 14d405915 Zig: revise apps build support

Re: [PR] Zig apps: add kernel mode build support [nuttx-apps]

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

Re: [PR] Zig apps: add kernel mode build support [nuttx-apps]

2024-01-21 Thread via GitHub
xiaoxiang781216 commented on PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#issuecomment-1902644617 > @xiaoxiang781216 please check the latest update, which contains a newly added "RENAMEMAIN" function to allow Zig apps to use normal "main()" entrance even for flat build.

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

2024-01-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #11575: URL: https://github.com/apache/nuttx/pull/11575#discussion_r1460906784 ## arch/xtensa/src/esp32s3/esp32s3_spi.c: ## @@ -979,6 +988,14 @@ static void esp32s3_spi_dma_exchange(struct esp32s3_spi_priv_s *priv, static uint32_t

(nuttx) branch master updated (2ff700de92 -> 5d40882d4c)

2024-01-21 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 2ff700de92 Documentation: migrate x86_64 readme to rst add 5d40882d4c Documentation: update doc for etc romfs

Re: [PR] Documentation: update doc for etc romfs [nuttx]

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

(nuttx) branch master updated: Documentation: migrate x86_64 readme to rst

2024-01-21 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 2ff700de92 Documentation: migrate x86_64

Re: [PR] Documentation: migrate x86_64 readme to rst [nuttx]

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

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

2024-01-21 Thread via GitHub
yf13 commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902639407 @pkarashchenko Yes I mean the `gcc-riscv64-unknown-elf` toolchain on Ubuntu Jammy, which is easy to install via `apt`. actually I checked both Ubuntu toolchain and the xpack

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

2024-01-21 Thread via GitHub
yf13 commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902638817 @pkarashchenko Yes I mean the `gcc-riscv64-unknown-elf` toolchain on Ubuntu Jammy, which is easy to install via `apt`. actually I checked both that toolchain and the xpack

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

2024-01-21 Thread via GitHub
pkarashchenko commented on PR #11576: URL: https://github.com/apache/nuttx/pull/11576#issuecomment-1902624022 I'm not sure about the libm change. I think by "stock" you mean the Ubuntu package of some version? I'm really not sure that we should be tight to the particular version of a

[PR] rv-virt/configs: avoid build errors [nuttx]

2024-01-21 Thread via GitHub
yf13 opened a new pull request, #11576: URL: https://github.com/apache/nuttx/pull/11576 ## Summary Revised rv-virt/nsh and rv-virt/nsh64 defconfigs for following changes: - disable NSH_SYMTAB to avoid build errors with cmake system. - enable LIBM to avoid build errors

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

2024-01-21 Thread via GitHub
w2016561536 opened a new pull request, #11575: URL: https://github.com/apache/nuttx/pull/11575 ## Summary Fix esp32s3 spi dma transfer. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Bring up changes from nuttx/pci branch [nuttx]

2024-01-21 Thread via GitHub
raiden00pl commented on PR #11570: URL: https://github.com/apache/nuttx/pull/11570#issuecomment-1902557940 > Looks like my changes may have gotten dropped? I made quite a few fixes around the PCI stuff to the point were I was able to use it on my laptop and enumerate real devices. Let me