[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6650: rptun related update

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6650: URL: https://github.com/apache/incubator-nuttx/pull/6650#issuecomment-1193072128 @GUIDINGLI let's split the change not depend on the new version of OpenAMP to the new PR to simplify the review process. -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6690: Ability to use newer pico-sdk with RP2040 builds (Issue #4919)

2022-07-22 Thread GitBox
xiaoxiang781216 merged PR #6690: URL: https://github.com/apache/incubator-nuttx/pull/6690 -- 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-unsubs

[incubator-nuttx] branch master updated: Ability to use newer pico-sdk with RP2040 builds (Issue #4919)

2022-07-22 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 421b8ae3e7 Ability to use newer pico

[incubator-nuttx] branch master updated (79952163c1 -> 0cef7b765e)

2022-07-22 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/incubator-nuttx.git from 79952163c1 rpmsg_socket: use sendto_nocopy() instead of send_nocopy(). add 0cef7b765e binfmt: Fix mem

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6651: binfmt: Fix a memory leak in ELF loader

2022-07-22 Thread GitBox
xiaoxiang781216 merged PR #6651: URL: https://github.com/apache/incubator-nuttx/pull/6651 -- 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-unsubs

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6680: poll: defalut set POLLERR POLLHUP to events

2022-07-22 Thread GitBox
pkarashchenko commented on code in PR #6680: URL: https://github.com/apache/incubator-nuttx/pull/6680#discussion_r928080747 ## fs/vfs/fs_poll.c: ## @@ -120,6 +120,7 @@ static inline int poll_setup(FAR struct pollfd *fds, nfds_t nfds, fds[i].sem = sem; fds[i].r

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1231: nshlib/ps: update config MM_BACKTRACE to int type

2022-07-22 Thread GitBox
pkarashchenko commented on PR #1231: URL: https://github.com/apache/incubator-nuttx-apps/pull/1231#issuecomment-1193063365 Please fix CI issues -- 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] [incubator-nuttx] pkarashchenko commented on pull request #6666: libc/wchar: support wchar

2022-07-22 Thread GitBox
pkarashchenko commented on PR #: URL: https://github.com/apache/incubator-nuttx/pull/#issuecomment-1193063240 Please fix CI issues first -- 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

[incubator-nuttx] 01/05: net/rpmsg: fix minor issue on strncpy

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit fab2f6d3d84fae068067673d7cf76b5235bf65c5 Author: Jiuzhu Dong AuthorDate: Thu Apr 7 15:01:10 2022 +0800

[incubator-nuttx] 03/05: socket_rpmsg: set poll err instead return err

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ba990619ed11625286e174f16df96eafc608a1d3 Author: ligd AuthorDate: Wed Jul 6 22:19:35 2022 +0800 soc

[incubator-nuttx] 05/05: rpmsg_socket: use sendto_nocopy() instead of send_nocopy().

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 79952163c144468a145f8e777c54bef2dc193409 Author: ligd AuthorDate: Wed Jul 20 22:46:46 2022 +0800 rp

[incubator-nuttx] branch master updated (ad7f503cfa -> 79952163c1)

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from ad7f503cfa sim: Increased priority of loop task. new fab2f6d3d8 net/rpmsg: fix minor issue on str

[incubator-nuttx] 02/05: rpmsg_socket: connect addrlen can bigger then expect

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 630ca45a50b66513baba6fb25c5e28e705e919a8 Author: ligd AuthorDate: Tue Jun 28 16:02:44 2022 +0800 rp

[incubator-nuttx] 04/05: rpmsg_socket: defalut set POLLERR POLLHUP to events

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 9c106c1bdca588ae53174035ff057e5695e02ca6 Author: ligd AuthorDate: Thu Jul 7 18:32:51 2022 +0800 rpm

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6672: rpmsg socket related update

2022-07-22 Thread GitBox
pkarashchenko merged PR #6672: URL: https://github.com/apache/incubator-nuttx/pull/6672 -- 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

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #6651: binfmt: Fix a memory leank in ELF loader

2022-07-22 Thread GitBox
masayuki2009 commented on PR #6651: URL: https://github.com/apache/incubator-nuttx/pull/6651#issuecomment-1193050627 >I'll update this PR later based on @pkarashchenko 's suggestion. @xiaoxiang781216 I've just pushed the commit and also updated the Summary and the Testing -- Thi

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: ad7f503cfa80b49b4199496f16c1f256607084cc

2022-07-22 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new c3cd851 Publishing web

[GitHub] [incubator-nuttx] curuvar opened a new pull request, #6690: Ability to use newer pico-sdk with RP2040 builds (Issue #4919)

2022-07-22 Thread GitBox
curuvar opened a new pull request, #6690: URL: https://github.com/apache/incubator-nuttx/pull/6690 ## Summary The RP2040 builds of NuttX use code from RaspberryPi's pico-sdk to build the second stage boot loader. In newer versions of pico-sdk, the files included by the source that N

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
davids5 commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r927870796 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -0,0 +1,1626 @@ +/ + * arch/arm/src/s32

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
PetervdPerk-NXP commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r927862888 ## arch/arm/src/s32k3xx/s32k3xx_edma.c: ## @@ -0,0 +1,1626 @@ +/ + * arch/arm

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192743311 > > Because backtrace without pid is useless in many case. > > I am talking about pid without backtrace, not the other way around. > you can get pid by set

[incubator-nuttx] branch master updated: sim: Increased priority of loop task.

2022-07-22 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new ad7f503cfa sim: Increased priority o

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6689: sim: Increased priority of loop task.

2022-07-22 Thread GitBox
xiaoxiang781216 merged PR #6689: URL: https://github.com/apache/incubator-nuttx/pull/6689 -- 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-unsubs

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6667: libs/libc/string: add memmem

2022-07-22 Thread GitBox
pkarashchenko merged PR #6667: URL: https://github.com/apache/incubator-nuttx/pull/6667 -- 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

[incubator-nuttx] branch master updated: libs/libc/string: add memmem

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6c7f99189b libs/libc/string: add

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6673: power related update

2022-07-22 Thread GitBox
pkarashchenko commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r927796695 ## include/nuttx/power/pm.h: ## @@ -631,13 +801,27 @@ void pm_auto_updatestate(int domain); * avoid so much conditional compilation in driver code when P

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6688: OpenSBI: Add configurable support for domain init

2022-07-22 Thread GitBox
pkarashchenko merged PR #6688: URL: https://github.com/apache/incubator-nuttx/pull/6688 -- 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

[incubator-nuttx] branch master updated: OpenSBI: Add configurable support for domain init

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new e268b23142 OpenSBI: Add configur

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
PetervdPerk-NXP commented on PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#issuecomment-1192690328 > @PetervdPerk-NXP Are those Doxygen tags? > > `Deoxygen Information. NuttX does not use Deoxygen for documentation and no file should contain Doxygen tags or Doxyge

[GitHub] [incubator-nuttx] davids5 commented on pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
davids5 commented on PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#issuecomment-1192679448 @PetervdPerk-NXP Are those Doxygen tags? `Deoxygen Information. NuttX does not use Deoxygen for documentation and no file should contain Doxygen tags or Doxygen style comm

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
PetervdPerk-NXP commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r927751053 ## boards/arm/s32k3xx/s32k344evb/src/s32k3xx_clockconfig.c: ## @@ -0,0 +1,157 @@ +/**

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
PetervdPerk-NXP commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r927750841 ## boards/arm/s32k3xx/s32k344evb/src/s32k3xx_appinit.c: ## @@ -0,0 +1,82 @@ +/***

[GitHub] [incubator-nuttx] PetervdPerk-NXP commented on a diff in pull request #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
PetervdPerk-NXP commented on code in PR #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687#discussion_r927750373 ## arch/arm/src/s32k3xx/hardware/s32k3xx_edma.h: ## @@ -0,0 +1,1433 @@ +/ + *

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
fjpanag commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192655903 > Because backtrace without pid is useless in many case. I am talking about pid without backtrace, not the other way around. Also, I think it would be best to have dis

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6672: rpmsg socket related update

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6672: URL: https://github.com/apache/incubator-nuttx/pull/6672#issuecomment-1192623896 @pkarashchenko look like the ci overload. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] 03/04: rpmsgfs: cache statfs result in case of deadlock

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 572d8650340550a467d4583eb7d5c2b184eb7475 Author: ligd AuthorDate: Thu Jul 7 14:43:59 2022 +0800 rpm

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6671: rpmsgfs related update

2022-07-22 Thread GitBox
pkarashchenko merged PR #6671: URL: https://github.com/apache/incubator-nuttx/pull/6671 -- 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

[incubator-nuttx] 04/04: rpmsgfs: fix nx_style

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 1e5568b030ba60910654e38f7db870d5bba789e2 Author: ligd AuthorDate: Fri Jul 22 12:38:27 2022 +0800 rp

[incubator-nuttx] branch master updated (344a9bc838 -> 1e5568b030)

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 344a9bc838 fs/hostfs: Change nuttx_dev_t from uint16_t to uint32_t new 837c15dcb6 rpmsgfs: improv

[incubator-nuttx] 02/04: rpmsgfs: hande count <

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5f60b7dc12fdeca403ec0a402288aa594e3eecfb Author: ligd AuthorDate: Thu May 19 12:15:24 2022 +0800 rp

[incubator-nuttx] 01/04: rpmsgfs: improve file read & write performance

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 837c15dcb6e80dcd1e6beabb4b326675765a8a1e Author: ligd AuthorDate: Mon May 16 16:10:30 2022 +0800 rp

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6686: fs/hostfs: Change nuttx_dev_t from uint16_t to uint32_t

2022-07-22 Thread GitBox
pkarashchenko merged PR #6686: URL: https://github.com/apache/incubator-nuttx/pull/6686 -- 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

[incubator-nuttx] branch master updated (79e5579837 -> 344a9bc838)

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 79e5579837 boards: sabre-6quad: Enable to test C++ static object in ELF add 344a9bc838 fs/hostfs:

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1228: testing/sensortest: remove this project and using uorb_listener test

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #1228: URL: https://github.com/apache/incubator-nuttx-apps/pull/1228#issuecomment-1192593459 @acassis how about we merge this pr and focus on orb interface? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-nuttx] mogenson commented on issue #6683: tcpecho example not accepting connection

2022-07-22 Thread GitBox
mogenson commented on issue #6683: URL: https://github.com/apache/incubator-nuttx/issues/6683#issuecomment-1192590380 The following configs were required to keep the TCP socket open and not drop the connection. Now the `tcpecho` example works great! ``` CONFIG_NET_TCPBACKLOG=y CONF

[GitHub] [incubator-nuttx] mogenson closed issue #6683: tcpecho example not accepting connection

2022-07-22 Thread GitBox
mogenson closed issue #6683: tcpecho example not accepting connection URL: https://github.com/apache/incubator-nuttx/issues/6683 -- 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.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6653: Driver/sensor: enhance sensor driver to support uorb and multi core access sensor by rpmsg

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6653: URL: https://github.com/apache/incubator-nuttx/pull/6653#issuecomment-1192586696 @Donny9 the PR is too large, could you split the unrelated patch to the new PR? -- This is an automated message from the Apache Git Service. To respond to the message, p

[incubator-nuttx] branch master updated (5b9a953381 -> 79e5579837)

2022-07-22 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/incubator-nuttx.git from 5b9a953381 local: fix nx_style add 50ad3d62aa boards: esp32-devkitc: Enable to test C++ static object

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6684: Enable to test C++ static object in ELF

2022-07-22 Thread GitBox
xiaoxiang781216 merged PR #6684: URL: https://github.com/apache/incubator-nuttx/pull/6684 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192552599 @fjpanag as @Donny9 said the useful tracking info is separated from the debug option, but pid and backtrace is still share the same option(MM_BACKTRACE) as below: 1

[GitHub] [incubator-nuttx] Donny9 commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
Donny9 commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192479844 > @Donny9 I haven't have the chance to actually test this, but I have a proposition: > > `CONFIG_MM_BACKTRACE` enables two things now. It controls both whether we have infor

[incubator-nuttx] 04/04: local: fix nx_style

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5b9a953381c5dd7e690251dfe690e0a61c2cb83e Author: ligd AuthorDate: Fri Jul 22 14:07:00 2022 +0800 lo

[incubator-nuttx] 03/04: local: connect operation should jump self's connection

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 390de249a072b2715e7272b8a5085fb3866740ac Author: ligd AuthorDate: Mon May 30 14:38:24 2022 +0800 lo

[incubator-nuttx] branch master updated (4e92e32d7b -> 5b9a953381)

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 4e92e32d7b libc/impure: Fix the inconsistence from the different toolchain new e489a308c8 local_

[incubator-nuttx] 01/04: local_socket: remove error log when use nonblock mode

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit e489a308c89af1cd676dabd79d85b83bf4d0f2e2 Author: ligd AuthorDate: Tue Mar 29 21:44:21 2022 +0800 lo

[incubator-nuttx] 02/04: local: server accept should wait client connect done

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit cd5ab80f2ffcd0c29ea72afaad7d329033f02520 Author: ligd AuthorDate: Sat May 28 00:24:35 2022 +0800 lo

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6670: local socket related update

2022-07-22 Thread GitBox
pkarashchenko merged PR #6670: URL: https://github.com/apache/incubator-nuttx/pull/6670 -- 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

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
fjpanag commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192448593 @Donny9 I haven't have the chance to actually test this, but I have a proposition: `CONFIG_MM_BACKTRACE` enables two things now. It controls both whether we have informatio

[GitHub] [incubator-nuttx] fjpanag opened a new pull request, #6689: sim: Increased priority of loop task.

2022-07-22 Thread GitBox
fjpanag opened a new pull request, #6689: URL: https://github.com/apache/incubator-nuttx/pull/6689 ## Summary In simulator there is the loop task that performs various house-keeping functions. It mostly emulates functions that normally would happen in interrupts. This task

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6673: power related update

2022-07-22 Thread GitBox
xiaoxiang781216 commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r927486781 ## drivers/power/activity_governor.c: ## @@ -508,7 +508,7 @@ static enum pm_state_e governor_checkstate(int domain) for (index = 0; index < pdomstat

[GitHub] [incubator-nuttx] jlaitine opened a new pull request, #6688: OpenSBI: Add configurable support for domain init

2022-07-22 Thread GitBox
jlaitine opened a new pull request, #6688: URL: https://github.com/apache/incubator-nuttx/pull/6688 Initialize .domains_init function entry point in sbi_platform_operations when CONFIG_OPENSBI_DOMAINS=y. In this case, the board specific code must provide the "board_domains_init" functio

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6686: fs/hostfs: Change nuttx_dev_t from uint16_t to uint32_t

2022-07-22 Thread GitBox
fjpanag commented on PR #6686: URL: https://github.com/apache/incubator-nuttx/pull/6686#issuecomment-1192394966 I repeated the test and I can confirm that it solves the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6662: sys/sysmacros.h: support sysmacros header

2022-07-22 Thread GitBox
fjpanag commented on PR #6662: URL: https://github.com/apache/incubator-nuttx/pull/6662#issuecomment-1192394508 > @fjpanag could you try where #6686 can fix your issue? Yes, indeed it solves the issue. Thank you! -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] PetervdPerk-NXP opened a new pull request, #6687: Add support for NXP S32K3XX MCU family and boards

2022-07-22 Thread GitBox
PetervdPerk-NXP opened a new pull request, #6687: URL: https://github.com/apache/incubator-nuttx/pull/6687 ## Summary Initial support for NXP S32K3XX MCU family including many drivers - UART - I2C - SPI - CAN - Ethernet - QSPI - GPIO (+ interrupt) Add suppo

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6673: power related update

2022-07-22 Thread GitBox
xiaoxiang781216 commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r927483108 ## drivers/power/pm_governor.c: ## @@ -88,5 +93,19 @@ int pm_set_governor(int domain, FAR const struct pm_governor_s *gov) g_pmglobals.domain[dom

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6673: power related update

2022-07-22 Thread GitBox
xiaoxiang781216 commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r927468156 ## include/nuttx/power/pm.h: ## @@ -85,6 +87,14 @@ * own, custom idle loop to support board-specific IDLE time power management */ +#define PM_WAKE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6662: sys/sysmacros.h: support sysmacros header

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6662: URL: https://github.com/apache/incubator-nuttx/pull/6662#issuecomment-1192364811 @fjpanag could you try where https://github.com/apache/incubator-nuttx/pull/6686 can fix your issue? -- This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6686: fs/hostfs: Change nuttx_dev_t from uint16_t to uint32_t

2022-07-22 Thread GitBox
xiaoxiang781216 opened a new pull request, #6686: URL: https://github.com/apache/incubator-nuttx/pull/6686 ## Summary Follow up the following change: ``` commit 008cb0d31a49706724fbb4896bc7a5df1c52dd9f Author: Jiuzhu Dong Date: Thu Jul 14 02:27:34 2022 + sys/s

[GitHub] [incubator-nuttx] Donny9 commented on pull request #6662: sys/sysmacros.h: support sysmacros header

2022-07-22 Thread GitBox
Donny9 commented on PR #6662: URL: https://github.com/apache/incubator-nuttx/pull/6662#issuecomment-1192361969 > This PR breaks NuttX... > > I am using sim, with `CONFIG_HOST_FS` enabled. I am trying to get the size of a file in the host FS using `stat()`. > > When `dev_t` is `

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6673: power related update

2022-07-22 Thread GitBox
pkarashchenko commented on code in PR #6673: URL: https://github.com/apache/incubator-nuttx/pull/6673#discussion_r927454683 ## include/nuttx/power/pm.h: ## @@ -85,6 +87,14 @@ * own, custom idle loop to support board-specific IDLE time power management */ +#define PM_WAKELO

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6662: sys/sysmacros.h: support sysmacros header

2022-07-22 Thread GitBox
fjpanag commented on PR #6662: URL: https://github.com/apache/incubator-nuttx/pull/6662#issuecomment-1192356205 This PR breaks NuttX... I am using sim, with `CONFIG_HOST_FS` enabled. I am trying to get the size of a file in the host FS using `stat()`. When `dev_t` is `uint3

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6671: rpmsgfs related update

2022-07-22 Thread GitBox
xiaoxiang781216 commented on code in PR #6671: URL: https://github.com/apache/incubator-nuttx/pull/6671#discussion_r927437031 ## fs/rpmsgfs/rpmsgfs_client.c: ## @@ -444,7 +444,6 @@ ssize_t rpmsgfs_client_read(FAR void *handle, int fd, struct iovec read = { .iov_ba

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6684: Enable to test C++ static object in ELF

2022-07-22 Thread GitBox
xiaoxiang781216 commented on PR #6684: URL: https://github.com/apache/incubator-nuttx/pull/6684#issuecomment-1192298861 @masayuki2009 need reorder the new option in defconfig: https://github.com/apache/incubator-nuttx/runs/7462786383?check_suite_focus=true -- This is an automated messa

[incubator-nuttx] branch master updated (fe723f0715 -> 4e92e32d7b)

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from fe723f0715 sched_critmonitor: remove check zero in sched_critmonitor add 4e92e32d7b libc/impure:

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6652: libc/impure: Fix the inconsistence from the different toolchain

2022-07-22 Thread GitBox
pkarashchenko merged PR #6652: URL: https://github.com/apache/incubator-nuttx/pull/6652 -- 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

[GitHub] [incubator-nuttx] Donny9 commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
Donny9 commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192289832 https://github.com/apache/incubator-nuttx-apps/pull/1231 is relate to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx-apps] Donny9 opened a new pull request, #1231: nshlib/ps: update config MM_BACKTRACE to int type

2022-07-22 Thread GitBox
Donny9 opened a new pull request, #1231: URL: https://github.com/apache/incubator-nuttx-apps/pull/1231 ## Summary nshlib/ps: update config MM_BACKTRACE to int type Signed-off-by: Jiuzhu Dong ## Impact memory debug function ## Testing Vela CI -- This is an

[GitHub] [incubator-nuttx] Donny9 commented on pull request #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
Donny9 commented on PR #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685#issuecomment-1192283673 Please @fjpanag @yamt @pkarashchenko review, thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] Donny9 opened a new pull request, #6685: mm/mm_heap: update MM_BACKTRACE and malloc failed output

2022-07-22 Thread GitBox
Donny9 opened a new pull request, #6685: URL: https://github.com/apache/incubator-nuttx/pull/6685 ## Summary 1. Output memory info about each task when malloc failed. * I think outputting each task information directly is more useful than dumping the entire heap, because it can

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6679: sched_critmonitor: remove check zero in sched_critmonitor

2022-07-22 Thread GitBox
pkarashchenko merged PR #6679: URL: https://github.com/apache/incubator-nuttx/pull/6679 -- 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

[incubator-nuttx] branch master updated: sched_critmonitor: remove check zero in sched_critmonitor

2022-07-22 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new fe723f0715 sched_critmonitor: re