[incubator-nuttx] 03/03: drivers: Destroy mutex and sem in the error path

2022-10-17 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit dca5a3483f2e2f8223e6b80ea3872ba5682a20fd Author: Xiang Xiao AuthorDate: Mon Oct 17 00:50:59 2022 +0800 d

[incubator-nuttx] 02/03: arch: Replace critical section with nxmutex in i2c/spi/1wire initialization

2022-10-17 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit dee38ce3e8b0711e2e8096a7d95160b23d9b299f Author: anjiahao AuthorDate: Tue Sep 6 14:18:45 2022 +0800 arch

[incubator-nuttx] branch master updated (0dfd1f004d -> dca5a3483f)

2022-10-17 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 0dfd1f004d esp32-devkitc: Add board support to Rotary Encoder new d1d46335df Replace nxsem API when us

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280409034 >@masayuki2009 I try rv-virt:knsh64 with the last mainline: Oh, really? `rv-virt:knsh64` works with the latest master. ``` + /home/ishikawa/opensource/QEMU/

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280425895 >Oh, really? rv-virt:knsh64 works with the latest master. @xiaoxiang781216 However, if I merged the 5 commits in this PR to the latest master manually, the same ass

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280429503 @xiaoxiang781216 `saber-6quad:knsh` has the same issue with this PR. ``` + /home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-arm -semihosting -M sabrelit

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
xiaoxiang781216 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280465542 Is my version too low? ``` version QEMU emulator version 7.0.50 (v7.0.0-1512-gca127b3fc2) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280503809 >Here is my step: @xiaoxiang781216 I'll update the README.txt for rv-virt. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #7333: boards: rv-virt: Update README.txt

2022-10-17 Thread GitBox
masayuki2009 opened a new pull request, #7333: URL: https://github.com/apache/incubator-nuttx/pull/7333 ## Summary - This commit updates README.txt regarding how to build kernel and apps for BUILD_KERNEL - Also update on parallel build for BUILD_FLAT ## Impact - None

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280516211 >@xiaoxiang781216 >I'll update the README.txt for rv-virt. Please follow the instructions in the following PR. https://github.com/apache/incubator-nuttx/pull/7333

[GitHub] [incubator-nuttx] wengzhe opened a new pull request, #7334: arch/sim: fix tx pipeline in netdriver to avoid delaying packets.

2022-10-17 Thread GitBox
wengzhe opened a new pull request, #7334: URL: https://github.com/apache/incubator-nuttx/pull/7334 ## Summary - arch/sim: calling txdone callback after devif_loopback in netdriver - When devif_loopback handles a packet (like a ping targeting at this dev), it does not call the txdone

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
xiaoxiang781216 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280611326 > > @xiaoxiang781216 > > I'll update the README.txt for rv-virt. > > Please follow the instructions in the following PR. #7333 @masayuki2009 thanks, I can r

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7319: fs/procfs: Change FS_PROCFS_EXCLUDE_xxx default value to DEFAULT_SMALL

2022-10-17 Thread GitBox
masayuki2009 commented on PR #7319: URL: https://github.com/apache/incubator-nuttx/pull/7319#issuecomment-1280613569 @xiaoxiang781216 I think most of the changes in the first commit relate to style changes. So it would be better to separate the commit to style changes and fix warning

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7333: boards: rv-virt: Update README.txt

2022-10-17 Thread GitBox
xiaoxiang781216 merged PR #7333: URL: https://github.com/apache/incubator-nuttx/pull/7333 -- 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 (dca5a3483f -> c2caccf1d0)

2022-10-17 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 dca5a3483f drivers: Destroy mutex and sem in the error path add c2caccf1d0 boards: rv-virt: Update RE

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7298: install qemu on docker

2022-10-17 Thread GitBox
xiaoxiang781216 commented on PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1280701868 @btashton the storage is still full: https://github.com/apache/incubator-nuttx/actions/runs/3262925794/jobs/5360800214 -- This is an automated message from the Apache

[GitHub] [incubator-nuttx] zouboan opened a new pull request, #7335: arch/sparc add support of spin_lock for LEON3 and LEON4

2022-10-17 Thread GitBox
zouboan opened a new pull request, #7335: URL: https://github.com/apache/incubator-nuttx/pull/7335 ## Summary 1、Add support of spin_lock for LEON3 and LEON4 2、Build CMN_SRCS in common directory to keep up with other arch ## Impact sparc ## Testing ci -- This is an aut

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7319: fs/procfs: Change FS_PROCFS_EXCLUDE_xxx default value to DEFAULT_SMALL

2022-10-17 Thread GitBox
xiaoxiang781216 commented on PR #7319: URL: https://github.com/apache/incubator-nuttx/pull/7319#issuecomment-1280711122 Done. -- 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] tmedicci commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
tmedicci commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996990918 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
tmedicci commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996992287 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
tmedicci commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996992493 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
tmedicci commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r996993205 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
tmedicci commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997004621 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx-apps] acassis merged pull request #1355: nshlib: Reuse nsh_session logic in nsh_telnetmain

2022-10-17 Thread GitBox
acassis merged PR #1355: URL: https://github.com/apache/incubator-nuttx-apps/pull/1355 -- 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-apps] branch master updated: nshlib: Reuse nsh_session logic in nsh_telnetmain

2022-10-17 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 75455d378 nshlib: Reuse nsh_sessi

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
tmedicci commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997005906 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
acassis commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997019344 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/sr

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
acassis commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997024199 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/sr

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
acassis commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997024954 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/sr

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
acassis commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997025464 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xtensa/sr

[GitHub] [incubator-nuttx-apps] acassis commented on a diff in pull request #1349: Client & Server examples to use TCP/IP socket as an IPC Channel

2022-10-17 Thread GitBox
acassis commented on code in PR #1349: URL: https://github.com/apache/incubator-nuttx-apps/pull/1349#discussion_r997027810 ## examples/tcp_ipc_client/Kconfig: ## @@ -0,0 +1,31 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.

[GitHub] [incubator-nuttx-apps] pkarashchenko merged pull request #1356: nshlib: Fix warning reported by clang

2022-10-17 Thread GitBox
pkarashchenko merged PR #1356: URL: https://github.com/apache/incubator-nuttx-apps/pull/1356 -- 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-uns

[incubator-nuttx-apps] branch master updated (75455d378 -> 6944c5a0a)

2022-10-17 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-apps.git from 75455d378 nshlib: Reuse nsh_session logic in nsh_telnetmain add 6944c5a0a nshlib: Fix warnin

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7335: arch/sparc add support of spin_lock for LEON3 and LEON4

2022-10-17 Thread GitBox
acassis commented on code in PR #7335: URL: https://github.com/apache/incubator-nuttx/pull/7335#discussion_r997049839 ## arch/sparc/include/spinlock.h: ## @@ -44,12 +44,10 @@ /* The Type of a spinlock. * - * This must be a uint32_ becaue it will be set using S32C1I instruct

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
gustavonihei commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997056540 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7328: esp32: Add support to Quadrature Encoder

2022-10-17 Thread GitBox
gustavonihei commented on code in PR #7328: URL: https://github.com/apache/incubator-nuttx/pull/7328#discussion_r997057004 ## arch/xtensa/src/esp32/esp32_qencoder.c: ## @@ -0,0 +1,840 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] btashton commented on pull request #7298: install qemu on docker

2022-10-17 Thread GitBox
btashton commented on PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1280926009 Hmm seems like building qemu is taking a lot of disk space. Do we actually need it to be part of the build image, or should it be a different container? If it was we could just h

[GitHub] [incubator-nuttx] btashton commented on pull request #7298: install qemu on docker

2022-10-17 Thread GitBox
btashton commented on PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1280936210 Another option is to just install the ubuntu packages for qemu. Is there a reason we need to be building it? -- This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-nuttx] acassis opened a new pull request, #7336: esp32_qencoder: Fix small issues and typos reported by Tiago Medicci

2022-10-17 Thread GitBox
acassis opened a new pull request, #7336: URL: https://github.com/apache/incubator-nuttx/pull/7336 ## Summary Fix small issues and typos ## Impact Only for esp32_qencoder ## Testing esp32-devkitc -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-17 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997208581 ## include/nuttx/mqueue.h: ## @@ -83,16 +83,23 @@ * Public Type Declarations / +

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-17 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997208839 ## sched/mqueue/msginternal.c: ## @@ -0,0 +1,137 @@ +/ + * sched/mqueue/msginternal.c

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7337: Remove the unnecessary cast for main_t, NULL and argv

2022-10-17 Thread GitBox
xiaoxiang781216 opened a new pull request, #7337: URL: https://github.com/apache/incubator-nuttx/pull/7337 ## Summary ## Impact Style only fix ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7338: arch/armv7-[a|r]: Don't define fiq stack if CONFIG_ARMV7A_DECODEFIQ=n

2022-10-17 Thread GitBox
xiaoxiang781216 opened a new pull request, #7338: URL: https://github.com/apache/incubator-nuttx/pull/7338 ## Summary ## Impact Remove the unused fiq stack ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7318: sched/env: Skip the envirnment variable duplication of kernel thread

2022-10-17 Thread GitBox
xiaoxiang781216 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1281088276 @masayuki2009 the problem is fixed by: https://github.com/apache/incubator-nuttx/pull/7318/commits/859d58406cedef1c875f25966e5086aab711f9e6 binfmt_copyargv return NUL

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7335: arch/sparc add support of spin_lock for LEON3 and LEON4

2022-10-17 Thread GitBox
xiaoxiang781216 merged PR #7335: URL: https://github.com/apache/incubator-nuttx/pull/7335 -- 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 (c2caccf1d0 -> ba2b37e23f)

2022-10-17 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 c2caccf1d0 boards: rv-virt: Update README.txt add 9b55b0af63 arch/sparc add support of spinlock for L

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-17 Thread GitBox
xiaoxiang781216 commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997303996 ## include/nuttx/mqueue.h: ## @@ -83,16 +83,23 @@ * Public Type Declarations

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-17 Thread GitBox
xiaoxiang781216 commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r997306041 ## include/nuttx/mqueue.h: ## @@ -83,16 +83,23 @@ * Public Type Declarations

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7336: esp32_qencoder: Fix small issues and typos reported by Tiago Medicci

2022-10-17 Thread GitBox
xiaoxiang781216 merged PR #7336: URL: https://github.com/apache/incubator-nuttx/pull/7336 -- 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: esp32_qencoder: Fix small issues and typos reported by Tiago Medicci

2022-10-17 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 0e091b2486 esp32_qencoder: Fix small

[GitHub] [incubator-nuttx-apps] acassis merged pull request #1349: Client & Server examples to use TCP/IP socket as an IPC Channel

2022-10-17 Thread GitBox
acassis merged PR #1349: URL: https://github.com/apache/incubator-nuttx-apps/pull/1349 -- 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-apps] branch master updated: Client & Server examples to use TCP/IP socket as an IPC Channel for LoRaWAN

2022-10-17 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new c90866141 Client & Server example

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7332: boards/sim: Enable CONFIG_NSH_TELNET_LOGIN for adb

2022-10-17 Thread GitBox
masayuki2009 merged PR #7332: URL: https://github.com/apache/incubator-nuttx/pull/7332 -- 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: boards/sim: Enable CONFIG_NSH_TELNET_LOGIN for adb

2022-10-17 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 c6f3ad3da5 boards/sim: Enable CONFIG_

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7338: arch/armv7-[a|r]: Don't define fiq stack if CONFIG_ARMV7A_DECODEFIQ=n

2022-10-17 Thread GitBox
masayuki2009 merged PR #7338: URL: https://github.com/apache/incubator-nuttx/pull/7338 -- 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: arch/armv7-[a|r]: Don't define fiq stack if CONFIG_ARMV7A_DECODEFIQ=n

2022-10-17 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki 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 4fab2b9501 arch/armv7-[a|r]: Don't de

[GitHub] [incubator-nuttx] masayuki2009 commented on a diff in pull request #7319: fs/procfs: Change FS_PROCFS_EXCLUDE_xxx default value to DEFAULT_SMALL

2022-10-17 Thread GitBox
masayuki2009 commented on code in PR #7319: URL: https://github.com/apache/incubator-nuttx/pull/7319#discussion_r997589673 ## fs/procfs/fs_procfs.c: ## @@ -858,14 +843,16 @@ static int procfs_readdir(FAR struct inode *mountpt, * subdirectory are listed in order in the pr

[incubator-nuttx-website] branch asf-site updated: Publishing web: d696c67810809c3f81a4dd87b09d9e940db854b4 docs: 4fab2b9501d583bc98b23bf293475b526496a936

2022-10-17 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 9f631bd Publishing web

[GitHub] [incubator-nuttx] ttnie commented on pull request #7298: install qemu on docker

2022-10-17 Thread GitBox
ttnie commented on PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298#issuecomment-1281694106 > Another option is to just install the ubuntu packages for qemu. Is there a reason we need to be building it? update to install qemu instead of building it. -- This is an

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7319: fs/procfs: Change FS_PROCFS_EXCLUDE_xxx default value to DEFAULT_SMALL

2022-10-17 Thread GitBox
xiaoxiang781216 commented on code in PR #7319: URL: https://github.com/apache/incubator-nuttx/pull/7319#discussion_r997644483 ## fs/procfs/fs_procfs.c: ## @@ -858,14 +843,16 @@ static int procfs_readdir(FAR struct inode *mountpt, * subdirectory are listed in order in the

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7334: arch/sim: fix tx pipeline in netdriver to avoid delaying packets.

2022-10-17 Thread GitBox
xiaoxiang781216 merged PR #7334: URL: https://github.com/apache/incubator-nuttx/pull/7334 -- 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] 01/02: arch/sim: change g_avail_work and g_recv_work to array in netdriver

2022-10-17 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 commit cb25a9dee30838b66d5f7834fffa9e5449d7014a Author: Zhe Weng AuthorDate: Fri Oct 14 14:25:45 2022 +0800 ar

[incubator-nuttx] 02/02: arch/sim: calling txdone callback after devif_loopback in netdriver

2022-10-17 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 commit d8f35cf1b620cf10be30924e61fd30c9828a6006 Author: Zhe Weng AuthorDate: Mon Oct 17 11:45:02 2022 +0800 ar

[incubator-nuttx] branch master updated (4fab2b9501 -> d8f35cf1b6)

2022-10-17 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 4fab2b9501 arch/armv7-[a|r]: Don't define fiq stack if CONFIG_ARMV7A_DECODEFIQ=n new cb25a9dee3 arch

[GitHub] [incubator-nuttx] FASTSHIFT commented on pull request #7268: boards: adapt LVGL v8 defconfig

2022-10-17 Thread GitBox
FASTSHIFT commented on PR #7268: URL: https://github.com/apache/incubator-nuttx/pull/7268#issuecomment-1281844948 @gustavonihei Can you help test other ESP32 boards? :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7298: install qemu on docker

2022-10-17 Thread GitBox
pkarashchenko merged PR #7298: URL: https://github.com/apache/incubator-nuttx/pull/7298 -- 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: install qemu on docker

2022-10-17 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 ecb80dd888 install qemu on docke

[GitHub] [incubator-nuttx] yamt opened a new pull request, #7339: sched.h: Simplify HAVE_GROUP_MEMBERS logic

2022-10-17 Thread GitBox
yamt opened a new pull request, #7339: URL: https://github.com/apache/incubator-nuttx/pull/7339 ## Summary After the retirement of CONFIG_SCHED_EXIT_KILL_CHILDREN, [1] the behavior is now effectively controlled by CONFIG_SCHED_CHILD_STATUS, which is IMO confusing. (It was even surp

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #7319: fs/procfs: Change FS_PROCFS_EXCLUDE_xxx default value to DEFAULT_SMALL

2022-10-17 Thread GitBox
masayuki2009 merged PR #7319: URL: https://github.com/apache/incubator-nuttx/pull/7319 -- 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 (ecb80dd888 -> 7923ea3bef)

2022-10-17 Thread masayuki
This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from ecb80dd888 install qemu on docker add befc748460 fs/procfs: Simplify the code logic and fix the style

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7340: arch/armv7-r: Fix typo error in commit 4fab2b9501d583bc98b23bf293475b526496a936

2022-10-17 Thread GitBox
xiaoxiang781216 opened a new pull request, #7340: URL: https://github.com/apache/incubator-nuttx/pull/7340 ## Summary ## Impact Minor ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] jerpelea merged pull request #7337: Remove the unnecessary cast for main_t, NULL and argv

2022-10-17 Thread GitBox
jerpelea merged PR #7337: URL: https://github.com/apache/incubator-nuttx/pull/7337 -- 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...@n

[incubator-nuttx] branch master updated: Remove the unnecessary cast for main_t, NULL and argv

2022-10-17 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 6b31918b42 Remove the unnecessary cas