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
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_
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
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_
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
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
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
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
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:
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
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
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
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
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 @@
+/**
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 /*
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 @@
+/**
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
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
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
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
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 /*
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
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
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:
+
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 /*
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
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 @@
+/**
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 @@
+/***
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_
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
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
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
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 @@
+/
+
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
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
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
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
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:
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
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.
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
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
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
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
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
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.
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 @@
+
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
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 @@
+/
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
+
+
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 +
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
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
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 +
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 "${
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
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 "${
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
***
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
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
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
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 "${
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
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
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
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
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 "${
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
***
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
***
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
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
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_
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[])
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
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
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
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[])
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[])
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
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
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
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 - 100 of 146 matches
Mail list logo