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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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...
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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...
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
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...
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
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
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
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.
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
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
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
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.
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
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
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
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
61 matches
Mail list logo