xiaoxiang781216 opened a new pull request, #7771:
URL: https://github.com/apache/nuttx/pull/7771
## Summary
- arch/sim: Move host files to the correct location
- arch/sim: Change sim_host_ prefix to host_
- arch/sim: Change usrsock_host_ prefix to host_usrsock_
## Impact
xiaoxiang781216 merged PR #7770:
URL: https://github.com/apache/nuttx/pull/7770
--
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...@nutt
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 965566d2e8 libc/stdio: add total_len back
9655
xiaoxiang781216 opened a new pull request, #7772:
URL: https://github.com/apache/nuttx/pull/7772
## Summary
to make the naming style consistent with each other
## Impact
Code refactor only
## Testing
Pass CI
--
This is an automated message from the Apache Git Ser
anchao commented on code in PR #7768:
URL: https://github.com/apache/nuttx/pull/7768#discussion_r1038942060
##
net/utils/net_ipchksum.c:
##
@@ -170,13 +170,11 @@ uint16_t ipv6_upperlayer_chksum(FAR struct net_driver_s
*dev,
/* Sum IP payload data. */
-#ifdef CONFIG_MM_IO
anchao commented on code in PR #7768:
URL: https://github.com/apache/nuttx/pull/7768#discussion_r1038942333
##
net/arp/arp.h:
##
@@ -81,8 +81,10 @@
/* This is a helper pointer for accessing the contents of the IP header */
-#define ARPBUF((FAR struct arp_hdr_s *)&dev->d
anchao opened a new pull request, #7773:
URL: https://github.com/apache/nuttx/pull/7773
## Summary
arm/cortex-r: sync ARM_THUMB support from cortex-a
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
This is an automated message from the
xiaoxiang781216 commented on PR #7773:
URL: https://github.com/apache/nuttx/pull/7773#issuecomment-1336381718
Let's update old arm too
--
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
xiaoxiang781216 commented on code in PR #7768:
URL: https://github.com/apache/nuttx/pull/7768#discussion_r1038951108
##
include/nuttx/net/netdev.h:
##
@@ -157,17 +157,12 @@
# define NETDEV_ERRORS(dev)
#endif
-/* There are some helper pointers for accessing the contents of t
xiaoxiang781216 opened a new pull request, #1447:
URL: https://github.com/apache/nuttx-apps/pull/1447
## 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 above
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/nuttx-apps.git
commit 6aef469c197a4c5d7a3a8cd766ea04fccb14ed3c
Author: huangjian
AuthorDate: Fri Nov 4 20:37:04 2022 +0800
nshlib:
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/nuttx-apps.git
commit 5a623cc9e3f51845007614de9a1e4c74c262d8e9
Author: huangjian
AuthorDate: Fri Nov 4 20:35:07 2022 +0800
nshlib:
xiaoxiang781216 merged PR #1445:
URL: https://github.com/apache/nuttx-apps/pull/1445
--
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.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 05eadd1bd nxplayer: add mp3 offload playback demo
new 5a623cc9e nshlib:add platform challenge function for
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/nuttx-apps.git
commit 88fff23d3497de541d74325690c79c0616f31d6a
Author: huangjian
AuthorDate: Fri Nov 4 20:39:26 2022 +0800
nshlib:
xiaoxiang781216 commented on PR #7772:
URL: https://github.com/apache/nuttx/pull/7772#issuecomment-1336386759
@pkarashchenko this patch need merge with
https://github.com/apache/nuttx-apps/pull/1447 to avoid the ci break.
--
This is an automated message from the Apache Git Service.
To res
anchao commented on code in PR #7768:
URL: https://github.com/apache/nuttx/pull/7768#discussion_r1038956328
##
net/arp/arp.h:
##
@@ -81,8 +81,10 @@
/* This is a helper pointer for accessing the contents of the IP header */
-#define ARPBUF((FAR struct arp_hdr_s *)&dev->d
anchao commented on code in PR #7768:
URL: https://github.com/apache/nuttx/pull/7768#discussion_r1038956488
##
include/nuttx/net/netdev.h:
##
@@ -157,17 +157,12 @@
# define NETDEV_ERRORS(dev)
#endif
-/* There are some helper pointers for accessing the contents of the Ethern
xiaoxiang781216 opened a new pull request, #7774:
URL: https://github.com/apache/nuttx/pull/7774
## Summary
## Impact
Minor
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
xiaoxiang781216 merged PR #7773:
URL: https://github.com/apache/nuttx/pull/7773
--
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...@nutt
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/nuttx.git
from 965566d2e8 libc/stdio: add total_len back
add 4b70e4ff77 arm/cortex-r: sync ARM_THUMB support from cortex-a
No
xiaoxiang781216 merged PR #7768:
URL: https://github.com/apache/nuttx/pull/7768
--
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...@nutt
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/nuttx.git
from 4b70e4ff77 arm/cortex-r: sync ARM_THUMB support from cortex-a
add dc6f10f33b net/nerighbor: No need to update p
anchao commented on PR #7769:
URL: https://github.com/apache/nuttx/pull/7769#issuecomment-1336402077
LGTM
--
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-
anchao merged PR #7769:
URL: https://github.com/apache/nuttx/pull/7769
--
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...@nuttx.apache.
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 62004a28a6 net/d_buf: remove d_buf reference from l3/l4
add c6e9edcbb6 net: Rename arp_arpin to arp_input
add
fjpanag commented on code in PR #7525:
URL: https://github.com/apache/nuttx/pull/7525#discussion_r1038967034
##
net/tcp/tcp_conn.c:
##
@@ -836,10 +863,25 @@ void tcp_free(FAR struct tcp_conn_s *conn)
}
#endif
- /* Mark the connection available and put it into the free l
PeterBee97 commented on code in PR #7687:
URL: https://github.com/apache/nuttx/pull/7687#discussion_r1038968044
##
video/Kconfig:
##
@@ -13,6 +13,10 @@ config VIDEO
if VIDEO
+config VIDEO_DEV_PATH
Review Comment:
Updated. There was no definition of video device register
xiaoxiang781216 commented on code in PR #7525:
URL: https://github.com/apache/nuttx/pull/7525#discussion_r1038977971
##
net/tcp/tcp_conn.c:
##
@@ -836,10 +863,25 @@ void tcp_free(FAR struct tcp_conn_s *conn)
}
#endif
- /* Mark the connection available and put it into th
fjpanag commented on PR #7525:
URL: https://github.com/apache/nuttx/pull/7525#issuecomment-1336430899
Here is another take on this issue.
Not fully tested yet, may change a few things here and there.
@xiaoxiang781216
> NET_TCP_PREALLOC_CONNS to indicate the preallocate
fjpanag commented on code in PR #7525:
URL: https://github.com/apache/nuttx/pull/7525#discussion_r1038983905
##
net/tcp/tcp_conn.c:
##
@@ -836,10 +863,25 @@ void tcp_free(FAR struct tcp_conn_s *conn)
}
#endif
- /* Mark the connection available and put it into the free l
anchao opened a new pull request, #7775:
URL: https://github.com/apache/nuttx/pull/7775
## Summary
arm/arm: sync ARM_THUMB support from cortex-a
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
--
This is an automated message from
xiaoxiang781216 opened a new pull request, #7776:
URL: https://github.com/apache/nuttx/pull/7776
## Summary
- drivers/video: Zero all video_framebuff_t fields in video_framebuff_init
- drivers/video: Remove the redundant vbuf_alloced != NULL check from
video_framebuff_realloc_conta
anchao opened a new pull request, #:
URL: https://github.com/apache/nuttx/pull/
## Summary
sim/netdriver: fix build break if enable NET_IPv6 only
```
In file included from sim/sim_netdriver.c:73:
sim/sim_netdriver.c: In function ‘netdriver_ifup’:
sim/sim_netdriver
xiaoxiang781216 commented on code in PR #:
URL: https://github.com/apache/nuttx/pull/#discussion_r1038997618
##
arch/sim/src/sim/sim_netdriver.c:
##
@@ -281,7 +281,11 @@ static int netdriver_ifup(struct net_driver_s *dev)
int devidx = (intptr_t)dev->d_private;
UN
anchao opened a new pull request, #7778:
URL: https://github.com/apache/nuttx/pull/7778
## Summary
net/ip: return success if the packet was forwarded.
The incoming packet should not be input to ip layer if the packet has been
forwarded
Signed-off-by: chao an
xiaoxiang781216 merged PR #7775:
URL: https://github.com/apache/nuttx/pull/7775
--
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...@nutt
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/nuttx.git
from 43bda3282f net/arp: Move arp_ipin and arp_out to private header file
add d12ddf56df arm/arm: sync ARM_THUMB sup
xiaoxiang781216 merged PR #:
URL: https://github.com/apache/nuttx/pull/
--
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...@nutt
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/nuttx.git
from d12ddf56df arm/arm: sync ARM_THUMB support from cortex-a
add 53a63c517a sim/netdriver: fix build break if enabl
anchao opened a new pull request, #7779:
URL: https://github.com/apache/nuttx/pull/7779
## Summary
sim/netdriver: set ipv6 addr to host route
Signed-off-by: chao an
## Impact
N/A
## Testing
ci -check
--
This is an automated message from th
acassis merged PR #7778:
URL: https://github.com/apache/nuttx/pull/7778
--
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...@nuttx.apache
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 8fc1e524ab net/ip: return success if the packet
xiaoxiang781216 commented on code in PR #7779:
URL: https://github.com/apache/nuttx/pull/7779#discussion_r1039018288
##
arch/sim/src/sim/posix/sim_tapdev.c:
##
@@ -418,17 +422,31 @@ void sim_tapdev_ifup(int devidx, in_addr_t ifaddr)
#ifdef CONFIG_SIM_NET_HOST_ROUTE
/* Add ho
xiaoxiang781216 opened a new pull request, #7780:
URL: https://github.com/apache/nuttx/pull/7780
## Summary
- drivers/video: Return 0 in case g_video_sensor_ops or get_supported_value
is NULL
- drivers/video: Don't drop the returned value from get_supported_value in
initialize_sce
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a7f7c7a6 Publishing web: e978ad4c
masayuki2009 commented on PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1336579786
@anchao
I noticed that http audio streaming with spresense:rndis_smp can not play
smoothly.
It seems that many TCP retransmissions happen now.
--
This is an automated mes
anchao commented on code in PR #7779:
URL: https://github.com/apache/nuttx/pull/7779#discussion_r1039126001
##
arch/sim/src/sim/posix/sim_tapdev.c:
##
@@ -418,17 +422,31 @@ void sim_tapdev_ifup(int devidx, in_addr_t ifaddr)
#ifdef CONFIG_SIM_NET_HOST_ROUTE
/* Add host route
anchao opened a new pull request, #7781:
URL: https://github.com/apache/nuttx/pull/7781
## Summary
mm/ubsan: fix build warning
```
ubsan/ubsan.c: In function ‘get_signed_val’:
ubsan/ubsan.c:162:22: warning: cast from pointer to integer of different
size [-Wpointer
anchao opened a new pull request, #7782:
URL: https://github.com/apache/nuttx/pull/7782
## Summary
net/devif: reprepare iob buffer before polling connections
Loopback device will consume the d_iob packet in upper layer protocol,
in order to avoid null pointer access, reprepar
anchao commented on PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1336784265
> I noticed that http audio streaming with spresense:rndis_smp can not play
smoothly.
It seems that many TCP retransmissions happen now.
@masayuki2009 I'll take a look
--
This i
xiaoxiang781216 merged PR #7779:
URL: https://github.com/apache/nuttx/pull/7779
--
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...@nutt
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 4592ce2f07 sim/netdriver: set ipv6 addr to hos
xiaoxiang781216 merged PR #7781:
URL: https://github.com/apache/nuttx/pull/7781
--
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...@nutt
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/nuttx.git
from 4592ce2f07 sim/netdriver: set ipv6 addr to host route
add 415fa25eb7 mm/ubsan: fix build warning
No new revisi
anchao commented on PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1336820339
@masayuki2009
How does spresense access the network through rndis? do you have the manual
or tutorial ?
--
This is an automated message from the Apache Git Service.
To respond to the m
anchao commented on PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1336864141
I tested the loopback, the protocol stack works as expected,
```
nsh> iperf -s -i 1 &
iperf [23:100]
nsh>IP: 10.0.0.2
mode=tcp-server sip=10.0.0.2:5001,dip=0.
FASTSHIFT opened a new pull request, #7783:
URL: https://github.com/apache/nuttx/pull/7783
## Summary
Add poll notify support for sim_framebuffer.
## Impact
Applications using the sim framebuffer device.
## Testing
Daliy test.
--
This is an automated message from
58 matches
Mail list logo