(nuttx) branch master updated: Documentation: Fix sd_bench command help description.

2023-11-16 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 90cf37a179 Documentation: Fix sd_bench command

Re: [PR] Documentation: Fix sd_bench command help description. [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #11204: URL: https://github.com/apache/nuttx/pull/11204 -- 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

Re: [PR] testing/sd_*: Restrict function and variable scope to current file. [nuttx-apps]

2023-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #2201: URL: https://github.com/apache/nuttx-apps/pull/2201#discussion_r1396772343 ## testing/sd_stress/sd_stress_main.c: ## @@ -272,14 +272,14 @@ static bool rename_dir(const char *old_dir, const char *new_dir) return true; } -struc

[PR] Documentation: Fix sd_bench command help description. [nuttx]

2023-11-16 Thread via GitHub
g2gps opened a new pull request, #11204: URL: https://github.com/apache/nuttx/pull/11204 ## Summary Originally flagged in https://github.com/apache/nuttx-apps/pull/2164. The help prompt usage output for sd_bench was inconsistent with that of the actual application. Amend this e

[PR] testing/sd_*: Restrict function and variable scope to current file. [nuttx-apps]

2023-11-16 Thread via GitHub
g2gps opened a new pull request, #2201: URL: https://github.com/apache/nuttx-apps/pull/2201 ## Summary Add the static keyword to required function and variable delcaration to reduce their scope. Stops namespace pollution in `CONFIG_BUILD_FLAT` ## Impact Stops symbol coll

(nuttx) 08/10: nrf91: initial support for GNSS (GPS only for now)

2023-11-16 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 42211cc1c3013431dbc03c4db49545b97a0574cd Author: raiden00pl AuthorDate: Thu Nov 16 14:17:51 2023 +0100 nrf91: ini

(nuttx) 04/10: nrf91/nrf91_modem.c: add support for board-specific modem configuration

2023-11-16 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 18cf6aef166c353e7a54e312e573c9f1aea117c3 Author: raiden00pl AuthorDate: Thu Nov 16 14:11:48 2023 +0100 nrf91/nrf9

(nuttx) 07/10: nrf91/nrf91_modem.c: configure system mode

2023-11-16 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 d38bf3ff2dbb75f0ad8bf4b9abcdce40cda0c07d Author: raiden00pl AuthorDate: Thu Nov 16 14:16:14 2023 +0100 nrf91/nrf9

(nuttx) 06/10: boards/nrf9160-dk: add board specific modem configuration

2023-11-16 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 c53211afb950762d2dca385e71dec294cbd951dc Author: raiden00pl AuthorDate: Thu Nov 16 14:15:43 2023 +0100 boards/nrf

(nuttx) 05/10: boards/thingy91: add board specific modem configuration

2023-11-16 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 b14b8c6db33d66cdb50dca911a449cb71135e955 Author: raiden00pl AuthorDate: Thu Nov 16 14:14:55 2023 +0100 boards/thi

(nuttx) 10/10: Documentation: update nRF91 doc

2023-11-16 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 23de8cefb9ff0ff520dda5cfae6f5c9b1bc83285 Author: raiden00pl AuthorDate: Thu Nov 16 18:51:42 2023 +0100 Documentat

(nuttx) branch master updated (42427e9e29 -> 23de8cefb9)

2023-11-16 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 42427e9e29 sched/taskfiles: skip unnecessary file open/close operations to improve performance new 90cf9f871c

(nuttx) 01/10: sensors/gps: define the number of items in the satellite info list

2023-11-16 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 90cf9f871c97c5426229f98c703651af3aef2a31 Author: raiden00pl AuthorDate: Thu Nov 16 14:08:31 2023 +0100 sensors/gp

(nuttx) 03/10: nrf91/nrf91_modem_sock.c: fix printf warnings

2023-11-16 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 4b6213adef6a127f84565244dbd731bf99d701ae Author: raiden00pl AuthorDate: Thu Nov 16 14:10:32 2023 +0100 nrf91/nrf9

(nuttx) 02/10: drivers/sensors/Make.defs: cosmetics

2023-11-16 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 6f0cf35a4e6db1acab955335a1c57a113f112074 Author: raiden00pl AuthorDate: Thu Nov 16 14:09:08 2023 +0100 drivers/se

(nuttx) 09/10: boards/nrf9160-dk: enable GNSS for modem_ns config

2023-11-16 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 ca88513a0c75fe29bc50fb160b6940f9e874fbd3 Author: raiden00pl AuthorDate: Thu Nov 16 14:19:02 2023 +0100 boards/nrf

Re: [PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #11203: URL: https://github.com/apache/nuttx/pull/11203 -- 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

(nuttx-apps) branch master updated: Fix Kconfig style

2023-11-16 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 6a3518203 Fix Kconfig style 6a3518203 is

Re: [PR] Fix Kconfig style [nuttx-apps]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #2199: URL: https://github.com/apache/nuttx-apps/pull/2199 -- 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...

[PR] Wasm.mk: Allow application defined linker flags [nuttx-apps]

2023-11-16 Thread via GitHub
no1wudi opened a new pull request, #2200: URL: https://github.com/apache/nuttx-apps/pull/2200 ## Summary Allow application defined linker flags by define WLDFLAGS in there own Make.defs. ## Impact Minor ## Testing Vela and CI -- This is an automated message from the Apa

(nuttx-website) branch asf-site updated: Publishing web: 36ddd7c60a8230335eda886c909bc938739114a2 docs: 42427e9e291fa6acd2550a46041097832e6ed1da

2023-11-16 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 7e5d23b8 Publishing web: 36ddd7c6

Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2023-11-16 Thread via GitHub
g2gps commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-1815542092 Thanks acassis, I just tried this out with the `esp32c3-devkit:tickles` configuration with, - CONFIG_RR_INTERVAL=0 (The default for this configuration) - CONFIG_RR_INTERVAL=20

Re: [PR] PoC: allow apps to customize NuttX build time variables [nuttx]

2023-11-16 Thread via GitHub
acassis commented on PR #11202: URL: https://github.com/apache/nuttx/pull/11202#issuecomment-1815512979 @casaroli @xiaoxiang781216 does it need to be extended to CMake as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2023-11-16 Thread via GitHub
acassis commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-1815511097 @g2gps are you using Tickless mode with RR ? Try to use CONFIG_RR_INTERVAL=200 for example and see if it improves the results. I think that in tickless mode each event itself is fo

Re: [PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
raiden00pl commented on code in PR #11203: URL: https://github.com/apache/nuttx/pull/11203#discussion_r1396128552 ## arch/arm/src/nrf91/Kconfig: ## @@ -742,4 +742,22 @@ config NRF91_MODEM_AT bool "Modem AT interface support" default y +config NRF91_MODEM_LTEM +

Re: [PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
raiden00pl commented on code in PR #11203: URL: https://github.com/apache/nuttx/pull/11203#discussion_r1396127436 ## arch/arm/src/nrf91/nrf91_modem.c: ## @@ -122,5 +159,22 @@ int nrf91_modem_initialize(void) nerr("nrf_modem_init failed %d\n", ret); } Review Comment:

Re: [PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
raiden00pl commented on code in PR #11203: URL: https://github.com/apache/nuttx/pull/11203#discussion_r1396127194 ## arch/arm/src/nrf91/nrf91_modem_gnss.c: ## @@ -0,0 +1,734 @@ +/ + * arch/arm/src/nrf91/

[PR] Fix Kconfig style [nuttx-apps]

2023-11-16 Thread via GitHub
simbit18 opened a new pull request, #2199: URL: https://github.com/apache/nuttx-apps/pull/2199 ## Summary Remove spaces from Kconfig files Replace help => ---help--- Add TABs Add comments ## Impact none ## Testing -- This is an automated message from the Apache

Re: [PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
acassis commented on code in PR #11203: URL: https://github.com/apache/nuttx/pull/11203#discussion_r1396072520 ## arch/arm/src/nrf91/Kconfig: ## @@ -742,4 +742,22 @@ config NRF91_MODEM_AT bool "Modem AT interface support" default y +config NRF91_MODEM_LTEM +

Re: [PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #11203: URL: https://github.com/apache/nuttx/pull/11203#discussion_r1395927882 ## arch/arm/src/nrf91/nrf91_modem_gnss.c: ## @@ -0,0 +1,734 @@ +/ + * arch/arm/src/n

Re: [PR] Virtio Qemu 8.1.2 issues fix [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #11201: URL: https://github.com/apache/nuttx/pull/11201#discussion_r1395987086 ## drivers/virtio/virtio-mmio.c: ## @@ -759,9 +759,9 @@ static int virtio_mmio_init_device(FAR struct virtio_mmio_device_s *vmdev, vmdev->shm_phy = (metal_p

Re: [PR] apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK [nuttx-apps]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #1962: URL: https://github.com/apache/nuttx-apps/pull/1962 -- 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-apps) branch master updated: apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK

2023-11-16 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 79c7962af apps: Replace CONFIG_ARCH_HAVE_

Re: [PR] Virtio Qemu 8.1.2 issues fix [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #11201: URL: https://github.com/apache/nuttx/pull/11201#discussion_r1395942567 ## openamp/0002-libmetal-nuttx-io.c-align-access-when-read-write-siz.patch: ## @@ -0,0 +1,57 @@ +From af3de6cd042c89ae2e8d07d503e0a07129e1296c Mon Sep 17 00:00:

(nuttx) 01/02: sched/task: ignore return value of nxspawn_close()

2023-11-16 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 342a6bb67682f400e5e94690b5b4d8001f9a66de Author: chao an AuthorDate: Thu Nov 16 13:49:03 2023 +0800 sched/task: i

(nuttx) 02/02: sched/taskfiles: skip unnecessary file open/close operations to improve performance

2023-11-16 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 42427e9e291fa6acd2550a46041097832e6ed1da Author: chao an AuthorDate: Mon Nov 13 20:59:42 2023 +0800 sched/taskfil

Re: [PR] sched/taskfiles: skip unnecessary file open/close operations to improve performance [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #11177: URL: https://github.com/apache/nuttx/pull/11177 -- 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

(nuttx) branch master updated (8a479cc2ca -> 42427e9e29)

2023-11-16 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 8a479cc2ca igmp: call IFF_SET_IPv4 when igmp_send new 342a6bb676 sched/task: ignore return value of nxspawn_clo

Re: [PR] igmp: call IFF_SET_IPv4 when igmp_send [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #11197: URL: https://github.com/apache/nuttx/pull/11197 -- 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

(nuttx) branch master updated: igmp: call IFF_SET_IPv4 when igmp_send

2023-11-16 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 8a479cc2ca igmp: call IFF_SET_IPv4 when igmp_s

[PR] nRF91: initial support for GNSS [nuttx]

2023-11-16 Thread via GitHub
raiden00pl opened a new pull request, #11203: URL: https://github.com/apache/nuttx/pull/11203 ## Summary ## Impact - sensors/gps: define the number of items in the satellite info list - drivers/sensors/Make.defs: cosmetics - nrf91/nrf91_modem_sock.c: fix printf warnings

Re: [I] `libtest` does not work [nuttx-apps]

2023-11-16 Thread via GitHub
casaroli commented on issue #2189: URL: https://github.com/apache/nuttx-apps/issues/2189#issuecomment-1814021407 > Yes, it's very useful that app's Makefile could adjust EXTRA_LIB used by nuttx in some way. We have tried many approach, but can't find an elegant solution. Thank you fo

[PR] PoC: allow apps to customize NuttX build time variables [nuttx]

2023-11-16 Thread via GitHub
casaroli opened a new pull request, #11202: URL: https://github.com/apache/nuttx/pull/11202 ## Summary This is a PoC of one of the possible ways to let the applications customize build-time options of NuttX (in `Make.defs`). For example, the `libtest` example is adding some libs to `

(nuttx) branch master updated: arch: Disable ARCH_HAVE_FORK for arm64 as a precaution

2023-11-16 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 479dda98ed arch: Disable ARCH_HAVE_FORK for ar

Re: [PR] arch: Disable ARCH_HAVE_FORK for arm64 as a precaution [nuttx]

2023-11-16 Thread via GitHub
xiaoxiang781216 merged PR #11200: URL: https://github.com/apache/nuttx/pull/11200 -- 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

Re: [PR] Virtio Qemu 8.1.2 issues fix [nuttx]

2023-11-16 Thread via GitHub
masayuki2009 commented on PR #11201: URL: https://github.com/apache/nuttx/pull/11201#issuecomment-1813996003 @CV-Bowen Let me try this PR tomorrow. -- 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

Re: [PR] Virtio Qemu 8.1.2 issus fix [nuttx]

2023-11-16 Thread via GitHub
CV-Bowen commented on PR #11201: URL: https://github.com/apache/nuttx/pull/11201#issuecomment-1813985345 @masayuki2009 Could try this PR, I verified this PR can fix the rv-virt smp issue in QEMU-8.1.2. -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Virtio Qemu 8.1.2 issus fix [nuttx]

2023-11-16 Thread via GitHub
CV-Bowen opened a new pull request, #11201: URL: https://github.com/apache/nuttx/pull/11201 ## Summary @masayuki2009 noticed that rv-virt smp not work in QEMU-8.1.2, in detal the CPU3 stuck at an **atomic instruction when access an io address.** This patch fix this issue by using the nut