Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

[PR] arm: sama5: sam_ehci: fix transfer cancellation process. [nuttx]

2024-01-19 Thread via GitHub
centurysys opened a new pull request, #11569: URL: https://github.com/apache/nuttx/pull/11569 ## Summary The logic of the conditional expression that determines whether the QH is a target QH or not is reversed in the process of canceling a transfer in INPROGRESS state.

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460174978 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

(nuttx) branch master updated: risc-v/k230: update documents

2024-01-19 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 27137113f1 risc-v/k230: update documents

Re: [PR] docs/k230: update documents [nuttx]

2024-01-19 Thread via GitHub
xiaoxiang781216 merged PR #11568: URL: https://github.com/apache/nuttx/pull/11568 -- 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] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1460167875 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

[PR] docs/k230: update documents [nuttx]

2024-01-19 Thread via GitHub
yf13 opened a new pull request, #11568: URL: https://github.com/apache/nuttx/pull/11568 ## Summary added brief features list for K230 chip updated CanMV230 board docs for NUTTSBI config usage ## Impact Documents ## Testing N/A -- This is an

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1459994898 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1459994898 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1459994898 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1459994898 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

(nuttx-website) branch asf-site updated: Publishing web: b5839eef93f7280871281371cee9248b373c78cd docs: 4c41d84d21c3af80a3fbd59b61b5b56817c416be

2024-01-19 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 b7fd14aa Publishing web:

Re: [PR] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
yf13 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1459994898 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

Re: [PR] esp32c3-generic: add simple boot support [nuttx]

2024-01-19 Thread via GitHub
almir-okato commented on PR #11565: URL: https://github.com/apache/nuttx/pull/11565#issuecomment-1901134570 > @almir-okato is there support to use direct boot on ESP32 as well? Hi @alandeassis, I suppose that you are talking about that "Direct boot" feature from ESP32-C3, which

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

2024-01-19 Thread via GitHub
alandeassis commented on code in PR #11563: URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459622312 ## arch/xtensa/src/esp32/Make.defs: ## @@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c CHIP_CSRCS += esp32_himem_chardev.c endif -ifeq

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

2024-01-19 Thread via GitHub
tmedicci commented on code in PR #11563: URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459608055 ## arch/xtensa/src/esp32/Make.defs: ## @@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c CHIP_CSRCS += esp32_himem_chardev.c endif -ifeq ($(CONFIG_ESP32_EFUSE),y)

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

2024-01-19 Thread via GitHub
alandeassis commented on code in PR #11563: URL: https://github.com/apache/nuttx/pull/11563#discussion_r1459577542 ## arch/xtensa/src/esp32/Make.defs: ## @@ -111,8 +111,8 @@ CHIP_CSRCS += esp32_himem.c CHIP_CSRCS += esp32_himem_chardev.c endif -ifeq

Re: [PR] esp32c3-generic: add simple boot support [nuttx]

2024-01-19 Thread via GitHub
alandeassis commented on PR #11565: URL: https://github.com/apache/nuttx/pull/11565#issuecomment-1900955587 @almir-okato is there support to use direct boot on ESP32 as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

2024-01-19 Thread via GitHub
w2016561536 commented on issue #11567: URL: https://github.com/apache/nuttx/issues/11567#issuecomment-190096 > > In picture 1, wq:rate_ctrl take up all the cpu resources. But actually, it does not run, just stuck there. It look like cpu 0 is dead > > The picture does not show

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

2024-01-19 Thread via GitHub
tmedicci commented on issue #11567: URL: https://github.com/apache/nuttx/issues/11567#issuecomment-1900914400 > In picture 1, wq:rate_ctrl take up all the cpu resources. But actually, it does not run, just stuck there. It look like cpu 0 is dead The picture does not show that. It

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

2024-01-19 Thread via GitHub
w2016561536 commented on issue #11567: URL: https://github.com/apache/nuttx/issues/11567#issuecomment-1900887696 In picture 1, wq:rate_ctrl take up all the cpu resources. But actually, it does not run, just stuck there. It look like cpu 0 is dead -- This is an automated message from the

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

2024-01-19 Thread via GitHub
tmedicci commented on issue #11567: URL: https://github.com/apache/nuttx/issues/11567#issuecomment-1900842862 HI @w2016561536 ! I didn't get exactly what is your problem, but I saw no problems regarding your process scheduling in the images you shared. Could you please elaborate

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

2024-01-19 Thread via GitHub
w2016561536 opened a new issue, #11567: URL: https://github.com/apache/nuttx/issues/11567 At first, thank you for reading this issue. I'm not quite sure if it occurred by NuttX scheduling. Perhaps applications cause this issue.

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

2024-01-19 Thread via GitHub
maxikrie commented on issue #11297: URL: https://github.com/apache/nuttx/issues/11297#issuecomment-1900234117 @raiden00pl Can you give an update on your progress? I have received some funding to develop Thread support for nRF5x on Nuttx and I would love to build on top of your work.

Re: [PR] wamr: bump the default stack guard size [nuttx-apps]

2024-01-19 Thread via GitHub
yamt commented on code in PR #2241: URL: https://github.com/apache/nuttx-apps/pull/2241#discussion_r1458637470 ## interpreters/wamr/Kconfig: ## @@ -103,10 +103,18 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST config INTERPRETERS_WAMR_STACK_GUARD_SIZE int "Custom stack

(nuttx) branch master updated: tools/export: add hello_zig support in kernel mode for linux host

2024-01-19 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 4c41d84d21 tools/export: add hello_zig

Re: [PR] tools/export: add hello_zig support in kernel mode for linux host [nuttx]

2024-01-19 Thread via GitHub
xiaoxiang781216 merged PR #11548: URL: https://github.com/apache/nuttx/pull/11548 -- 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] hello-zig: add build support in kernel mode [nuttx-apps]

2024-01-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #2260: URL: https://github.com/apache/nuttx-apps/pull/2260#discussion_r1458616513 ## examples/hello_zig/Makefile: ## @@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs # Hello, Zig! Example -MAINSRC = hello_zig_main.zig +MAINSRC = $(if

(nuttx-apps) branch master updated: wamr: Add new option to enable quick aot entry

2024-01-19 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 dbcbec363 wamr: Add new option to enable

Re: [PR] wamr: Add new option to enable quick aot entry [nuttx-apps]

2024-01-19 Thread via GitHub
xiaoxiang781216 merged PR #2262: URL: https://github.com/apache/nuttx-apps/pull/2262 -- 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] wamr: bump the default stack guard size [nuttx-apps]

2024-01-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #2241: URL: https://github.com/apache/nuttx-apps/pull/2241#discussion_r1458604005 ## interpreters/wamr/Kconfig: ## @@ -103,10 +103,18 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST config INTERPRETERS_WAMR_STACK_GUARD_SIZE int

(nuttx-apps) branch master updated: wamr: bump the default stack guard size

2024-01-19 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 70108ae59 wamr: bump the default stack

Re: [PR] wamr: bump the default stack guard size [nuttx-apps]

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