[PR] optional argument for generated ROMFS file path. [nuttx-apps]

2023-12-27 Thread via GitHub
yf13 opened a new pull request, #2244: URL: https://github.com/apache/nuttx-apps/pull/2244 ## Summary This adds one optional position argument for generated ROMFS file path. The existing headerfile path is used when the argument is missing, falling back to existing behavior.

Re: [PR] Remove @ tag from all comments [nuttx-apps]

2023-12-27 Thread via GitHub
yamt commented on PR #2226: URL: https://github.com/apache/nuttx-apps/pull/2226#issuecomment-1870819822 > Remove @ tag from all comments why? -- 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

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-27 Thread via GitHub
yamt commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437367571 ## tools/Wasm.mk: ## @@ -19,8 +19,8 @@ # -# Only build wasm if one of the following

Re: [PR] Wasm.mk: disable by default [nuttx-apps]

2023-12-27 Thread via GitHub
yamt commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437366645 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-27 Thread via GitHub
yamt commented on PR #11458: URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1870800883 > @yamt please include a git log message explaining more about it. what kind of extra info do you want to see? -- This is an automated message from the Apache Git Service.

(nuttx) 02/02: arch/armv7-a: Change space to tab in arm_smccc.S

2023-12-27 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 commit 087c519dd657fb5cfa14adb25f1fd2680298953c Author: Xiang Xiao AuthorDate: Tue Dec 26 12:09:03 2023 +0800

(nuttx) branch master updated (b9bd88d9d3 -> 087c519dd6)

2023-12-27 Thread archer
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 b9bd88d9d3 rptun: Select OPENMAP under RPTUN new 770d579630 arch/arm: Move arm_vectoraddrexcptn into

(nuttx) 01/02: arch/arm: Move arm_vectoraddrexcptn into arm_vectors.S

2023-12-27 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 commit 770d579630aaf488f84d4092c31c631106b4b392 Author: Xiang Xiao AuthorDate: Tue Dec 26 03:38:16 2023 +0800 arch/arm:

Re: [PR] Refine exception handling in ARM [nuttx]

2023-12-27 Thread via GitHub
anchao merged PR #11453: URL: https://github.com/apache/nuttx/pull/11453 -- 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: rptun: Select OPENMAP under RPTUN

2023-12-27 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 b9bd88d9d3 rptun: Select OPENMAP under RPTUN

Re: [PR] rptun: Select OPENMAP under RPTUN [nuttx]

2023-12-27 Thread via GitHub
anchao merged PR #11454: URL: https://github.com/apache/nuttx/pull/11454 -- 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] [Fix]CI warning in GNU make 4.3 'jobserver unavailable' [nuttx]

2023-12-27 Thread via GitHub
xuxin930 opened a new pull request, #11460: URL: https://github.com/apache/nuttx/pull/11460 ## Summary after the CI environment is upgraded to Ubuntu 22 and GNU make is upgraded to 4.3, `warning: jobserver unavailable: using -j1. Add '+' to parent make rule.` warning appears.

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 009a1eba7c0fd935acee9e54d848cfc156d5f937

2023-12-27 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 24b19109 Publishing web:

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-27 Thread via GitHub
acassis commented on PR #11458: URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1870563788 @yamt please include a git log message explaining more about it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Missing arch/ and configs/ subdirectories when "git checkout" 7.11 to 7.15 [nuttx]

2023-12-27 Thread via GitHub
acassis commented on issue #11450: URL: https://github.com/apache/nuttx/issues/11450#issuecomment-1870562806 @patacongo I think it is not much problematic since nobody it too worried about preserving all arches and boards, but I think it should be nice to have the complete history of NuttX

(nuttx) branch master updated: bcmf_driver: add ioctl_mutex to restrict ioctl from reentrant

2023-12-27 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 009a1eba7c bcmf_driver: add ioctl_mutex to

Re: [PR] bcmf_driver: add ioctl_mutex to restrict ioctl from reentrant [nuttx]

2023-12-27 Thread via GitHub
xiaoxiang781216 merged PR #11456: URL: https://github.com/apache/nuttx/pull/11456 -- 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]

2023-12-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #2241: URL: https://github.com/apache/nuttx-apps/pull/2241#discussion_r1437186714 ## interpreters/wamr/Kconfig: ## @@ -103,10 +103,9 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST config INTERPRETERS_WAMR_STACK_GUARD_SIZE int

(nuttx) branch master updated: arch/sim/src/sim/CMakeLists.txt: update a few file names

2023-12-27 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 518f130ad3 arch/sim/src/sim/CMakeLists.txt:

Re: [PR] arch/sim/src/sim/CMakeLists.txt: update a few file names [nuttx]

2023-12-27 Thread via GitHub
xiaoxiang781216 merged PR #11459: URL: https://github.com/apache/nuttx/pull/11459 -- 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] Wasm.mk: disable by default [nuttx-apps]

2023-12-27 Thread via GitHub
xiaoxiang781216 commented on code in PR #2065: URL: https://github.com/apache/nuttx-apps/pull/2065#discussion_r1437186005 ## interpreters/wamr/Kconfig: ## @@ -70,6 +70,11 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN bool "Enable built-in libc" default n +config

(nuttx-apps) branch master updated: ostest: Add initial support for CONFIG_BUILD_KERNEL

2023-12-27 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 ba075747b ostest: Add initial support

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-27 Thread via GitHub
xiaoxiang781216 merged PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205 -- 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: [I] Missing arch/ and configs/ subdirectories when "git checkout" 7.11 to 7.15 [nuttx]

2023-12-27 Thread via GitHub
patacongo commented on issue #11450: URL: https://github.com/apache/nuttx/issues/11450#issuecomment-1870515157 > Thank you @patacongo for confirming the issue. At least for AVR issue, using version 7.16 to 7.17 is enough to track the serial issue. What I don't understand is why

(nuttx) 02/02: tools/ci:enable arm64 CMake ci build

2023-12-27 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 7207e5d1e992686ed04012328116f89e10c7e8b5 Author: xuxin19 AuthorDate: Wed Dec 27 16:11:05 2023 +0800

(nuttx) 01/02: CMake:init arm64 CMake qemu-armv8a build

2023-12-27 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 524425573e16bb0a7bacc7173c03d4d25539e8b6 Author: xuxin19 AuthorDate: Wed Dec 20 20:07:42 2023 +0800 CMake:init

(nuttx) branch master updated (e1a1f7b5f4 -> 7207e5d1e9)

2023-12-27 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 e1a1f7b5f4 net/udp: set ipv6 remote addr before udpip_hdrsize new 524425573e CMake:init arm64 CMake

Re: [PR] CMake:init arch arm64 CMake and qemu-armv8a build [nuttx]

2023-12-27 Thread via GitHub
xiaoxiang781216 merged PR #11457: URL: https://github.com/apache/nuttx/pull/11457 -- 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: [I] Missing arch/ and configs/ subdirectories when "git checkout" 7.11 to 7.15 [nuttx]

2023-12-27 Thread via GitHub
acassis commented on issue #11450: URL: https://github.com/apache/nuttx/issues/11450#issuecomment-1870318689 Thank you @patacongo for confirming the issue. At least for AVR issue, using version 7.16 to 7.17 is enough to track the serial issue. -- This is an automated message from the

Re: [PR] video/vnc: add vnc_fb_register [nuttx]

2023-12-27 Thread via GitHub
xiaoxiang781216 commented on PR #11383: URL: https://github.com/apache/nuttx/pull/11383#issuecomment-1870315178 I guess the error is due to linker doesn't move the unused fb_register from final image. It could be fixed by changing fb_register to macro or inline function. -- This is an

Re: [PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-27 Thread via GitHub
yamt commented on PR #11458: URL: https://github.com/apache/nuttx/pull/11458#issuecomment-1870297510 for some reasons it doesn't find config.h in case of cmake. where is the cmake equivalent of

[PR] arch/sim/src/sim/CMakeLists.txt: update a few file names [nuttx]

2023-12-27 Thread via GitHub
yamt opened a new pull request, #11459: URL: https://github.com/apache/nuttx/pull/11459 ## Summary arch/sim/src/sim/CMakeLists.txt: update a few file names ## Impact cmake based build ## Testing -- This is an automated message from the Apache Git Service. To

Re: [PR] ostest: Add initial support for CONFIG_BUILD_KERNEL [nuttx-apps]

2023-12-27 Thread via GitHub
fxysunshine commented on code in PR #2205: URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1436688638 ## testing/ostest/ostest_main.c: ## @@ -680,9 +715,19 @@ int main(int argc, FAR char **argv) /* Verify that we can spawn a new task */ +#ifdef

Re: [I] Failed to Build with Custom Apps Directory [nuttx]

2023-12-27 Thread via GitHub
TimJTi commented on issue #11442: URL: https://github.com/apache/nuttx/issues/11442#issuecomment-1870230925 The # issue not copying is some peculiarity of the way the pages are rendered. They copy fine when editing the files and previewing and there is no way of "escaping" that I know of.

[PR] sim: add assertions on hostfs copy of structures [nuttx]

2023-12-27 Thread via GitHub
yamt opened a new pull request, #11458: URL: https://github.com/apache/nuttx/pull/11458 ## Summary sim: add assertions on hostfs copy of structures ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please

(nuttx) branch master updated: net/udp: set ipv6 remote addr before udpip_hdrsize

2023-12-27 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 The following commit(s) were added to refs/heads/master by this push: new e1a1f7b5f4 net/udp: set ipv6 remote addr

Re: [PR] net/udp: set ipv6 remote addr before udpip_hdrsize [nuttx]

2023-12-27 Thread via GitHub
jerpelea merged PR #11455: URL: https://github.com/apache/nuttx/pull/11455 -- 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] CMake:init arch arm64 CMake and qemu-armv8a build [nuttx]

2023-12-27 Thread via GitHub
jerpelea commented on PR #11457: URL: https://github.com/apache/nuttx/pull/11457#issuecomment-1870207624 Thanks ! when a release is created the commit messages are useful for the release manager -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] CMake:init arch arm64 CMake and qemu-armv8a build [nuttx]

2023-12-27 Thread via GitHub
xuxin930 commented on PR #11457: URL: https://github.com/apache/nuttx/pull/11457#issuecomment-1870206221 > please add a commit message of course, I added the exact information in the main feature commit -- This is an automated message from the Apache Git Service. To respond to the

[PR] CMake:init arch arm64 CMake and qemu-armv8a build [nuttx]

2023-12-27 Thread via GitHub
xuxin930 opened a new pull request, #11457: URL: https://github.com/apache/nuttx/pull/11457 ## Summary 1. init arch arm64 CMake build 2. enable qemu-armv8a ci cmake build ## Impact arm64 arch ## Testing ``` # From within nuttx/. Configure: $ cmake -B build

[PR] drivertest: Fix drivertest_audio crash [nuttx-apps]

2023-12-27 Thread via GitHub
Renjianguang-mi opened a new pull request, #2243: URL: https://github.com/apache/nuttx-apps/pull/2243 1.call AUDIOIOC_RELEASE when finished 2.make sure the driver dequeue all buffers before free the buffers ## Summary ## Impact ## Testing -- This is an