raiden00pl opened a new pull request, #2169:
URL: https://github.com/apache/nuttx-apps/pull/2169
## Summary
remove nshlib/README.md which is already in Documentation/applications/nsh
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
raiden00pl commented on PR #11093:
URL: https://github.com/apache/nuttx/pull/11093#issuecomment-1784713036
@rcsim in the future please build locally Documentation before submitting PR
and make sure that your PR doesn't introduce new warning into the documentation
built
--
This is an auto
raiden00pl commented on PR #11093:
URL: https://github.com/apache/nuttx/pull/11093#issuecomment-1784719974
@acassis can we pay a little more attention to what we are merging to the
Documentation ? CI for the docs doesn't catch new warnings and fixing newly
introduced warnings to the doc eve
raiden00pl opened a new pull request, #11095:
URL: https://github.com/apache/nuttx/pull/11095
## Summary
- Documentation: review applications/nsh
- Documentation: fix warnings
## Impact
## Testing
local
--
This is an automated message from the Apache Git Serv
pkarashchenko merged PR #11090:
URL: https://github.com/apache/nuttx/pull/11090
--
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...@nutt
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko 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 949d01be51 fs/inode: Change inode_unlink t
xiaoxiang781216 merged PR #2164:
URL: https://github.com/apache/nuttx-apps/pull/2164
--
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 8f56bc1de testing/sd_bench: Port sdbench
xiaoxiang781216 commented on code in PR #2168:
URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1375878152
##
benchmarks/spinlock_bench/Makefile:
##
@@ -0,0 +1,52 @@
+
+# apps/benchmarks/c
pkarashchenko merged PR #11092:
URL: https://github.com/apache/nuttx/pull/11092
--
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...@nutt
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit d5d4006c6b88f2c856d888a107f443832ecc77b1
Author: Xiang Xiao
AuthorDate: Sat Oct 21 17:20:02 2023 +0800
mm/gra
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 949d01be51 fs/inode: Change inode_unlink to static function
new 08bae13624 mm/tlfs: Replace the critical se
pkarashchenko closed issue #1144: Crtical section should be replaced with
spinlock as much as we can to improve SMP performance
URL: https://github.com/apache/nuttx/issues/1144
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9e4a1be8d482119f004549e1bb076227b1e58279
Author: Xiang Xiao
AuthorDate: Sat Oct 21 17:20:29 2023 +0800
mm/iob
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 0c805ca0a907fad87074276a693d0b1f7a5332ad
Author: Xiang Xiao
AuthorDate: Mon Oct 30 01:01:37 2023 +0800
mm: Ch
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 08bae1362453874d457f03038cfa759d60ad72f7
Author: Xiang Xiao
AuthorDate: Sat Oct 21 17:18:57 2023 +0800
mm/tlf
pkarashchenko commented on code in PR #2168:
URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1375911994
##
benchmarks/spinlock_bench/spinlock_bench.c:
##
@@ -0,0 +1,89 @@
+/
+ * apps/benc
pkarashchenko commented on code in PR #2168:
URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1375911386
##
benchmarks/spinlock_bench/spinlock_bench.c:
##
@@ -0,0 +1,89 @@
+/
+ * apps/benc
pussuw commented on PR #2159:
URL: https://github.com/apache/nuttx-apps/pull/2159#issuecomment-1784818486
Got back to this, the reason the memory is never freed in this simple test
case, is that there is a mm_delaylist for every CPU:
```
/* Free delay list, for some situations wh
pussuw opened a new pull request, #11096:
URL: https://github.com/apache/nuttx/pull/11096
## Summary
This removes "mpfs_opensbi_pmp_setup" and moves the logic to a lower level
routine. Also an option to provide a board specific PMP configuration is given,
instead of just opening up the e
Donny9 commented on PR #11037:
URL: https://github.com/apache/nuttx/pull/11037#issuecomment-1784874018
> please add commit messages
Done~
--
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 th
pkarashchenko commented on code in PR #11037:
URL: https://github.com/apache/nuttx/pull/11037#discussion_r1375976567
##
libs/libc/machine/arm64/arch_elf.c:
##
@@ -0,0 +1,794 @@
+/
+ * libs/libc/machine/a
xiaoxiang781216 merged PR #11037:
URL: https://github.com/apache/nuttx/pull/11037
--
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 0c805ca0a9 mm: Change global spinlock to per heap
new 489bd15271 arch/arm64: support relocate for aarch64
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 489bd1527102af7935f9376a5a6052e3a6891b0d
Author: dongjiuzhu1
AuthorDate: Mon Oct 16 20:27:15 2023 +0800
arch/arm6
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 da95b351754791d59601826026f531f3cc9650a0
Author: dongjiuzhu1
AuthorDate: Tue Oct 24 10:02:49 2023 +0800
arch/arm6
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 8ad88a3fc510a5088541f453d6989b968e67724d
Author: dongjiuzhu1
AuthorDate: Mon Oct 23 21:45:21 2023 +0800
qemu/arm6
CV-Bowen commented on code in PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#discussion_r1376055075
##
fs/vfs/fs_epoll.c:
##
@@ -730,22 +823,28 @@ int epoll_wait(int epfd, FAR struct epoll_event *evs,
#endif
ret = nxsem_tickwait(&eph->sem, ticks);
- if
xiaoxiang781216 merged PR #11095:
URL: https://github.com/apache/nuttx/pull/11095
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 82bcc3f7d40a3a3cbb6ad1ca1c1fdce844783d30
Author: raiden00pl
AuthorDate: Mon Oct 30 09:35:01 2023 +0100
Documentat
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 041308f95077ddfb184e9d7c285d943841788fa4
Author: raiden00pl
AuthorDate: Mon Oct 30 09:31:00 2023 +0100
Documentat
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 8ad88a3fc5 qemu/arm64: implement up_textheap_align and support sotest
new 041308f950 Documentation: review appl
xiaoxiang781216 merged PR #11089:
URL: https://github.com/apache/nuttx/pull/11089
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit afa2be4a1ed17d1e3ee78983720164baa0237e9f
Author: raiden00pl
AuthorDate: Sun Oct 29 16:45:46 2023 +0100
Documentat
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 43be20d67e76ee2b4af5e97783c2003d4b2deb75
Author: raiden00pl
AuthorDate: Sun Oct 29 17:00:24 2023 +0100
Documentat
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 82bcc3f7d4 Documentation: fix warnings
new ce97fccf9a Documentation: split some long lines
new 93f1d62f34
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 ce97fccf9ac823bb0a1e8ba25c539681dd7fcc1b
Author: raiden00pl
AuthorDate: Sat Oct 28 10:40:46 2023 +0200
Documentat
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 b7f94fbf22f11bb7ba03bfecd023efdc8a1efc75
Author: raiden00pl
AuthorDate: Sun Oct 29 16:40:32 2023 +0100
Documentat
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 649cd00c8bfcb1c41f87a7293d2c05dd3b644b27
Author: raiden00pl
AuthorDate: Sun Oct 29 16:52:00 2023 +0100
Documentat
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 64be5c695808a730ac6e8e47165dc5b4bd1dcb30
Author: raiden00pl
AuthorDate: Sun Oct 29 16:37:00 2023 +0100
Documentat
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 93f1d62f34aef75d6cadf09c60b43cb8f9ef2ea4
Author: raiden00pl
AuthorDate: Sun Oct 29 15:58:05 2023 +0100
Documentat
xiaoxiang781216 commented on PR #11094:
URL: https://github.com/apache/nuttx/pull/11094#issuecomment-1785086852
@JorgeGzm please refresh your defconfig by:
```
./tools/refresh.sh --silent linum-stm32h753bi/nsh
```
--
This is an automated message from the Apache Git Service.
To res
xiaoxiang781216 commented on code in PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#discussion_r1376134981
##
fs/vfs/fs_epoll.c:
##
@@ -730,22 +823,28 @@ int epoll_wait(int epfd, FAR struct epoll_event *evs,
#endif
ret = nxsem_tickwait(&eph->sem, ticks);
-
xiaoxiang781216 merged PR #2169:
URL: https://github.com/apache/nuttx-apps/pull/2169
--
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 b8c35f667 remove nshlib/README.md which i
CV-Bowen commented on PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#issuecomment-1785098790
> can we add a flag(e.g. POLLALWAYS)?
@xiaoxiang781216 Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
simbit18 opened a new pull request, #11098:
URL: https://github.com/apache/nuttx/pull/11098
## Summary
Add CONFIG_EXPERIMENTAL for configure windows native
## Impact
none
## Testing
We tested on platform MSYS2 and Alpine linux
--
This is an automated message from the Apa
anchao merged PR #11097:
URL: https://github.com/apache/nuttx/pull/11097
--
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
commit 6e9e21594335dd1feced539cf940ab51f949d8d5
Author: Ville Juven
AuthorDate: Wed Oct 25 15:41:05 2023 +0300
sched/task:
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 43be20d67e Documentation: fix warning
new 6e9e215943 sched/task: Remove spawn_proxyattrs as obsolete
implementati
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
commit e935bc53bb72f7333fb8570dc043bf2f8fd92b29
Author: Ville Juven
AuthorDate: Wed Oct 25 15:42:05 2023 +0300
task/task_sp
xiaoxiang781216 commented on code in PR #10706:
URL: https://github.com/apache/nuttx/pull/10706#discussion_r1376318537
##
fs/vfs/fs_epoll.c:
##
@@ -323,12 +368,47 @@ static int epoll_teardown(FAR epoll_head_t *eph, FAR
struct epoll_event *evs,
list_add_tail(&eph-
acassis merged PR #11096:
URL: https://github.com/apache/nuttx/pull/11096
--
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 e935bc53bb task/task_spawnparms.c: Set the new process's signal mask
new 17a7a7bd76 mpfs_opensbi: Remove mpfs_ope
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
commit 598e1c6512207e94a68dd5b580aeaf4cb61e1168
Author: Ville Juven
AuthorDate: Tue Oct 17 15:33:51 2023 +0300
mpfs_entryp
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
commit d64f21642437af0ebbb9aa783645e14623932e9e
Author: Ville Juven
AuthorDate: Tue Oct 17 16:04:19 2023 +0300
arch/mpfs:
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
commit 17a7a7bd7653e30b50b3782190a233578fa828e0
Author: Ville Juven
AuthorDate: Tue Oct 10 10:36:39 2023 +0300
mpfs_opensb
acassis commented on issue #11088:
URL: https://github.com/apache/nuttx/issues/11088#issuecomment-1785497324
@raiden00pl I think creating a name "demos" inside "apps/examples/" still
keeping things confuse, because most examples are in fact demos already (demo
how to use foc; demo how to us
duduita commented on PR #11091:
URL: https://github.com/apache/nuttx/pull/11091#issuecomment-1785516567
Many thanks, @xiaoxiang781216 @anjiahao1!
--
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
raiden00pl commented on issue #11088:
URL: https://github.com/apache/nuttx/issues/11088#issuecomment-1785556760
@acassis Dividing examples into categories is a very good idea, but it
doesn't solve the problem of this issue.
Where `examples/foc` should go, it demonstrate various OS com
acassis commented on PR #11094:
URL: https://github.com/apache/nuttx/pull/11094#issuecomment-1785661367
Nice work @JorgeGzm !!!
--
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 commen
acassis merged PR #11094:
URL: https://github.com/apache/nuttx/pull/11094
--
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 66df15b965 boards/stm32: add support to LINUM-ST
acassis commented on PR #11002:
URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1785831494
@pkarashchenko please include a Documentation/ for this subsystem. Maybe you
can use https://nuttx.apache.org/docs/latest/components/net/socketcan.html as
reference
--
This is an autom
acassis commented on issue #11088:
URL: https://github.com/apache/nuttx/issues/11088#issuecomment-1785874900
Yes, I think we will need to have single categories like I suggested and
some complex/jumbo demos/refdesign that include many functions.
--
This is an automated message from the Ap
g-deSousa opened a new pull request, #11099:
URL: https://github.com/apache/nuttx/pull/11099
## Summary
This patch explicitly forces the srr bit to be recessive as per CAN
specification ISO 118898-1.
## Impact
## Testing
Tested on s32k1xx not FD, not tested on s32k3xx
xiaoxiang781216 merged PR #11098:
URL: https://github.com/apache/nuttx/pull/11098
--
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 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 1bcf01e7a8 Add CONFIG_EXPERIMENTAL for configu
xiaoxiang781216 commented on PR #11098:
URL: https://github.com/apache/nuttx/pull/11098#issuecomment-1786274909
@simbit18 but why not enable CONFIG_EXPERIMENTAL from defconfig?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
xiaoxiang781216 merged PR #11074:
URL: https://github.com/apache/nuttx/pull/11074
--
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
xiaoxiang781216 closed issue #10852: PM broke for ESP32 and ESP32-C3 after #6673
URL: https://github.com/apache/nuttx/issues/10852
--
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
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 978e124d42 pm: use pm_staytimeout() in greedy_
xucheng5 opened a new issue, #11100:
URL: https://github.com/apache/nuttx/issues/11100
I get one issue on the board S32K118EVB,follow this steps :
1. use ` ./tools/configure.sh -l s32k118evb:nsh` to build, then get
nuttx.bin
2. firmware has been burned to board S32K11
masayuki2009 commented on PR #11098:
URL: https://github.com/apache/nuttx/pull/11098#issuecomment-1786323369
@simbit18
Please remove the duplicated commit message next time.
```
commit 1bcf01e7a8f8e18a52b34eea92616c92467499c2
Author: simbit18 <101105604+simbi...@users.nor
xiaotailang commented on issue #10887:
URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1786332829
hello everyone ! I encountered a problem while developing Ethernet PTP.
After enabling PTP function by setting PTP-related registers, a hardfault
occurred. Upon tracing the issue
xiaoxiang781216 commented on PR #9761:
URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1786359233
please drop the merge patch from PR, @freakishness .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
SPRESENSE opened a new pull request, #11101:
URL: https://github.com/apache/nuttx/pull/11101
## Summary
boards: cxd56xx: Add cxd5610 gnss driver
## Impact
Only spresense board
## Testing
--
This is an automated message from the Apache Git Service.
To respond to
btashton commented on issue #11084:
URL: https://github.com/apache/nuttx/issues/11084#issuecomment-1786379846
This is the blocker to this :(
https://github.com/apache/nuttx/pull/9344#issuecomment-134271
--
This is an automated message from the Apache Git Service.
To respond to the
Gary-Hobson opened a new pull request, #11102:
URL: https://github.com/apache/nuttx/pull/11102
## Summary
Different configurations require different dependencies.
Explicitly select dependencies to avoid automatically selecting
inappropriate configurations.
## Impact
## T
Gary-Hobson opened a new pull request, #2170:
URL: https://github.com/apache/nuttx-apps/pull/2170
## Summary
Modify cpuload configuration name, see this PR for
details:https://github.com/apache/nuttx/pull/11102
## Impact
## Testing
--
This is an automated message
xiaoxiang781216 merged PR #11053:
URL: https://github.com/apache/nuttx/pull/11053
--
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 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 c1db9732c5 libs/libc/spawn: Add minimal implem
PetteriAimonen commented on issue #10887:
URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1786517982
@xiaotailang For STM32F4x7 it works this way (from reference manual section
"Rx DMA configuration":
> If IEEE 1588 time stamping is enabled, the DMA writes the time sta
83 matches
Mail list logo