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

2023-10-31 Thread via GitHub
xiaotailang commented on issue #10887: URL: https://github.com/apache/nuttx/issues/10887#issuecomment-1788447784 Thank you very much for the assistance you've provided -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-10-31 Thread via GitHub
GC-20-20 commented on code in PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#discussion_r1378414801 ## examples/serialrx/serialrx_main.c: ## @@ -118,8 +118,7 @@ int main(int argc, FAR char *argv[]) while (cnt < bytecount) { #ifdef

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#discussion_r1378410290 ## examples/serialrx/serialrx_main.c: ## @@ -118,8 +118,7 @@ int main(int argc, FAR char *argv[]) while (cnt < bytecount) { #ifdef

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-10-31 Thread via GitHub
GC-20-20 commented on code in PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#discussion_r1378380224 ## examples/serialrx/serialrx_main.c: ## @@ -118,8 +118,7 @@ int main(int argc, FAR char *argv[]) while (cnt < bytecount) { #ifdef

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-10-31 Thread via GitHub
GC-20-20 commented on code in PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#discussion_r1378378099 ## examples/serialrx/Kconfig: ## @@ -39,22 +39,22 @@ config EXAMPLES_SERIALRX_DEVPATH choice prompt "Output method" - default

Re: [PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #2171: URL: https://github.com/apache/nuttx-apps/pull/2171#discussion_r1378373428 ## examples/serialrx/Kconfig: ## @@ -39,22 +39,22 @@ config EXAMPLES_SERIALRX_DEVPATH choice prompt "Output method" - default

[PR] Add missing variables and change to be more intuitive to use [nuttx-apps]

2023-10-31 Thread via GitHub
GC-20-20 opened a new pull request, #2171: URL: https://github.com/apache/nuttx-apps/pull/2171 ## Summary Add missing variables and change to be more intuitive to use ## Impact Variables that do cause compilation to fail ## Testing local test -- This is an automated

Re: [PR] arch/sim: Provide a dummy g_reg_offs for arm64 [nuttx]

2023-10-31 Thread via GitHub
masayuki2009 commented on PR #11091: URL: https://github.com/apache/nuttx/pull/11091#issuecomment-1788360589 g_reg_offs was introduced in https://github.com/apache/nuttx/pull/9859 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

(nuttx) 02/02: usrsock_rpmsg_server: Keep msg order in recursive call

2023-10-31 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 90a8e2e4220856b337d67fa2e5c36d46f928aa24 Author: Zhe Weng AuthorDate: Tue Aug 29 22:12:23 2023 +0800

(nuttx) branch master updated (c7d0b32e4f -> 90a8e2e422)

2023-10-31 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 c7d0b32e4f simwifi: Support that get the connected Chinese essid. new 52fddb1f12 usrsock_rpmsg_server: Save

(nuttx) 01/02: usrsock_rpmsg_server: Save iov and remain per endpoint

2023-10-31 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 52fddb1f121dbbbae5a15a74019ec5581411923e Author: Zhe Weng AuthorDate: Mon Sep 11 11:57:53 2023 +0800

Re: [PR] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 merged PR #11103: URL: https://github.com/apache/nuttx/pull/11103 -- 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] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #11103: URL: https://github.com/apache/nuttx/pull/11103#discussion_r1378326012 ## drivers/usrsock/usrsock_rpmsg_server.c: ## @@ -1042,28 +1068,84 @@ static void usrsock_rpmsg_ns_unbind(FAR struct rpmsg_endpoint *ept) kmm_free(ept); }

Re: [PR] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
wengzhe commented on code in PR #11103: URL: https://github.com/apache/nuttx/pull/11103#discussion_r1378320648 ## drivers/usrsock/usrsock_rpmsg_server.c: ## @@ -1042,28 +1068,84 @@ static void usrsock_rpmsg_ns_unbind(FAR struct rpmsg_endpoint *ept) kmm_free(ept); }

Re: [PR] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
wengzhe commented on code in PR #11103: URL: https://github.com/apache/nuttx/pull/11103#discussion_r1378320648 ## drivers/usrsock/usrsock_rpmsg_server.c: ## @@ -1042,28 +1068,84 @@ static void usrsock_rpmsg_ns_unbind(FAR struct rpmsg_endpoint *ept) kmm_free(ept); }

Re: [PR] Add supoort for hpm6360evk [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1788279955 > HPMicro's repo has added support for nuttx: [HPMicro](https://github.com/hpmicro/nuttx/tree/nuttx_with_hpmsdk/arch/risc-v/src/hpmicro) But they use their own SDK, not nuttx-style

Re: [PR] Usrsock socket fallback with ENETDOWN [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #11107: URL: https://github.com/apache/nuttx/pull/11107#discussion_r1378308214 ## net/socket/socket.c: ## @@ -104,9 +104,11 @@ int psock_socket(int domain, int type, int protocol, /* When usrsock daemon returns -ENOSYS or -ENOTSUP,

(nuttx) branch master updated: simwifi: Support that get the connected Chinese essid.

2023-10-31 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 c7d0b32e4f simwifi: Support that get the

Re: [PR] simwifi: Support that get the connected Chinese essid. [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 merged PR #11104: URL: https://github.com/apache/nuttx/pull/11104 -- 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: sched: explicitly select the cpuload clock source configuration

2023-10-31 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 d0a5489ac5 sched: explicitly select the

Re: [PR] sched: explicitly select the cpuload clock source configuration [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 merged PR #11102: URL: https://github.com/apache/nuttx/pull/11102 -- 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: s32k3xxx:serial ensure the cache is updated if the DMA has updated again

2023-10-31 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 e0c883f487 s32k3xxx:serial ensure the cache

Re: [PR] s32k3xx: serial ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 merged PR #11106: URL: https://github.com/apache/nuttx/pull/11106 -- 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] nsh: explicitly select the cpuload clock source configuration [nuttx-apps]

2023-10-31 Thread via GitHub
xiaoxiang781216 merged PR #2170: URL: https://github.com/apache/nuttx-apps/pull/2170 -- 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-apps) branch master updated: nsh: rename CONFIG_SCHED_CPULOAD to CONFIG_SCHED_CPULOAD_NONE

2023-10-31 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 647db6393 nsh: rename

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1378304129 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,102 @@ +/ + *

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 0bc897df15afac24da27feacfb666b9c51cdc669

2023-10-31 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 72bd765f Publishing web:

Re: [I] Difficulty in configuring NuttX to enable many features at once [nuttx]

2023-10-31 Thread via GitHub
robertlipe commented on issue #11105: URL: https://github.com/apache/nuttx/issues/11105#issuecomment-1788117555 For easily reproducible builds, use kconfig-tweak in a script to turn the flags you want off and on without ever manually touching menuconfig.

Re: [PR] Usrsock socket fallback with ENETDOWN [nuttx]

2023-10-31 Thread via GitHub
dlizewski commented on code in PR #11107: URL: https://github.com/apache/nuttx/pull/11107#discussion_r1377994323 ## net/socket/socket.c: ## @@ -104,9 +104,11 @@ int psock_socket(int domain, int type, int protocol, /* When usrsock daemon returns -ENOSYS or -ENOTSUP, it

Re: [PR] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #11103: URL: https://github.com/apache/nuttx/pull/11103#discussion_r1377943335 ## drivers/usrsock/usrsock_rpmsg_server.c: ## @@ -997,6 +1019,10 @@ static void usrsock_rpmsg_ns_bind(FAR struct rpmsg_device *rdev, }

Re: [PR] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #11103: URL: https://github.com/apache/nuttx/pull/11103#discussion_r1377942272 ## drivers/usrsock/usrsock_rpmsg_server.c: ## @@ -1042,28 +1068,84 @@ static void usrsock_rpmsg_ns_unbind(FAR struct rpmsg_endpoint *ept) kmm_free(ept); }

Re: [PR] Usrsock socket fallback with ENETDOWN [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on code in PR #11107: URL: https://github.com/apache/nuttx/pull/11107#discussion_r1377938070 ## net/socket/socket.c: ## @@ -104,9 +104,11 @@ int psock_socket(int domain, int type, int protocol, /* When usrsock daemon returns -ENOSYS or -ENOTSUP,

[PR] Fallback with ENETDOWN [nuttx]

2023-10-31 Thread via GitHub
dlizewski opened a new pull request, #11107: URL: https://github.com/apache/nuttx/pull/11107 ## Summary #9647 added the ability to do runtime selection of usrsock and fallback to kernel provided sockets, but the problem is that it currently requires the application side usrsock daemon

[PR] s32k3xx: serial ensure the cache is updated if the DMA has updated again [nuttx]

2023-10-31 Thread via GitHub
PetervdPerk-NXP opened a new pull request, #11106: URL: https://github.com/apache/nuttx/pull/11106 ## Summary LPUART had data corruptions at high rate data, this was caused by a cache coherency issue. This patch ensures the cache is updated if the DMA has updated again ##

Re: [I] Low priority tasks interrupt high priority threads [nuttx]

2023-10-31 Thread via GitHub
zouboan commented on issue #6012: URL: https://github.com/apache/nuttx/issues/6012#issuecomment-1787465862 Nice! Let me have a test. -- 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

(nuttx) branch master updated: FIX: s32kxxx flexcan doesn't set srr bit for extended frames

2023-10-31 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 0bc897df15 FIX: s32kxxx flexcan doesn't set srr

Re: [PR] FIX: s32kxxx flexcan doesn't set srr bit for extended frames [nuttx]

2023-10-31 Thread via GitHub
acassis merged PR #11099: URL: https://github.com/apache/nuttx/pull/11099 -- 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] tools/configure.c and tools/sethost.sh Add CONFIG_EXPERIMENTAL for configure windows native [nuttx]

2023-10-31 Thread via GitHub
xiaoxiang781216 commented on PR #11098: URL: https://github.com/apache/nuttx/pull/11098#issuecomment-1787133177 Ok, but why not remove EXPERIMENTAL from WINDOWS_NATIVE directly? Since it works fine with your environment and initial contributor's. -- This is an automated message from the

Re: [I] Low priority tasks interrupt high priority threads [nuttx]

2023-10-31 Thread via GitHub
raiden00pl commented on issue #6012: URL: https://github.com/apache/nuttx/issues/6012#issuecomment-1787118246 Can we use rwlock_t from https://github.com/apache/nuttx/pull/10776 to solve this issue ? atomic_int is C11 feature I think, so probably it won't be available on all supported

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377445193 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + *

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377453282 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + *

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377445193 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + *

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377436157 ## benchmarks/spinlock_bench/Makefile: ## @@ -0,0 +1,52 @@ + +#

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
pkarashchenko commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377435583 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + *

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
pkarashchenko commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377435035 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + *

Re: [PR] feature: spinlock benchmark [nuttx-apps]

2023-10-31 Thread via GitHub
TaiJuWu commented on code in PR #2168: URL: https://github.com/apache/nuttx-apps/pull/2168#discussion_r1377428588 ## benchmarks/spinlock_bench/spinlock_bench.c: ## @@ -0,0 +1,89 @@ +/ + *

Re: [PR] tools/configure.c and tools/sethost.sh Add CONFIG_EXPERIMENTAL for configure windows native [nuttx]

2023-10-31 Thread via GitHub
simbit18 commented on PR #11098: URL: https://github.com/apache/nuttx/pull/11098#issuecomment-1786901574 > @simbit18 but why not enable CONFIG_EXPERIMENTAL from defconfig? Because the Windows native configuration depends on CONFIG_EXPERIMENTAL. If CONFIG_EXPERIMENTAL is not

Re: [PR] nsh: explicitly select the cpuload clock source configuration [nuttx-apps]

2023-10-31 Thread via GitHub
Gary-Hobson commented on PR #2170: URL: https://github.com/apache/nuttx-apps/pull/2170#issuecomment-1786876579 > @Gary-Hobson 'git commit -sm "This is the message title > > this is my message describing the change present in this commit" ' Thank you, now I understand -- This

Re: [PR] nsh: explicitly select the cpuload clock source configuration [nuttx-apps]

2023-10-31 Thread via GitHub
jerpelea commented on PR #2170: URL: https://github.com/apache/nuttx-apps/pull/2170#issuecomment-1786865449 @Gary-Hobson 'git commit -sm "This is the message title this is my message describing the change present in this commit" ' -- This is an automated message from the Apache

Re: [PR] Add supoort for hpm6360evk [nuttx]

2023-10-31 Thread via GitHub
freakishness commented on PR #9761: URL: https://github.com/apache/nuttx/pull/9761#issuecomment-1786864216 HPMicro's repo has added support for nuttx: [HPMicro](https://github.com/hpmicro/nuttx/tree/nuttx_with_hpmsdk/arch/risc-v/src/hpmicro) But they use their own SDK, not

Re: [PR] nsh: explicitly select the cpuload clock source configuration [nuttx-apps]

2023-10-31 Thread via GitHub
Gary-Hobson commented on PR #2170: URL: https://github.com/apache/nuttx-apps/pull/2170#issuecomment-1786861323 > please add commit message Sorry, I don't quite understand where the commit message refers. git commit message (existing before) or github PR message (added)? -- This

Re: [PR] Add memory tracing event support [nuttx]

2023-10-31 Thread via GitHub
Gary-Hobson closed pull request #10839: Add memory tracing event support URL: https://github.com/apache/nuttx/pull/10839 -- 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] arch/arm/samv7: Initial support of SocketLIN master interface [nuttx]

2023-10-31 Thread via GitHub
pkarashchenko commented on PR #11002: URL: https://github.com/apache/nuttx/pull/11002#issuecomment-1786823944 @acassis I'm a bit in a time pressure right now. I plan to add SocketLIN slave as well as a part of this PR before Nov 27. I will include documentation as well. -- This is an

[I] Difficulty in configuring NuttX to enable many features at once [nuttx]

2023-10-31 Thread via GitHub
cwt opened a new issue, #11105: URL: https://github.com/apache/nuttx/issues/11105 I found that the configuration system for NuttX is separated. For example, there are esp32s3-devkit:blewifi, esp32s3-devkit:psram_octal, esp32s3-devkit:smp, esp32s3-devkit:spiflash, etc. There is no official

(nuttx) 02/04: boards: cxd56xx: Add cxd5610 gnss driver

2023-10-31 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 commit f49fa466b6b78dd8e8daa89b144041871a0b169a Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate:

(nuttx) 04/04: boards: cxd56xx: Register cxd5610 gnss driver

2023-10-31 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 commit 2f1b4a49ceae9b5ba47dc53351898e905d8912c4 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate:

(nuttx) branch master updated (c1db9732c5 -> 2f1b4a49ce)

2023-10-31 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c1db9732c5 libs/libc/spawn: Add minimal implementation for posix_spawnattr_destory. new ed5785ad06 arch:

(nuttx) 03/04: boards: cxd56xx: Add cxd5610 gnss lowerhalf driver

2023-10-31 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 commit 0ee2bb51b840e32460ec9e0b5fde2111eddf1462 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate:

(nuttx) 01/04: arch: cxd56xx: Update gnss header files

2023-10-31 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 commit ed5785ad0684ae35196271a40340be2845f782c3 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate:

Re: [PR] boards: cxd56xx: Add cxd5610 gnss driver [nuttx]

2023-10-31 Thread via GitHub
jerpelea merged PR #11101: URL: https://github.com/apache/nuttx/pull/11101 -- 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:

[PR] simwifi: Support that get the connected Chinese essid. [nuttx]

2023-10-31 Thread via GitHub
liqinhuixm opened a new pull request, #11104: URL: https://github.com/apache/nuttx/pull/11104 ## Summary Because the Chinese essid obtained by wpa_cli is encoded. So, we directly use the essid saved in wifidev. ## Impact N/A ## Testing When we use the wapi to connect an AP

[PR] usrsock_rpmsg_server: Keep msg order in recursive call [nuttx]

2023-10-31 Thread via GitHub
wengzhe opened a new pull request, #11103: URL: https://github.com/apache/nuttx/pull/11103 ## Summary In `drivers/rptun/rptun.c`, we have a `rptun_is_recursive` function, which lets rptun thread run recursively. Then the `usrsock_rpmsg_ept_cb` may be called inside

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

2023-10-31 Thread via GitHub
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