xiaoxiang781216 commented on code in PR #6894:
URL: https://github.com/apache/incubator-nuttx/pull/6894#discussion_r952230204
##
drivers/syslog/ramlog.c:
##
@@ -125,8 +125,8 @@ static const struct file_operations g_ramlogfops =
#ifdef CONFIG_RAMLOG_SYSLOG
static char g_sysbu
xiaoxiang781216 commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952206431
##
libs/libc/machine/sim/arch_setjmp_x86.asm:
##
@@ -0,0 +1,73 @@
+;***
+; libs/l
slorquet commented on PR #6831:
URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223682677
Just in case, could a similar issue apply to stm32h7?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
anchao commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952264286
##
boards/sim/sim/sim/configs/windows/defconfig:
##
@@ -0,0 +1,30 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT IT.
+#
+# You can use "make menuconfig"
slorquet commented on PR #6831:
URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223685382
like, here:
https://github.com/apache/incubator-nuttx/blob/master/arch/arm/src/stm32h7/stm32_ethernet.c#L1826
Can you apply a patch since you are "owning" the issue? tha
lukegluke commented on PR #6831:
URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223687825
> Just in case, could a similar issue apply to stm32h7?
No, it is ok in stm32h7, there is already full address (start pointer +
offset) is correctly used in function, whil
slorquet commented on PR #6831:
URL: https://github.com/apache/incubator-nuttx/pull/6831#issuecomment-1223689212
Thank you for checking!
--
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 specif
anchao commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952272796
##
arch/sim/src/sim/win/up_hostmisc.c:
##
@@ -0,0 +1,49 @@
+/
+ * arch/sim/src/sim/win
anchao commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952293869
##
arch/sim/src/sim/win/up_hostmemory.c:
##
@@ -0,0 +1,76 @@
+/
+ * arch/sim/src/sim/w
pkarashchenko commented on code in PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895#discussion_r952330961
##
boards/risc-v/esp32c3/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c:
##
@@ -0,0 +1,112 @@
+/*
xiaoxiang781216 commented on PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1223759593
@acassis do you plan to mainline the rust porting to nuttx?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
anchao commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952354194
##
arch/sim/src/sim/win/up_hosttime.c:
##
@@ -0,0 +1,122 @@
+/
+ * arch/sim/src/sim/wi
chengkai15 opened a new pull request, #6898:
URL: https://github.com/apache/incubator-nuttx/pull/6898
Signed-off-by: chengkai
## Summary
add some lib_dump debug api
1. void lib_dumphandler(FAR const char *msg, FAR const uint8_t *buffer,
unsigned int bu
xiaoxiang781216 commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952389320
##
arch/sim/src/sim/win/up_hosttime.c:
##
@@ -0,0 +1,138 @@
+/
+ * arch/sim/s
xiaoxiang781216 commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952377494
##
arch/sim/src/sim/win/up_hosttime.c:
##
@@ -0,0 +1,138 @@
+/
+ * arch/sim/s
chengkai15 opened a new pull request, #6899:
URL: https://github.com/apache/incubator-nuttx/pull/6899
Signed-off-by: chengkai
## Summary
add btsnoop and snoop feature
## Impact
## Testing
pass ci
--
This is an automated message from the Apache Git Servi
xiaoxiang781216 merged PR #6892:
URL: https://github.com/apache/incubator-nuttx/pull/6892
--
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
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 559f831005 sim: Enable ubsan in sim:
chengkai15 opened a new pull request, #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900
1. SIOCBTSNOOPOPEN: open btsnoop
2. SIOCBTSNOOPCLOSE: close btsnoop
Signed-off-by: chengkai
## Summary
add btsnoop control cmd
1. SIOCBTSNOOPOPEN: open btsnoop
chengkai15 opened a new pull request, #6901:
URL: https://github.com/apache/incubator-nuttx/pull/6901
Signed-off-by: chengkai
## Summary
add h4 ioctl interface
## Impact
## Testing
pass ci
--
This is an automated message from the Apache Git Service.
To r
xiaoxiang781216 commented on code in PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897#discussion_r952409894
##
arch/sim/src/sim/win/up_simuart.c:
##
@@ -0,0 +1,145 @@
+/
+ * arch/sim/sr
xiaoxiang781216 commented on code in PR #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900#discussion_r952425588
##
include/nuttx/wireless/bluetooth/bt_ioctl.h:
##
@@ -61,9 +61,13 @@
#define HCI_GATTRD_DATA 32 /* Max number of bytes in GATT read data */
#def
xiaoxiang781216 commented on code in PR #6899:
URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r952486401
##
net/utils/net_snoop.c:
##
@@ -0,0 +1,393 @@
+/
+ * net/utils/net_snoop.c
+
takayoshi-k commented on PR #1283:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1283#issuecomment-1223939558
Hi @pkarashchenko
Regarding floh_walzer_right and floh_walzer_left is used in mmlplayer_main.c
around on line 407.
--
This is an automated message from the Apa
acassis commented on code in PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895#discussion_r952511172
##
boards/risc-v/esp32c3/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c:
##
@@ -0,0 +1,112 @@
+/***
acassis commented on PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1223966083
> @acassis do you plan to mainline the rust porting to nuttx?
Hi @xiaoxiang781216, this board was developed by a colleague that is Rust
fan and it will be used in the Ferrou
eenurkka opened a new pull request, #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902
Since the commit cf22dd8 (related to OpenAMP update), the notifyid
is no longer NOTIFY_ALL, but the vq id.
Utilize the vq id now properly as it's being provided. Also swap the
vrin
acassis commented on PR #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900#issuecomment-1223983072
@chengkai15 are you using the btsnoop from Android or is this a home-brew
implementation?
--
This is an automated message from the Apache Git Service.
To respond to the message,
eenurkka commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952548534
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRING_ALIGN
xiaoxiang781216 commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952583795
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRIN
xiaoxiang781216 opened a new pull request, #6903:
URL: https://github.com/apache/incubator-nuttx/pull/6903
## Summary
let framework allocate the unique id for us instead
## Impact
Minor
## Testing
Pass CI
--
This is an automated message from the Apache Git Servic
xiaoxiang781216 commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952607678
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRIN
eenurkka commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952612056
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRING_ALIGN
xiaoxiang781216 commented on PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1224067044
> > @acassis do you plan to mainline the rust porting to nuttx?
>
> Hi @xiaoxiang781216, this board was developed by a colleague that is Rust
fan and it will be used
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 a10add60aece88775c1a8ef5493b4b00ecf39c07
Author: chao.an
AuthorDate: Tue Aug 23 11:30:33 2022 +0800
sim
xiaoxiang781216 merged PR #6897:
URL: https://github.com/apache/incubator-nuttx/pull/6897
--
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
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 559f831005 sim: Enable ubsan in sim:kasan
new a10add60ae sim/host: move host implement to posix direc
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 62977ec4e86a4e422977a3b2c1f5373da926873a
Author: chao.an
AuthorDate: Tue Aug 23 11:48:34 2022 +0800
arc
takayoshi-k commented on code in PR #1283:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1283#discussion_r948487539
##
examples/fmsynth/mmlplayer_score.h:
##
@@ -0,0 +1,58 @@
+/
+ * apps/exam
acassis commented on PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895#issuecomment-1224152636
> > > @acassis do you plan to mainline the rust porting to nuttx?
> >
> >
> > Hi @xiaoxiang781216, this board was developed by a colleague that is
Rust fan and it will b
pkarashchenko commented on code in PR #6901:
URL: https://github.com/apache/incubator-nuttx/pull/6901#discussion_r952715360
##
drivers/serial/uart_bth4.c:
##
@@ -351,7 +351,15 @@ static ssize_t uart_bth4_write(FAR struct file *filep,
static int uart_bth4_ioctl(FAR struct file *
pkarashchenko commented on code in PR #6898:
URL: https://github.com/apache/incubator-nuttx/pull/6898#discussion_r952716843
##
libs/libc/misc/lib_dumpbuffer.c:
##
@@ -32,6 +32,27 @@
* Public Functions
**
SimonFilgis opened a new pull request, #6904:
URL: https://github.com/apache/incubator-nuttx/pull/6904
…card that needs this to work after initial CMD0.
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to t
xiaoxiang781216 commented on code in PR #6904:
URL: https://github.com/apache/incubator-nuttx/pull/6904#discussion_r952719587
##
drivers/mmcsd/mmcsd_sdio.c:
##
@@ -68,7 +68,7 @@
/* Timing (all in units of microseconds) */
#define MMCSD_POWERUP_DELAY ((useconds_t)250)
xiaoxiang781216 commented on code in PR #6904:
URL: https://github.com/apache/incubator-nuttx/pull/6904#discussion_r952737517
##
drivers/mmcsd/mmcsd_sdio.c:
##
@@ -68,7 +68,7 @@
/* Timing (all in units of microseconds) */
#define MMCSD_POWERUP_DELAY ((useconds_t)250)
acassis commented on PR #6904:
URL: https://github.com/apache/incubator-nuttx/pull/6904#issuecomment-1224198412
Hi @SimonFilgis please squash these two commits, you can do it this way:
```
$ git rebase -i HEAD~2
```
Then after it was squashed you can push forced:
```
$ git p
acassis commented on code in PR #6899:
URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r952758275
##
include/nuttx/net/snoop.h:
##
@@ -0,0 +1,150 @@
+/
+ * include/nuttx/net/snoop.h
+
acassis merged PR #6893:
URL: https://github.com/apache/incubator-nuttx/pull/6893
--
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...@nu
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.git
The following commit(s) were added to refs/heads/master by this push:
new 0334819742 net/usrsock: Change xid fro
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 0334819742 net/usrsock: Change xid from uint64_t to uint32_t
add f3f1dde39b arch/sim: Assign virt
pkarashchenko merged PR #6903:
URL: https://github.com/apache/incubator-nuttx/pull/6903
--
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
pkarashchenko commented on code in PR #1283:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1283#discussion_r952780268
##
examples/fmsynth/music_scale.h:
##
@@ -0,0 +1,64 @@
+/
+ * apps/exampl
no1wudi opened a new pull request, #6905:
URL: https://github.com/apache/incubator-nuttx/pull/6905
## Summary
strlcpy ensure the destination is NUL-terminated, and also fix warning:
```c
task/task_prctl.c:138:15: warning: 'strncpy' output may be truncated copying
30 bytes from a
no1wudi commented on PR #6905:
URL: https://github.com/apache/incubator-nuttx/pull/6905#issuecomment-1224256043
@xiaoxiang781216 Do we need replace all usage of strncpy in source tree ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
pkarashchenko commented on PR #6862:
URL: https://github.com/apache/incubator-nuttx/pull/6862#issuecomment-1224261896
@acassis could you please take a look and merge?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
pkarashchenko merged PR #6885:
URL: https://github.com/apache/incubator-nuttx/pull/6885
--
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
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 f3f1dde39b arch/sim: Assign virtio vring notifyid to RSC_NOTIFY_ID_ANY
new f1355680ca mm/kasan: A
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 d22e1e19983638fcb5eba8eccdc7cd43868068d5
Author: Xiang Xiao
AuthorDate: Sat Aug 20 07:11:52 2022 +0800
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 c44a7cbf889119ea958729381113a1e552903cbd
Author: Xiang Xiao
AuthorDate: Sat Aug 20 06:38:35 2022 +0800
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 f1355680ca95a596d57c60a3d94603050887de31
Author: Xiang Xiao
AuthorDate: Sat Aug 20 06:28:39 2022 +0800
eenurkka commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952809023
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRING_ALIGN
xiaoxiang781216 merged PR #6895:
URL: https://github.com/apache/incubator-nuttx/pull/6895
--
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
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 d22e1e1998 compiler.h: Add nosanitize_address macro
new 23a7d8a693 esp32c3: Add initial support to es
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 456aaa8c1c1dcc76f99235eed2b09d0f9575c552
Author: Alan Carvalho de Assis
AuthorDate: Mon Aug 22 18:23:19 2022
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 23a7d8a693986d89e9d2aee325ce15ec54b278fd
Author: Alan Carvalho de Assis
AuthorDate: Mon Aug 22 17:24:14 2022
xiaoxiang781216 commented on PR #6905:
URL: https://github.com/apache/incubator-nuttx/pull/6905#issuecomment-1224343561
> @xiaoxiang781216 Do we need replace all usage of strncpy in source tree ?
could be.
--
This is an automated message from the Apache Git Service.
To respond to th
xiaoxiang781216 commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952893762
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRIN
eenurkka commented on code in PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902#discussion_r952928855
##
arch/risc-v/src/mpfs/mpfs_ihc.c:
##
@@ -965,11 +965,11 @@ mpfs_rptun_get_resource(struct rptun_dev_s *dev)
rsc->rpmsg_vring0.align = VRING_ALIGN
xiaoxiang781216 merged PR #6905:
URL: https://github.com/apache/incubator-nuttx/pull/6905
--
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
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 1ba443aab2 prctl: Replace strncpy wi
AlanRosenthal commented on issue #6896:
URL:
https://github.com/apache/incubator-nuttx/issues/6896#issuecomment-1224486070
Thanks, I'll send this to the mailing list.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
xiaoxiang781216 merged PR #6902:
URL: https://github.com/apache/incubator-nuttx/pull/6902
--
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
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 d940d55ee4 risc-v/mpfs: ihc: update
tito97sp merged PR #4908:
URL: https://github.com/apache/incubator-nuttx/pull/4908
--
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
takayoshi-k commented on code in PR #1283:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1283#discussion_r953082344
##
examples/fmsynth/music_scale.h:
##
@@ -0,0 +1,64 @@
+/
+ * apps/examples
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 aaec96b Publishing web
no1wudi opened a new pull request, #6906:
URL: https://github.com/apache/incubator-nuttx/pull/6906
## Summary
See #6905
## Impact
Minor
## Testing
CI and custom board
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
anchao opened a new pull request, #6907:
URL: https://github.com/apache/incubator-nuttx/pull/6907
## Summary
net/sockopt: move BINDTODEVICE to socket level
rename the UDP_BINDTODEVICE to SO_BINDTODEVICE to follow the linux
style to be compatible with non-UDP protocol binding
anchao opened a new pull request, #1291:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1291
## Summary
net/sockopt: move BINDTODEVICE to socket level
rename the UDP_BINDTODEVICE to SO_BINDTODEVICE to follow the linux
style to be compatible with non-UDP protocol bin
chengkai15 commented on code in PR #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900#discussion_r953269573
##
include/nuttx/wireless/bluetooth/bt_ioctl.h:
##
@@ -61,9 +61,13 @@
#define HCI_GATTRD_DATA 32 /* Max number of bytes in GATT read data */
#define H
xiaoxiang781216 commented on code in PR #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900#discussion_r953272516
##
include/nuttx/wireless/bluetooth/bt_ioctl.h:
##
@@ -61,9 +61,13 @@
#define HCI_GATTRD_DATA 32 /* Max number of bytes in GATT read data */
#def
chengkai15 commented on PR #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900#issuecomment-1225125169
> @chengkai15 are you using the btsnoop from Android or is this a home-brew
implementation?
This is just a home-brew implementation,which would support some other
snoop
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 0334a35288 wireless/bluetooth:add bt
xiaoxiang781216 merged PR #6900:
URL: https://github.com/apache/incubator-nuttx/pull/6900
--
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
chengkai15 commented on code in PR #6899:
URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r953293134
##
include/nuttx/net/snoop.h:
##
@@ -0,0 +1,150 @@
+/
+ * include/nuttx/net/snoop.
chengkai15 commented on code in PR #6899:
URL: https://github.com/apache/incubator-nuttx/pull/6899#discussion_r953293267
##
net/utils/net_snoop.c:
##
@@ -0,0 +1,393 @@
+/
+ * net/utils/net_snoop.c
+ *
+
chengkai15 commented on code in PR #6898:
URL: https://github.com/apache/incubator-nuttx/pull/6898#discussion_r953301516
##
libs/libc/misc/lib_dumpbuffer.c:
##
@@ -32,6 +32,27 @@
* Public Functions
/
anchao opened a new pull request, #6908:
URL: https://github.com/apache/incubator-nuttx/pull/6908
## Summary
arch/sim/wchar_t: fix visual studio Compiler Error C2371
type of 'wchar_t' confilt with vcruntime:
```
C:\Program Files\Microsoft Visual
Studio\2022\Community\
anchao opened a new pull request, #6909:
URL: https://github.com/apache/incubator-nuttx/pull/6909
## Summary
libs: fix visual studio Compiler Error C2124
`D:\code\incubator-nuttx\libs\libc\stdlib\lib_strtof.c(76,1): error C2124:
divide or mod by zero`
Windows MSVC restri
89 matches
Mail list logo