[GitHub] [nuttx] qiaohaijiao opened a new pull request, #9680: sim/audio register mixer device

2023-07-02 Thread via GitHub
qiaohaijiao opened a new pull request, #9680: URL: https://github.com/apache/nuttx/pull/9680 ## Summary add register amix audio device. ## Impact N/A ## Testing vela -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [nuttx] extinguish opened a new pull request, #9678: sched/clock/clock_getres: add two CPUTIME_ID res support

2023-07-02 Thread via GitHub
extinguish opened a new pull request, #9678: URL: https://github.com/apache/nuttx/pull/9678 ## Summary 1. make the clock_getres can pass the ltp/open_posix_testsuite/clock_getres 7-1, 8-1 two cases 2. the modification are referred to https://pubs.opengroup.org/onlinepubs/9699919799/fu

[nuttx] branch master updated: sim/sim_alsa.c: add paused variable instead of snd_pcm_pause.

2023-07-02 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 de5c35382a sim/sim_alsa.c: add paused variable

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9676: sim/sim_alsa.c: add paused variable instead of snd_pcm_pause.

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

[nuttx] branch master updated: errno: Adjust help string for EALREADY and ESTALE

2023-07-02 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 210c72a651 errno: Adjust help string for EALRE

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9677: errno: Adjust help string for EALREADY and ESTALE

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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9664: libs/libc/aio/lio_listio: fix the heap use-after-free bug

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

[nuttx] branch master updated: libs/libc/aio/lio_listio: fix the heap use-after-free bug

2023-07-02 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 af53d7a178 libs/libc/aio/lio_listio: fix the h

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
xiaoxiang781216 commented on PR #9668: URL: https://github.com/apache/nuttx/pull/9668#issuecomment-1617387146 > @xiaoxiang781216 any ideas about kconfig-frontends? The selection is done by checking menuconfig exist from kconfiglib: https://github.com/apache/nuttx/blob/master/tools/U

[nuttx] branch master updated: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 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 b1dd5d1189 drivers/wireles/gs2200m: add NET_TC

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

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

[GitHub] [nuttx] robertalexa2000 commented on pull request #9523: esp32: initializing a display should not initialize the framebuffer as well

2023-07-02 Thread via GitHub
robertalexa2000 commented on PR #9523: URL: https://github.com/apache/nuttx/pull/9523#issuecomment-1617373896 Hi @acassis, sorry for taking so long to reply. Coming back to this - I understand what you are saying, but in that case we would couple the framebuffer char device with the LCD cha

[GitHub] [nuttx] pkarashchenko commented on pull request #9673: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-02 Thread via GitHub
pkarashchenko commented on PR #9673: URL: https://github.com/apache/nuttx/pull/9673#issuecomment-1617367624 @acassis yes, the goal is to have a universal solution, but I'm blocked on working with master from MAC because of this issue, so I created a revert. I'm fine to wait a few days if so

[GitHub] [nuttx] pkarashchenko commented on pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
pkarashchenko commented on PR #9668: URL: https://github.com/apache/nuttx/pull/9668#issuecomment-1617356191 @xiaoxiang781216 any ideas about kconfig-frontends? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [nuttx] wengzhe opened a new pull request, #9677: errno: Adjust help string for EALREADY and ESTALE

2023-07-02 Thread via GitHub
wengzhe opened a new pull request, #9677: URL: https://github.com/apache/nuttx/pull/9677 ## Summary `EALREADY`: Both Linux(asm-generic/errno.h) and FreeBSD(sys/sys/errno.h) regard it as "Operation already in progress" `ESTALE`: Linux specifically removed the "NFS" description

[GitHub] [nuttx] masayuki2009 commented on pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
masayuki2009 commented on PR #9668: URL: https://github.com/apache/nuttx/pull/9668#issuecomment-1617105439 >@masayuki2009 just a notice: the kconfig-frontends is used instead of kconfiglib when I try to make menuconfig after ./tools/configure.sh spresense:wifi_smp. Do you know why? @

[GitHub] [nuttx] qiaohaijiao opened a new pull request, #9676: sim/sim_alsa.c: add paused variable instead of snd_pcm_pause.

2023-07-02 Thread via GitHub
qiaohaijiao opened a new pull request, #9676: URL: https://github.com/apache/nuttx/pull/9676 ## Summary sim/sim_alsa.c: add paused variable instead of snd_pcm_pause. snd_pcm_hw_params_can_pause return false on sim. add paused variable to support pause. ## Impact sim ## Te

[GitHub] [nuttx] qiaohaijiao closed pull request #9675: sim/sim_alsa.c: add paused variable instead of snd_pcm_pause.

2023-07-02 Thread via GitHub
qiaohaijiao closed pull request #9675: sim/sim_alsa.c: add paused variable instead of snd_pcm_pause. URL: https://github.com/apache/nuttx/pull/9675 -- 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

[GitHub] [nuttx] qiaohaijiao opened a new pull request, #9675: sim/sim_alsa.c: add paused variable instead of snd_pcm_pause.

2023-07-02 Thread via GitHub
qiaohaijiao opened a new pull request, #9675: URL: https://github.com/apache/nuttx/pull/9675 ## Summary sim/sim_alsa.c: add paused variable instead of snd_pcm_pause. snd_pcm_hw_params_can_pause return false on sim. add paused variable to support pause. ## Impact sim ## Te

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-07-02 Thread via GitHub
xiaoxiang781216 commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1249955201 ## include/nuttx/net/usrsock.h: ## @@ -83,6 +83,7 @@ enum usrsock_request_types_e USRSOCK_REQUEST_ACCEPT, USRSOCK_REQUEST_IOCTL, USRSOCK_REQUEST_SHUTDOWN

[GitHub] [nuttx] SPRESENSE commented on a diff in pull request #9647: net: Add new interface to tell usrsock available

2023-07-02 Thread via GitHub
SPRESENSE commented on code in PR #9647: URL: https://github.com/apache/nuttx/pull/9647#discussion_r1249931058 ## include/nuttx/net/usrsock.h: ## @@ -83,6 +83,7 @@ enum usrsock_request_types_e USRSOCK_REQUEST_ACCEPT, USRSOCK_REQUEST_IOCTL, USRSOCK_REQUEST_SHUTDOWN, + U

[nuttx-website] branch asf-site updated: Publishing web: bedd222ce647cc428f1f896ea77db286eb1bfbce docs: 57d521cc59762afee6dba124fd08cff408110f75

2023-07-02 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 f95c9ab3 Publishing web: bedd222c

[GitHub] [nuttx] acassis commented on pull request #9673: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-02 Thread via GitHub
acassis commented on PR #9673: URL: https://github.com/apache/nuttx/pull/9673#issuecomment-1616920624 @pkarashchenko maybe instead of reverting it, we could find a solution that works on Linux, BSDs, MacOS and Windows. Without this commit everytime we modify something on menuconfig and save

[GitHub] [nuttx] pkarashchenko closed pull request #9673: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-02 Thread via GitHub
pkarashchenko closed pull request #9673: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation" URL: https://github.com/apache/nuttx/pull/9673 -- 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 speci

[GitHub] [nuttx] pkarashchenko opened a new issue, #9674: setvbuf test in ostest fails on MACOS with 'Illegal instruction: 4'

2023-07-02 Thread via GitHub
pkarashchenko opened a new issue, #9674: URL: https://github.com/apache/nuttx/issues/9674 Steps to reproduce: 1. `./tools/configure.sh sim:ostest` 2. `make -j8` 3. `./nuttx` 4. Observe next output ``` $ ./nuttx stdio_test: write fd=1 stdio_test: Standard I/O Check: pri

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9673: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-02 Thread via GitHub
pkarashchenko opened a new pull request, #9673: URL: https://github.com/apache/nuttx/pull/9673 Reverts apache/nuttx#9572 to fix regression described in https://github.com/apache/nuttx/issues/9670 -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[nuttx] branch revert-9572-bugfix/config_detection created (now 703899dc49)

2023-07-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch revert-9572-bugfix/config_detection in repository https://gitbox.apache.org/repos/asf/nuttx.git at 703899dc49 Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation" This branch includ

[nuttx] 01/01: Revert "tools: Fix CONFIG_BASE_DEFCONFIG generation"

2023-07-02 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch revert-9572-bugfix/config_detection in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 703899dc49c9b7115da7f7357960cfa63d09bb68 Author: Petro Karashchenko AuthorDate: Mon J

[GitHub] [nuttx] pkarashchenko commented on pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
pkarashchenko commented on PR #9668: URL: https://github.com/apache/nuttx/pull/9668#issuecomment-1616812613 @masayuki2009 just a notice: the `kconfig-frontends` is used instead of `kconfiglib` when I try to `make menuconfig` after `./tools/configure.sh spresense:wifi_smp` -- This is an a

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9672: tools/ci: experiment to fix OSX C #2

2023-07-02 Thread via GitHub
pkarashchenko opened a new pull request, #9672: URL: https://github.com/apache/nuttx/pull/9672 ## Summary ## Impact ## Testing -- 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 t

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9668: URL: https://github.com/apache/nuttx/pull/9668#discussion_r1249747095 ## fs/nfs/Kconfig: ## @@ -17,6 +17,7 @@ config NFS_DONT_BIND_TCP_SOCKET bool default n depends on NFS Review Comment: Fixed! -- This

[GitHub] [nuttx] pkarashchenko opened a new issue, #9670: Can't compile sim:citest with CONFIG_HOST_MACOS=y

2023-07-02 Thread via GitHub
pkarashchenko opened a new issue, #9670: URL: https://github.com/apache/nuttx/issues/9670 Steps to reproduce: 1. `./tools/configure.sh sim:citest` 2. `make menuconfig` -> select `CONFIG_LIBCXXABI=y` 3. `make -j8` -> ``` Create version.h sed: 1: "/CONFIG_BASE_DEFCONFIG/ ...":

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9668: URL: https://github.com/apache/nuttx/pull/9668#discussion_r1249718058 ## fs/nfs/Kconfig: ## @@ -17,6 +17,7 @@ config NFS_DONT_BIND_TCP_SOCKET bool default n depends on NFS Review Comment: Seems to be true.

[GitHub] [nuttx] patacongo commented on a diff in pull request #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
patacongo commented on code in PR #9668: URL: https://github.com/apache/nuttx/pull/9668#discussion_r1249705379 ## fs/nfs/Kconfig: ## @@ -17,6 +17,7 @@ config NFS_DONT_BIND_TCP_SOCKET bool default n depends on NFS Review Comment: 18depends on N

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9669: tools/ci: experiment to fix OSX CI

2023-07-02 Thread via GitHub
pkarashchenko opened a new pull request, #9669: URL: https://github.com/apache/nuttx/pull/9669 ## Summary ## Impact ## Testing -- 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 t

[GitHub] [nuttx] patacongo commented on a diff in pull request #9654: Fix nfs client

2023-07-02 Thread via GitHub
patacongo commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1249703223 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool + default n + depends on NFS Review Comment:

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9654: Fix nfs client

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1249699494 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" + default n + de

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9668: drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option

2023-07-02 Thread via GitHub
pkarashchenko opened a new pull request, #9668: URL: https://github.com/apache/nuttx/pull/9668 ## Summary The NFS_DONT_BIND_TCP_SOCKET should be selected only TCP networking is enabled ## Impact N/A ## Testing Run `make menuconfig` and ensure the NFS options are correc

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9654: Fix nfs client

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1249694630 ## fs/nfs/Kconfig: ## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" + default n + de

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9667: arch/sim: Rename sim_video to sim_camera

2023-07-02 Thread via GitHub
xiaoxiang781216 commented on code in PR #9667: URL: https://github.com/apache/nuttx/pull/9667#discussion_r1249679994 ## arch/sim/src/sim/sim_camera.c: ## @@ -0,0 +1,350 @@ +/ + * arch/sim/src/sim/sim_cam

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9667: arch/sim: Rename sim_video to sim_camera

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9667: URL: https://github.com/apache/nuttx/pull/9667#discussion_r1249677491 ## arch/sim/src/sim/sim_camera.c: ## @@ -0,0 +1,350 @@ +/ + * arch/sim/src/sim/sim_camer

[GitHub] [nuttx-apps] cederom commented on pull request #1819: apps/libtest: add libtest demo

2023-07-02 Thread via GitHub
cederom commented on PR #1819: URL: https://github.com/apache/nuttx-apps/pull/1819#issuecomment-1616737718 Yup, I know the difference between static and dynamic library, just considered "a generic example for both static and dynamic library in one place".. but it may be confusing I can see

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #9667: arch/sim: Rename sim_video to sim_camera

2023-07-02 Thread via GitHub
xiaoxiang781216 opened a new pull request, #9667: URL: https://github.com/apache/nuttx/pull/9667 ## Summary and remove the unused sim_camera_uninitialize ## Impact code refactor only ## Testing ci -- This is an automated message from the Apache Git S

[nuttx] branch master updated: binfmt: Immediately exit from elf_loadbinary if elf format isn't supported

2023-07-02 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 57d521cc59 binfmt: Immediately exit from elf_l

[nuttx] 01/02: arch/{nrf52|nrf53|nrf91}: rename NRFxx to nRFxx to be compatible with the manufacturer's nomenclature

2023-07-02 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 1a6d50742275bc01831956bccb4fdc58a1a94607 Author: raiden00pl AuthorDate: Sun Jul 2 15:42:31 2023 +0200 arch/{nrf52

[nuttx] 02/02: arch/nrf91: simplyfy modem option names

2023-07-02 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 76cf66165ad4c8a54b2e6a72695dbff646800f46 Author: raiden00pl AuthorDate: Sun Jul 2 15:43:19 2023 +0200 arch/nrf91:

[nuttx] branch master updated (cfdc305297 -> 76cf66165a)

2023-07-02 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 cfdc305297 Documentation: initial doc for NRF91 new 1a6d507422 arch/{nrf52|nrf53|nrf91}: rename NRFxx to nRFxx

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9666: arch/nrfxxx: cosmetics in Kconfig

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

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9665: Immediately exit from elf_loadbinary if elf format isn't supported

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

[GitHub] [nuttx-apps] patacongo commented on pull request #1819: apps/libtest: add libtest demo

2023-07-02 Thread via GitHub
patacongo commented on PR #1819: URL: https://github.com/apache/nuttx-apps/pull/1819#issuecomment-1616672992 > If I had created that example, I would put both static and dynamic libraries under one example application and named it `libexample` to have all-in-one place.. but granularity of e

[nuttx-apps] branch master updated: apps/libtest: add libtest demo

2023-07-02 Thread gnutt
This is an automated email from the ASF dual-hosted git repository. gnutt 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 85fe229de apps/libtest: add libtest demo 85fe

[GitHub] [nuttx-apps] patacongo merged pull request #1819: apps/libtest: add libtest demo

2023-07-02 Thread via GitHub
patacongo merged PR #1819: URL: https://github.com/apache/nuttx-apps/pull/1819 -- 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

[GitHub] [nuttx] raiden00pl opened a new pull request, #9666: arch/nrfxxx: cosmetics in Kconfig

2023-07-02 Thread via GitHub
raiden00pl opened a new pull request, #9666: URL: https://github.com/apache/nuttx/pull/9666 ## Summary - arch/{nrf52|nrf53|nrf91}: rename NRFxx to nRFxx to be compatible with the manufacturer's nomenclature Suggested by @acassis in https://github.com/apache/nuttx/pull/9661 - arc

[nuttx] branch master updated (4af8c58b93 -> cfdc305297)

2023-07-02 Thread acassis
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 4af8c58b93 libs/libc/locale/langinfo: implement the nl_langinfo function new 56961d9f34 arch/arm: initial suppor

[nuttx] 03/03: Documentation: initial doc for NRF91

2023-07-02 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 commit cfdc3052970fc1c0864ce4142893a75c1ff5934f Author: raiden00pl AuthorDate: Sat Jul 1 11:11:38 2023 +0200 Documentation

[nuttx] 02/03: boards: initial support for nrf9160-dk

2023-07-02 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 commit 3d9a64ce27634c807725d0f99d3f05973fcc5858 Author: raiden00pl AuthorDate: Sat Jul 1 11:11:18 2023 +0200 boards: initi

[GitHub] [nuttx] acassis merged pull request #9661: initial support for nrf9160

2023-07-02 Thread via GitHub
acassis merged PR #9661: URL: https://github.com/apache/nuttx/pull/9661 -- 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.apache

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9664: libs/libc/aio/lio_listio: fix the heap use-after-free bug

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9664: URL: https://github.com/apache/nuttx/pull/9664#discussion_r1249445108 ## libs/libc/aio/lio_listio.c: ## @@ -293,6 +263,36 @@ static int lio_sigsetup(FAR struct aiocb * const *list, int nent, return -errcode; } + /* Sav

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9662: libs/libc/locale/langinfo: implement the nl_langinfo function

2023-07-02 Thread via GitHub
pkarashchenko commented on code in PR #9662: URL: https://github.com/apache/nuttx/pull/9662#discussion_r1249312323 ## libs/libc/locale/lib_langinfo.c: ## @@ -42,6 +43,134 @@ FAR char *nl_langinfo(nl_item item) { + switch (item) +{ + case CODESET: + +/* if c

[GitHub] [nuttx] raiden00pl commented on pull request #9661: initial support for nrf9160

2023-07-02 Thread via GitHub
raiden00pl commented on PR #9661: URL: https://github.com/apache/nuttx/pull/9661#issuecomment-1616417207 @acassis At the moment we use `NRF` for other Nordic chips, so it'll be better to change it to `nRF` in a separate PR and update all Nordic chips at once. -- This is an automated mes

[GitHub] [nuttx] extinguish opened a new pull request, #9664: libs/libc/aio/lio_listio: fix the heap use-after-free bug

2023-07-02 Thread via GitHub
extinguish opened a new pull request, #9664: URL: https://github.com/apache/nuttx/pull/9664 ## Summary 1. the lio_sigsetup() method use a universal sighand instance across all aiocb instances, but inside the lio_sighandler() method, if one aiocb is handle finished, then this method will