[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
pkarashchenko commented on pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#issuecomment-1066443079 @anchao could you please take a look if https://github.com/apache/incubator-nuttx/pull/5558/files#r824257401 is relevant? -- This is an automated message from

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825640466 ## File path: arch/arm/src/armv7-a/arm_schedulesigaction.c ## @@ -137,7 +137,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_

[GitHub] [incubator-nuttx] pkarashchenko removed a comment on pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
pkarashchenko removed a comment on pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#issuecomment-1066443079 @anchao could you please take a look if https://github.com/apache/incubator-nuttx/pull/5558/files#r824257401 is relevant? -- This is an automated messa

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825642693 ## File path: arch/arm/src/armv7-r/arm_schedulesigaction.c ## @@ -167,7 +167,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825643859 ## File path: arch/arm/src/arm/arm_vectors.S ## @@ -207,55 +147,34 @@ arm_vectorirq: .type arm_vectorsvc, %function arm_vectors

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825649981 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[incubator-nuttx] branch master updated (4e08b1d -> 54e630e)

2022-03-14 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 4e08b1d drviers/syslog: correct the return value of default channel write new e800f54 arch/mp

[incubator-nuttx] 01/02: arch/mpfs: Don't include nuttx header file in mpfs_opensbi.c

2022-03-14 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 e800f54bfd9bb8ec3ee0fb2a63899edb64aa2b7c Author: Xiang Xiao AuthorDate: Sun Mar 13 04:10:56 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5720: arch: Merge up_arch.h into up_internal.h

2022-03-14 Thread GitBox
pkarashchenko merged pull request #5720: URL: https://github.com/apache/incubator-nuttx/pull/5720 -- 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:

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1064: [DRAFT]feature: wapi add encode parse when scan

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1064: URL: https://github.com/apache/incubator-nuttx-apps/pull/1064#discussion_r825656290 ## File path: netutils/usrsock_rpmsg/usrsock_rpmsg.h ## @@ -27,6 +27,11 @@ #include +#ifdef CONFIG_NETDEV_WIRELESS_IOCTL +# inc

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1063: testing/fstest: add cleanup to fatutf8

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1063: URL: https://github.com/apache/incubator-nuttx-apps/pull/1063#discussion_r825660667 ## File path: testing/fatutf8/fatutf8_main.c ## @@ -108,6 +109,7 @@ int main(int argc, FAR char *argv[]) printf("\n"); + strcp

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1061: apps/wamr: Add wamr memory Kconfig

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1061: URL: https://github.com/apache/incubator-nuttx-apps/pull/1061#discussion_r825667248 ## File path: interpreters/wamr/Makefile ## @@ -40,12 +40,14 @@ WAMR_URL = $(WAMR_URL_BASE)/$(WAMR_TARBALL) VPATH += $(WAMR_UN

[GitHub] [incubator-nuttx-apps] FASTSHIFT opened a new pull request #1065: system: add ramspeed test.

2022-03-14 Thread GitBox
FASTSHIFT opened a new pull request #1065: URL: https://github.com/apache/incubator-nuttx-apps/pull/1065 Signed-off-by: pengyiqiang ## Summary Measure memory speed using system and internally implemented `memcpy()` and `memset()`. ## Impact Add new features. ## T

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1065: system: add ramspeed test.

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1065: URL: https://github.com/apache/incubator-nuttx-apps/pull/1065#discussion_r825669036 ## File path: system/ramspeed/ramspeed.c ## @@ -0,0 +1,435 @@ +/**

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r825669289 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR /*

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1065: system: add ramspeed test.

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1065: URL: https://github.com/apache/incubator-nuttx-apps/pull/1065#discussion_r825669819 ## File path: system/ramspeed/ramspeed.c ## @@ -0,0 +1,435 @@ +/**

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r825670700 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r825670700 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR

[GitHub] [incubator-nuttx] Gary-Hobson opened a new pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
Gary-Hobson opened a new pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736 ## Summary In the case of multi-core, the uinput data of one CPU can notify the uinput data of another CPU. add uinput keyboard device support ## Impact ## Testing

[GitHub] [incubator-nuttx] coffee809721232 opened a new pull request #5737: Add dn resolution function

2022-03-14 Thread GitBox
coffee809721232 opened a new pull request #5737: URL: https://github.com/apache/incubator-nuttx/pull/5737 Signed-off-by: songlinzhang ## Summary Add lib_dn.c to libs/libc/netdb ## Impact dhcp6c depends on lib_dn.c ## Testing dhcp6c test passed -- This is an auto

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r825687031 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR /*

[GitHub] [incubator-nuttx-apps] wenliangxue opened a new pull request #1066: Modifying the ping command

2022-03-14 Thread GitBox
wenliangxue opened a new pull request #1066: URL: https://github.com/apache/incubator-nuttx-apps/pull/1066 ## Summary 1、Round trip times in the ping command range from millisecond to subtle 2、Add statistics on RTT related min/avg/Max/mdev in ping program 3、The ping command supports

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825700064 ## File path: arch/arm/src/armv7-a/arm_schedulesigaction.c ## @@ -137,7 +137,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigd

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825700309 ## File path: arch/arm/src/arm/arm_vectors.S ## @@ -207,55 +147,34 @@ arm_vectorirq: .type arm_vectorsvc, %function arm_vectorsvc: +

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r825695727 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR /*

[GitHub] [incubator-nuttx-apps] coffee809721232 opened a new pull request #1067: Add dhcp6c module

2022-03-14 Thread GitBox
coffee809721232 opened a new pull request #1067: URL: https://github.com/apache/incubator-nuttx-apps/pull/1067 ## Summary Add dhcp6c module for nuttx ## Impact Improve IPv6 function ## Testing dhcp6c test passed -- This is an automated message from the Apache Git Servic

[GitHub] [incubator-nuttx-apps] FASTSHIFT commented on a change in pull request #1065: system: add ramspeed test.

2022-03-14 Thread GitBox
FASTSHIFT commented on a change in pull request #1065: URL: https://github.com/apache/incubator-nuttx-apps/pull/1065#discussion_r825690209 ## File path: system/ramspeed/ramspeed.c ## @@ -0,0 +1,435 @@ +/**

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1067: Add dhcp6c module

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1067: URL: https://github.com/apache/incubator-nuttx-apps/pull/1067#discussion_r825709017 ## File path: netutils/dhcp6c/dhcp6c.c ## @@ -0,0 +1,1951 @@ +/***

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#discussion_r825712761 ## File path: arch/arm/src/armv7-a/arm_schedulesigaction.c ## @@ -137,7 +137,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5558: armv7-a/r: fix SVC's sp restore in arm_vectors.S

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5558: URL: https://github.com/apache/incubator-nuttx/pull/5558#discussion_r825716250 ## File path: arch/arm/src/armv7-a/arm_vectors.S ## @@ -239,15 +239,16 @@ arm_vectorirq: cmp r2, #PSR_MODE_USR

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1066: Modifying the ping command

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1066: URL: https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r825718966 ## File path: netutils/ping/icmpv6_ping.c ## @@ -58,11 +59,21 @@ */ static uint16_t g_ping6_id = 0; +static volatile int exiting

[GitHub] [incubator-nuttx-apps] zhuimeng256 opened a new pull request #1068: uclibcxx_test: add uclibcxx_test Kconfig

2022-03-14 Thread GitBox
zhuimeng256 opened a new pull request #1068: URL: https://github.com/apache/incubator-nuttx-apps/pull/1068 VELAPLATFO-1623 Signed-off-by: caofuqi1 ## Summary ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5737: Add dn resolution function

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5737: URL: https://github.com/apache/incubator-nuttx/pull/5737#discussion_r825722755 ## File path: libs/libc/netdb/lib_dn.c ## @@ -0,0 +1,315 @@ +/ +

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5738: arch/xtensa_panic.S: Save exception cause and vaddr into the user frame

2022-03-14 Thread GitBox
Ouss4 opened a new pull request #5738: URL: https://github.com/apache/incubator-nuttx/pull/5738 ## Summary - Save exception cause and vaddr into the user frame. This area is what's passed later to assert and be used to dump the state. - A2 is already saved by the caller, no nee

[GitHub] [incubator-nuttx-apps] DS-LK commented on a change in pull request #1061: apps/wamr: Add wamr memory Kconfig

2022-03-14 Thread GitBox
DS-LK commented on a change in pull request #1061: URL: https://github.com/apache/incubator-nuttx-apps/pull/1061#discussion_r825802980 ## File path: interpreters/wamr/Makefile ## @@ -40,12 +40,14 @@ WAMR_URL = $(WAMR_URL_BASE)/$(WAMR_TARBALL) VPATH += $(WAMR_UNPACK)/pr

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
xiaoxiang781216 commented on pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734#issuecomment-1066622950 @masayuki2009 let's merge this patch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1062: system/input: add input tool button support

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1062: URL: https://github.com/apache/incubator-nuttx-apps/pull/1062 -- 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

[incubator-nuttx-apps] branch master updated (009e668 -> db4fc86)

2022-03-14 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-apps.git. from 009e668 LICENSE: document licenses for code found in apps/netutils add db4fc86 system/input:

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1065: system: add ramspeed test.

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1065: URL: https://github.com/apache/incubator-nuttx-apps/pull/1065 -- 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

[incubator-nuttx-apps] branch master updated (db4fc86 -> c53dca5)

2022-03-14 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-apps.git. from db4fc86 system/input: add input tool button support add c2f4d16 system: add ramspeed test.

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1064: feature: wapi add encode parse when scan

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1064: URL: https://github.com/apache/incubator-nuttx-apps/pull/1064#discussion_r825813946 ## File path: netutils/usrsock_rpmsg/usrsock_rpmsg.h ## @@ -27,6 +27,11 @@ #include +#ifdef CONFIG_NETDEV_WIRELESS_IOCTL +# i

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1064: feature: wapi add encode parse when scan

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1064: URL: https://github.com/apache/incubator-nuttx-apps/pull/1064#discussion_r825814903 ## File path: netutils/usrsock_rpmsg/usrsock_rpmsg_client.c ## @@ -155,6 +161,41 @@ static int usrsock_rpmsg_ept_cb(struct rpmsg_end

[incubator-nuttx] branch master updated: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 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 7c02432 arm/armv7-a/r: set the defau

[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5734: arm/armv7-a/r: set the default CPU mode to System

2022-03-14 Thread GitBox
masayuki2009 merged pull request #5734: URL: https://github.com/apache/incubator-nuttx/pull/5734 -- 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: c

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1064: feature: wapi add encode parse when scan

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1064: URL: https://github.com/apache/incubator-nuttx-apps/pull/1064#discussion_r825825813 ## File path: netutils/usrsock_rpmsg/usrsock_rpmsg.h ## @@ -27,6 +27,11 @@ #include +#ifdef CONFIG_NETDEV_WIRELESS_IOCTL +# inc

[GitHub] [incubator-nuttx] anchao opened a new pull request #5739: board/sim: add support of custom optimization level

2022-03-14 Thread GitBox
anchao opened a new pull request #5739: URL: https://github.com/apache/incubator-nuttx/pull/5739 ## Summary board/sim: add support of custom optimization level ## Impact N/A ## Testing CI-check -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1068: uclibcxx_test: add uclibcxx_test Kconfig

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1068: URL: https://github.com/apache/incubator-nuttx-apps/pull/1068#discussion_r825844957 ## File path: testing/uclibcxx_test/Makefile ## @@ -0,0 +1,46 @@ +

[GitHub] [incubator-nuttx] jrosberg opened a new pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
jrosberg opened a new pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740 ## Summary Add ethernet mac support for MPFS SoC and Icicle board ## Impact New driver. dual mac support is untested and multi queue not implemented. ## Testing Teste

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5736: driver/uinput: add cross core control function

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5736: URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r825846624 ## File path: drivers/input/keyboard_upper.c ## @@ -0,0 +1,445 @@ +/

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825859045 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -334,3 +495,6 @@ config ARCH_MPU_HAS_NO4 config ARCH_MPU_HAS_NAPOT default y + +

[incubator-nuttx] 01/02: xtensa_panic.S: A2 is already saved by the caller, no need to save it here again.

2022-03-14 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 a9e3b5ae37f3d14791dbf18c546715ee98c17281 Author: Abdelatif Guettouche AuthorDate: Mon Mar 14 11:10:36 2022 +

[incubator-nuttx] branch master updated (7c02432 -> d21d02c)

2022-03-14 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 7c02432 arm/armv7-a/r: set the default CPU mode to System new a9e3b5a xtensa_panic.S: A2 is alread

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5738: arch/xtensa_panic.S: Save exception cause and vaddr into the user frame

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #5738: URL: https://github.com/apache/incubator-nuttx/pull/5738 -- 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

[incubator-nuttx] 02/02: xtensa_panic.S: Save exception cause and vaddr into the user frame.

2022-03-14 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 d21d02c65d84d240d42f419d22efc74500e78cb1 Author: Abdelatif Guettouche AuthorDate: Mon Mar 14 11:14:09 2022 +

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825868208 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825869657 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r825870707 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
xiaoxiang781216 commented on pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#issuecomment-1066703605 @kassane please merge the fix for the previous patch into one. We need ensure each patch in the final shape. -- This is an automated message from the Apache G

[GitHub] [incubator-nuttx-apps] zhhyu7 closed pull request #1064: feature: wapi add encode parse when scan

2022-03-14 Thread GitBox
zhhyu7 closed pull request #1064: URL: https://github.com/apache/incubator-nuttx-apps/pull/1064 -- 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: co

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
acassis commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825888090 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support. MPFS D

[GitHub] [incubator-nuttx] jrosberg commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
jrosberg commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r825896731 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support. MPFS

[GitHub] [incubator-nuttx] jrosberg commented on pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
jrosberg commented on pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#issuecomment-1066741554 all recommended fixes applied. thanks... checkpatch failed me with tabs :-/ I was using different editor than usually and missed the tabs. Should the checkpatc

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1069: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1069: URL: https://github.com/apache/incubator-nuttx-apps/pull/1069 Signed-off-by: litong12 Change-Id: I69ffcec4533cf2844912e4ea1c17868ca691a6da -- This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-nuttx-apps] branch master updated: apps/wamr: Add wamr memory Kconfig

2022-03-14 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 1e7a2bc apps/wamr: Add wamr me

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1061: apps/wamr: Add wamr memory Kconfig

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1061: URL: https://github.com/apache/incubator-nuttx-apps/pull/1061 -- 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

[GitHub] [incubator-nuttx-apps] zhhyu7 opened a new pull request #1070: Topic 2

2022-03-14 Thread GitBox
zhhyu7 opened a new pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070 ## Summary feature: wapi add encode parse when scan fix: iperf can not exit when stop fix: ap socket can not accept twice feature: pointer of netdev ioctl support cross-core acce

[GitHub] [incubator-nuttx-apps] litong0518 closed pull request #1069: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 closed pull request #1069: URL: https://github.com/apache/incubator-nuttx-apps/pull/1069 -- 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

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1071: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1071: URL: https://github.com/apache/incubator-nuttx-apps/pull/1071 ## Summary Fix rpmsg example's bug ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx-apps] litong0518 closed pull request #1071: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 closed pull request #1071: URL: https://github.com/apache/incubator-nuttx-apps/pull/1071 -- 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

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1072: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1072: URL: https://github.com/apache/incubator-nuttx-apps/pull/1072 ## Summary Fix rpmsg example's bug ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-nuttx-apps] litong0518 closed pull request #1072: /examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 closed pull request #1072: URL: https://github.com/apache/incubator-nuttx-apps/pull/1072 -- 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

[GitHub] [incubator-nuttx-apps] litong0518 opened a new pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
litong0518 opened a new pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073 ## Summary Fix rpmsg example's bug ## Impact N/A ## Testing N/A -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5741: arch: Make the comment and definition of CONFIG_SYS_RESERVED correctly

2022-03-14 Thread GitBox
xiaoxiang781216 opened a new pull request #5741: URL: https://github.com/apache/incubator-nuttx/pull/5741 ## 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 a

[GitHub] [incubator-nuttx] anchao opened a new pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
anchao opened a new pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742 ## Summary arm/armv7-a/r: unified syscall registers dump ## Impact N/A ## Testing ci-check -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5740: Add ethernet support for risc-v/MPFS

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5740: URL: https://github.com/apache/incubator-nuttx/pull/5740#discussion_r826071307 ## File path: arch/risc-v/src/mpfs/Kconfig ## @@ -317,10 +337,151 @@ config MPFS_DMA ---help--- Enable DMA Support

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826073362 ## File path: arch/arm/src/armv7-r/arm_syscall.c ## @@ -41,6 +41,32 @@ * Private Functions ***

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5739: board/sim: add support of custom optimization level

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #5739: URL: https://github.com/apache/incubator-nuttx/pull/5739 -- 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

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826080529 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[incubator-nuttx] branch master updated (d21d02c -> 22e71e2)

2022-03-14 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 d21d02c xtensa_panic.S: Save exception cause and vaddr into the user frame. add 22e71e2 board/sim

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826084745 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #5720: arch: Merge up_arch.h into up_internal.h

2022-03-14 Thread GitBox
hartmannathan commented on pull request #5720: URL: https://github.com/apache/incubator-nuttx/pull/5720#issuecomment-1066957086 Applied the "breaking change" label as this requires out-of-tree boards that `#include "arm_arch.h"` to remove that include (and `#include "arm_internal.h"` if ne

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5720: arch: Merge up_arch.h into up_internal.h

2022-03-14 Thread GitBox
pkarashchenko commented on pull request #5720: URL: https://github.com/apache/incubator-nuttx/pull/5720#issuecomment-1066975888 @hartmannathan 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 URL above t

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826106927 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,26 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826108305 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,46 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] kassane commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
kassane commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826110474 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,46 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_path "${

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826128389 ## File path: arch/arm/src/armv7-a/arm_syscall.c ## @@ -44,6 +44,41 @@ * Private Functions ***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826128637 ## File path: arch/arm/src/armv7-r/arm_syscall.c ## @@ -41,6 +41,41 @@ * Private Functions ***

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826129580 ## File path: arch/arm/src/armv7-a/arm_syscall.c ## @@ -44,6 +44,41 @@ * Private Functions

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5742: arm/armv7-a/r: unified syscall registers dump

2022-03-14 Thread GitBox
anchao commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826129762 ## File path: arch/arm/src/armv7-r/arm_syscall.c ## @@ -41,6 +41,41 @@ * Private Functions

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826132751 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,46 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073#discussion_r826163533 ## File path: examples/rpmsgsocket/rpsock_server.c ## @@ -315,7 +341,6 @@ static int rpsock_dgram_server(int argc, char *argv[])

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1068: uclibcxx_test: add uclibcxx_test Kconfig

2022-03-14 Thread GitBox
xiaoxiang781216 merged pull request #1068: URL: https://github.com/apache/incubator-nuttx-apps/pull/1068 -- 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

[incubator-nuttx-apps] branch master updated (1e7a2bc -> 4756f33)

2022-03-14 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-apps.git. from 1e7a2bc apps/wamr: Add wamr memory Kconfig add 4756f33 apps: testing: uclibcxx_test: add ucli

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #1074: system/adb: Update to microADB to the latest version

2022-03-14 Thread GitBox
xiaoxiang781216 opened a new pull request #1074: URL: https://github.com/apache/incubator-nuttx-apps/pull/1074 ## Summary and enable the port forwarding feature: https://github.com/spiriou/microADB/pull/27 ## Impact ## Testing -- This is an automated message from

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073#discussion_r826261486 ## File path: examples/rpmsgsocket/rpsock_server.c ## @@ -315,7 +341,6 @@ static int rpsock_dgram_server(int argc, char *argv[])

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1073: examples/rpmsgsocket: Fix rpmsg example's bug

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #1073: URL: https://github.com/apache/incubator-nuttx-apps/pull/1073#discussion_r826266676 ## File path: examples/rpmsgsocket/rpsock_server.c ## @@ -315,7 +341,6 @@ static int rpsock_dgram_server(int argc, char *argv[])

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #1070: fix:iperf/ rpmsg/ wapi issue

2022-03-14 Thread GitBox
xiaoxiang781216 commented on a change in pull request #1070: URL: https://github.com/apache/incubator-nuttx-apps/pull/1070#discussion_r826267501 ## File path: wireless/wapi/src/wapi.c ## @@ -708,14 +708,18 @@ static int wapi_scan_results_cmd(int sock, int argc, FAR char **arg

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826288875 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,25 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5732: Zig build on NuttX

2022-03-14 Thread GitBox
pkarashchenko commented on a change in pull request #5732: URL: https://github.com/apache/incubator-nuttx/pull/5732#discussion_r826303635 ## File path: tools/ci/cibuild.sh ## @@ -381,6 +381,24 @@ function rust { fi } +function zig { + mkdir -p "${prebuilt}"/zig + add_pa

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5645: arch/arm: optimize context switch speed

2022-03-14 Thread GitBox
pkarashchenko commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067211515 @masayuki2009 please merge this PR as soon as you confirm that everything is ok on your side. -- This is an automated message from the Apache Git Service. To re

  1   2   >