Re: [PR] [DO NOT MERGE] x86_64: qemu: implement pci-e functions and enumerate pci-e devices on boot [nuttx]

2024-01-25 Thread via GitHub
raiden00pl closed pull request #11571: [DO NOT MERGE] x86_64: qemu: implement pci-e functions and enumerate pci-e devices on boot URL: https://github.com/apache/nuttx/pull/11571 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2024-01-25 Thread via GitHub
raiden00pl closed pull request #11570: Bring up changes from nuttx/pci branch URL: https://github.com/apache/nuttx/pull/11570 -- 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

Re: [PR] PCI Refactoring [nuttx]

2024-01-25 Thread via GitHub
raiden00pl commented on PR #1004: URL: https://github.com/apache/nuttx/pull/1004#issuecomment-1909658139 > should we close this patch? @raiden00pl . Yes, the changes from here are squashed and included in https://github.com/apache/nuttx/pull/11583 I'll deal with `Implement removed

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1909663383 Hi@ PetteriAimonen, I am currently conducting a test with two STM32 boards where one is set as the master and the other as the slave. Upon re-examining the PTPd-related code in N

Re: [PR] PCI Refactoring [nuttx]

2024-01-25 Thread via GitHub
xiaoxiang781216 commented on PR #1004: URL: https://github.com/apache/nuttx/pull/1004#issuecomment-1909716880 OK, let's close 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 the specific comm

Re: [PR] PCI Refactoring [nuttx]

2024-01-25 Thread via GitHub
xiaoxiang781216 closed pull request #1004: PCI Refactoring URL: https://github.com/apache/nuttx/pull/1004 -- 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 pci deleted (was 2b0c18f395)

2024-01-25 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch pci in repository https://gitbox.apache.org/repos/asf/nuttx.git was 2b0c18f395 WIP: intel64: pcie support This change permanently discards the following revisions: discard 2b0c18f395 W

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
PetteriAimonen commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1909782439 The [best master clock](https://en.wikipedia.org/wiki/Precision_Time_Protocol#Best_master_clock_algorithm) algorithm is used: https://github.com/apache/nuttx-apps/blob/mast

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

2024-01-25 Thread via GitHub
raiden00pl commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1466113250 ## include/nuttx/pci/pci.h: ## @@ -0,0 +1,472 @@ +/ + * include/nuttx/pci/pci.h + * + * L

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

2024-01-25 Thread via GitHub
raiden00pl commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1466117248 ## drivers/pci/pci.c: ## @@ -0,0 +1,832 @@ +/ + * drivers/pci/pci.c + * + * Licensed to t

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

2024-01-25 Thread via GitHub
raiden00pl commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1466127018 ## arch/x86_64/src/intel64/intel64_mbfb.c: ## @@ -0,0 +1,321 @@ +/ + * arch/x86_64/src/in

[PR] mpfs_corespi: Fix firing of stale interrupt after warm reset [nuttx]

2024-01-25 Thread via GitHub
pussuw opened a new pull request, #11598: URL: https://github.com/apache/nuttx/pull/11598 ## Summary After warm reset the interrupt source in the HW block is not explicitly cleared, thus once the interrupt source is enabled the old / stale interrupt fires immediately. This causes

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

2024-01-25 Thread via GitHub
xiaoxiang781216 commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1466142844 ## drivers/pci/pci.c: ## @@ -0,0 +1,832 @@ +/ + * drivers/pci/pci.c + * + * Licensed

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1909839291 Thank you again for your enthusiastic answers. I noticed that the PTP driver only acquires the timestamp of received packets. According to the PTP protocol, it should acquire bot

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
PetteriAimonen commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1909885453 It's just that transmission timestamps are not implemented in NuttX currently. It could be added, but because of the RTOS nature, the packets go out near immediately when sent

Re: [PR] wapi: Add pscan cmd to trigger a passive scan. [nuttx-apps]

2024-01-25 Thread via GitHub
xiaoxiang781216 merged PR #2267: URL: https://github.com/apache/nuttx-apps/pull/2267 -- 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-apps) branch master updated: wapi: Add pscan cmd to trigger a passive scan.

2024-01-25 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 ca5293629 wapi: Add pscan cmd to trigger

Re: [I] STM32H7 SPI DMA: Invalidate Dcache Timing Wrong [nuttx]

2024-01-25 Thread via GitHub
dmammolo commented on issue #11594: URL: https://github.com/apache/nuttx/issues/11594#issuecomment-1910235712 @davids5 I think you are right and I have a suspicion what could cause the issue that I am observing. It is probably only an issue in combination with the PX4 SPI wrapper/stack.

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

2024-01-25 Thread via GitHub
raiden00pl commented on code in PR #11583: URL: https://github.com/apache/nuttx/pull/11583#discussion_r1466392220 ## drivers/pci/pci.c: ## @@ -0,0 +1,832 @@ +/ + * drivers/pci/pci.c + * + * Licensed to t

Re: [I] STM32H7 SPI DMA: Invalidate Dcache Timing Wrong [nuttx]

2024-01-25 Thread via GitHub
davids5 commented on issue #11594: URL: https://github.com/apache/nuttx/issues/11594#issuecomment-1910264982 @dmammolo I would expect that with 2 device on the same bus _locking_mode needs to be used and should be set to LOCK_PREEMPTION or LOCK_THREADS depending on the drivers and what thei

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

2024-01-25 Thread via GitHub
xiaoxiang781216 commented on PR #11583: URL: https://github.com/apache/nuttx/pull/11583#issuecomment-1910268003 what' about the remaining comment? -- 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

[PR] nshcmd/rptun: align help mesg with impl [nuttx-apps]

2024-01-25 Thread via GitHub
yf13 opened a new pull request, #2269: URL: https://github.com/apache/nuttx-apps/pull/2269 ## Summary The ping subcommand of rptun command is guarded with RPTUN_PING in handler. its help mesg should also have same guard to avoid confusing user. ## Impact rptun co

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

2024-01-25 Thread via GitHub
raiden00pl commented on PR #11583: URL: https://github.com/apache/nuttx/pull/11583#issuecomment-1910287960 > what' about the remaining comment? Hidden behind Github "Load more..." button and I missed these -- This is an automated message from the Apache Git Service. To respond

Re: [PR] espressif: Legacy bootloader clean-up [nuttx]

2024-01-25 Thread via GitHub
acassis merged PR #11599: URL: https://github.com/apache/nuttx/pull/11599 -- 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.apac

(nuttx) branch master updated (ebef20ee17 -> c4f76ff867)

2024-01-25 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from ebef20ee17 docs: revising comments and documents add 7ac14b544e risc-v/espressif: Select simple boot by default f

Re: [PR] mpfs_corespi: Fix firing of stale interrupt after warm reset [nuttx]

2024-01-25 Thread via GitHub
acassis merged PR #11598: URL: https://github.com/apache/nuttx/pull/11598 -- 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.apac

(nuttx) branch master updated: mpfs_corespi: Fix firing of stale interrupt after warm reset

2024-01-25 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 a188cf3480 mpfs_corespi: Fix firing of stale int

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

2024-01-25 Thread via GitHub
acassis merged PR #11578: URL: https://github.com/apache/nuttx/pull/11578 -- 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.apac

(nuttx) branch master updated: Support to ARP Address Conflict Detection

2024-01-25 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis 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 204f4a18a0 Support to ARP Address Conflict Detec

Re: [I] STM32H7 timers [nuttx]

2024-01-25 Thread via GitHub
acassis commented on issue #11596: URL: https://github.com/apache/nuttx/issues/11596#issuecomment-1910329838 Hi @maxikrie thanks for reporting it! Could you please submit a fix? Case you are busy I can do it. -- This is an automated message from the Apache Git Service. To respond to the m

Re: [I] STM32H7 SPI DMA: Invalidate Dcache Timing Wrong [nuttx]

2024-01-25 Thread via GitHub
dmammolo commented on issue #11594: URL: https://github.com/apache/nuttx/issues/11594#issuecomment-1910349739 I agree and I just verified that on px4 release 1.13.3 and 1.14.0 the locking mode for fmu-v6c is always LOCK_NONE. I will create an issue on the PX4 repository and close it here. T

Re: [I] STM32H7 SPI DMA: Invalidate Dcache Timing Wrong [nuttx]

2024-01-25 Thread via GitHub
dmammolo closed issue #11594: STM32H7 SPI DMA: Invalidate Dcache Timing Wrong URL: https://github.com/apache/nuttx/issues/11594 -- 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.

[PR] xmc4 ccu4 global registers [nuttx]

2024-01-25 Thread via GitHub
trns1997 opened a new pull request, #11600: URL: https://github.com/apache/nuttx/pull/11600 ## Summary Add XMC4 CCU4 Global Registers ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

(nuttx) 06/06: cosmetic changes after pci code rebase

2024-01-25 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 a12fdd88762a034610684755aaef548ada1fc31f Author: raiden00pl AuthorDate: Mon Jan 22 11:12:09 2024 +0100 cosmetic c

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

2024-01-25 Thread via GitHub
xiaoxiang781216 merged PR #11583: URL: https://github.com/apache/nuttx/pull/11583 -- 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) branch master updated (204f4a18a0 -> a12fdd8876)

2024-01-25 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 204f4a18a0 Support to ARP Address Conflict Detection new 18f97bf2f8 pcie: add framework new 69ed5bb67d Var

(nuttx) 01/06: pcie: add framework

2024-01-25 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 18f97bf2f8f88fe41b77b2ffee8ffb3447ef98fa Author: Yang Chung-Fan AuthorDate: Mon May 4 18:44:11 2020 +0900 pcie: a

(nuttx) 04/06: boards/x86_64: refresh earlyfb and pcitest configurations

2024-01-25 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 50f7e96e5e510a89bd1a5dd9b2fe31fb4abcd622 Author: raiden00pl AuthorDate: Mon Jan 22 10:23:33 2024 +0100 boards/x86

(nuttx) 02/06: Various fixes for PCI work

2024-01-25 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 69ed5bb67de73adae50c3e3afbab34f944eb14a2 Author: Brennan Ashton AuthorDate: Thu May 7 02:59:29 2020 -0700 Various

(nuttx) 03/06: x86_64: Early framebuffer console

2024-01-25 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 0ed4123326a2121897f3ae5d8b13d227030df1e4 Author: Brennan Ashton AuthorDate: Tue Aug 4 03:29:05 2020 -0700 x86_64:

(nuttx) 05/06: fix various compilation errors after pci code rebase

2024-01-25 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 2e758f33eea5e8dcd38f6e37061e53a3b6e076de Author: raiden00pl AuthorDate: Mon Jan 22 10:40:16 2024 +0100 fix variou

[PR] samv7: fix QSPI DMA option not showing in menuconfig [nuttx]

2024-01-25 Thread via GitHub
michallenc opened a new pull request, #11601: URL: https://github.com/apache/nuttx/pull/11601 ## Summary Commit 03e5c02 introduced option to have both standard SPI and QSPI in SPI mode on one system. However this change broke the appearance of QSPI driver configuration menu entry in menu

(nuttx-website) branch asf-site updated: Publishing web: 69485786e52ff306670ab74f7df988cf8658ee69 docs: a12fdd88762a034610684755aaef548ada1fc31f

2024-01-25 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 15498205 Publishing web: 69485786

[PR] arm: sama5: sam_serial: fix to compile with "UART Flow control enable… [nuttx]

2024-01-25 Thread via GitHub
centurysys opened a new pull request, #11602: URL: https://github.com/apache/nuttx/pull/11602 ## Summary SAMA5D2 has UART (TX/RX only) and FLEXCOM USART (with control pins). UART has only TX/RX, so if I try to use flow control with FLEXCOM USART, there is no register definition

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1911257462 ok! I really appreciate your patient answers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1911260415 In the current design, if we want to further improve the precision, such as to achieve a precision of 20-50ns, is there any way to do it? -- This is an automated message from t

Re: [PR] nshcmd/rptun: align help mesg with command handler [nuttx-apps]

2024-01-25 Thread via GitHub
xiaoxiang781216 merged PR #2269: URL: https://github.com/apache/nuttx-apps/pull/2269 -- 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-apps) branch master updated: nshcmd/rptun: align help mesg with impl

2024-01-25 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 596328ccc nshcmd/rptun: align help mesg w

Re: [PR] nshlib: add `expr` command support [nuttx-apps]

2024-01-25 Thread via GitHub
xiaoxiang781216 merged PR #2268: URL: https://github.com/apache/nuttx-apps/pull/2268 -- 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-apps) branch master updated: nshlib: add `expr` command support

2024-01-25 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 c699b05f7 nshlib: add `expr` command supp

(nuttx) branch master updated: samv7: fix QSPI DMA option not showing in menuconfig

2024-01-25 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 addfa1c030 samv7: fix QSPI DMA option not show

Re: [PR] samv7: fix QSPI DMA option not showing in menuconfig [nuttx]

2024-01-25 Thread via GitHub
xiaoxiang781216 merged PR #11601: URL: https://github.com/apache/nuttx/pull/11601 -- 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] rptun: extract rptun char to rpmsg/rpmsg.c [nuttx]

2024-01-25 Thread via GitHub
wyr8899 opened a new pull request, #11603: URL: https://github.com/apache/nuttx/pull/11603 ## Summary Ioctl is commom part in rpmsg, so extract rptun char to rpmsg/rpmsg.c. ## Impact The frameworks of rpmsg and rptun are clearer. ## Testing Tested in sim vela and 86 panel.

Re: [I] version.h for version 12.4 is incorrect [nuttx]

2024-01-25 Thread via GitHub
chenzhihong007 commented on issue #11502: URL: https://github.com/apache/nuttx/issues/11502#issuecomment-1911330663 > 12.4 release is WIP. Hi Jerpelea. May I ask when the official version of 12.4 is expected to be released? Thank you! -- This is an automated message from the Ap

Re: [PR] arm: sama5: sam_serial: fix to compile with "UART Flow control enable… [nuttx]

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

(nuttx) branch master updated: arm: sama5: sam_serial: fix to compile with "UART Flow control enabled" on SAMA5D2.

2024-01-25 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 8571893435 arm: sama5: sam_serial: fix to compile

[PR] nsh_syscmds: update rptun_ping to rpmsg_ping, add cmd_rpmsg. [nuttx-apps]

2024-01-25 Thread via GitHub
wyr8899 opened a new pull request, #2270: URL: https://github.com/apache/nuttx-apps/pull/2270 ## Summary To support rpmsg ioctl, add cmd_rpmsg function, and update rptun ping to rpmsg ping. ## Impact Able to use rpmsg ioctl cmd. ## Testing Tested in sim vela and 86 panel.

Re: [PR] rptun: extract rptun char to rpmsg/rpmsg.c [nuttx]

2024-01-25 Thread via GitHub
anchao commented on code in PR #11603: URL: https://github.com/apache/nuttx/pull/11603#discussion_r1467215337 ## drivers/rpmsg/rpmsg.c: ## @@ -74,6 +91,16 @@ rpmsg_get_by_rdev(FAR struct rpmsg_device *rdev) return metal_container_of(rdev, struct rpmsg_s, rdev); } +static i

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
PetteriAimonen commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1911553559 That precision probably requires a specifically designed PTP-aware switch, or a direct cable connection between two devices. It would also require adding the hardware TX times

[PR] xtensa/esp32s3: Fix crash issue that occurs when deleting a semaphore in WPA3 [nuttx]

2024-01-25 Thread via GitHub
cwespressif opened a new pull request, #11604: URL: https://github.com/apache/nuttx/pull/11604 ## Summary - Fix crash issue that occurs when deleting a semaphore in WPA3. 1. This PR changes the Espressif HAL for 3rd Party Platforms: https://github.com/espressif/esp-hal-3rdparty

Re: [I] how to support ptp [nuttx]

2024-01-25 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1911588604 Thank you very much for your detailed answer. Additionally, I would like to express my gratitude for the assistance you've provided regarding PTP-related issues throughout this p