GD32-MCU opened a new pull request, #7011:
URL: https://github.com/apache/incubator-nuttx/pull/7011
## Summary
Add the chip GD32F450 of GD32MCU to Nuttx
Modify arch/arm/Kconfig
Add gd32f4 in arch/arm/src folder
Modify boards/Kconfig
Add gd32f4 in boards/arm folder
GD32-MCU closed pull request #7011: add chip GD32F450 of GD32MCU
URL: https://github.com/apache/incubator-nuttx/pull/7011
--
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 uns
Author: jerpelea
Date: Tue Sep 6 07:19:05 2022
New Revision: 56685
Log:
Staging apache-nuttx-11.0.0-RC1-incubating
Added:
dev/incubator/nuttx/11.0.0-RC1/
dev/incubator/nuttx/11.0.0-RC1/apache-nuttx-11.0.0-incubating.tar.gz
(with props)
dev/incubator/nuttx/11.0.0-RC1/apache-nuttx-1
anchao opened a new pull request, #7012:
URL: https://github.com/apache/incubator-nuttx/pull/7012
## Summary
net/mld/route: fix build warning
```
In file included from route/net_del_ramroute.c:30:
route/net_del_ramroute.c: In function ‘net_match_ipv4’:
route/net_del
anchao commented on code in PR #1307:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1307#discussion_r963438859
##
netutils/dhcpc/dhcpc.c:
##
@@ -145,7 +147,7 @@ struct dhcpc_state_s
* Private Data
**
ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1237863138
@masayuki2009 spresense:wifi_smp should work with latest patchset now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
fjpanag commented on PR #6956:
URL: https://github.com/apache/incubator-nuttx/pull/6956#issuecomment-1237868322
@anchao This is exactly the tests I did, last week.
According to these tests:
* When the fall-back is used, the assertion does NOT fire.
* When the assertion fires, the
XinStellaris commented on code in PR #1307:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1307#discussion_r963481746
##
netutils/dhcpc/dhcpc.c:
##
@@ -145,7 +147,7 @@ struct dhcpc_state_s
* Private Data
masayuki2009 commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1237906478
> @masayuki2009 spresense:wifi_smp should work with latest patchset now.
@ethanlcz
Can you rebase this PR to the latest master?
--
This is an automated messag
xiaoxiang781216 merged PR #7012:
URL: https://github.com/apache/incubator-nuttx/pull/7012
--
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 0978dcf88d net/mld/route: fix build
ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1237988706
> ### 4 workflows awaiting approval
it's done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
masayuki2009 commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238008606
@ethanlcz
Please fix the style check.
```
Error:
/home/runner/work/incubator-nuttx/incubator-nuttx/nuttx/net/usrsock/usrsock_devif.c:575:1:
error: Missing b
xiaoxiang781216 merged PR #1309:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1309
--
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-u
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 e031a8288 netutils/dhcp: fix bu
xiaoxiang781216 merged PR #1307:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1307
--
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-u
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 37b77a78f netutils/dhcpc:Make D
eenurkka opened a new pull request, #7013:
URL: https://github.com/apache/incubator-nuttx/pull/7013
The underlying hardware supports 9 endpoints:
- EP0
- 4x IN EPs
- 4x OUT EPs
Currently the driver assumes every EP number is unique. This limits
the amount of EPs to 1
anchao commented on code in PR #1308:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1308#discussion_r963626929
##
nshlib/nsh_netcmds.c:
##
@@ -392,7 +393,7 @@ static int nsh_foreach_netdev(nsh_netdev_callback_t
callback,
*/
if (entry->d_type == DTYP
ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238069005
@masayuki2009
I fixed the patch check error.
I tried to run usrsocktest and got the same failure result like belows with
or without this patch. But I didn't reproduce t
ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238070932
basic_setsockopt test follows after remote_disconnect, since
remote_disconnect fails, so I didn't reproduce the assert you met.
Let me disable remote_disconnect and try again.
ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238075360
basic_setsockopt test passed after remote_disconnect disabled.
Still other failure exist.
NuttShell (NSH) NuttX-10.4.0
nsh> usrsocketst
nsh: usrsocketst: command n
anchao opened a new pull request, #7014:
URL: https://github.com/apache/incubator-nuttx/pull/7014
## Summary
net/netdev: correct return value of SIOCGIFFLAGS
Signed-off-by: chao an
## Impact
N/A
## Testing
netlib_getifstatus()
--
This is a
greg5678 commented on issue #6938:
URL:
https://github.com/apache/incubator-nuttx/issues/6938#issuecomment-1238099922
Any idea what might be the issue?
--
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
GUIDINGLI opened a new pull request, #1310:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1310
## Summary
ostest: fix sighand_test report error
sighand_test: ERROR waiter task did not exit
reason:
sleep will be interrupt by signal
Signed-off-by: l
anchao commented on PR #7014:
URL: https://github.com/apache/incubator-nuttx/pull/7014#issuecomment-1238138609
> LGTM, but now this makes me wonder: Almost all of the other cases are
returning `-EINVAL` rather than `-ENODEV` when `dev` is NULL. Is that correct?
@hartmannathan This is
GUIDINGLI opened a new pull request, #7015:
URL: https://github.com/apache/incubator-nuttx/pull/7015
## Summary
sim: fix signal crash in SMP mode
reproduce:
sim:smp
ostest
reason:
shouldn't do sim_sigdeliver() in irq handler
Signed-off-by: ligd
GUIDINGLI commented on PR #7015:
URL: https://github.com/apache/incubator-nuttx/pull/7015#issuecomment-1238143418
@masayuki2009
Could you help to review this ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
zyfeier commented on code in PR #6987:
URL: https://github.com/apache/incubator-nuttx/pull/6987#discussion_r963705703
##
sched/Kconfig:
##
@@ -1826,3 +1826,10 @@ config SCHED_BACKTRACE
using the information automatically generated by the
compiler
anchao opened a new pull request, #7016:
URL: https://github.com/apache/incubator-nuttx/pull/7016
## Summary
net/netdev/ioctl: correct the argument length of ioctl MII/PHY
Signed-off-by: chao an
## Impact
N/A
## Testing
--
This is an automated me
zyfeier commented on code in PR #6987:
URL: https://github.com/apache/incubator-nuttx/pull/6987#discussion_r963716384
##
sched/semaphore/sem_post.c:
##
@@ -139,38 +139,32 @@ int nxsem_post(FAR sem_t *sem)
* that we want.
*/
+#ifndef CONFIG_TASK_LIST_OPT
GUIDINGLI commented on PR #6833:
URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1238169380
This should be test base on:
https://github.com/apache/incubator-nuttx/pull/7015
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
GUIDINGLI commented on PR #6833:
URL: https://github.com/apache/incubator-nuttx/pull/6833#issuecomment-1238170478
@masayuki2009
please help to review
--
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
slorquet opened a new pull request, #7017:
URL: https://github.com/apache/incubator-nuttx/pull/7017
## Summary
* stm32h7 Kconfig menu imbrication was broken, preventing spi peripheral
selection
* stm32h7 spi does not need to depend on EXPERIMENTAL
## Impact
* none
## T
GUIDINGLI opened a new pull request, #7018:
URL: https://github.com/apache/incubator-nuttx/pull/7018
## Summary
wqueue: change single queue to double queue to improve speed
wqueue: fix work_qcancel() judge error caused by the union in struct work_s
in struct work_s:
un
GUIDINGLI opened a new pull request, #7019:
URL: https://github.com/apache/incubator-nuttx/pull/7019
## Summary
sched: fix corner case wd_cancel assert crash
There one ways can caused this:
mq_timedreceive
TIMER IRQ do wd_timer -> wd_func1 mq_send
anchao opened a new pull request, #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020
## Summary
net/netdev: simplify handling of netdev ifr ioctl()
1. call netdev_ifr_dev() only once
2. unify error code of ENODEV
Signed-off-by: chao an
## Impact
anchao commented on PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#issuecomment-1238245302
@hartmannathan
https://github.com/apache/incubator-nuttx/pull/7014#pullrequestreview-1097567649
--
This is an automated message from the Apache Git Service.
To respond t
anchao merged PR #6978:
URL: https://github.com/apache/incubator-nuttx/pull/6978
--
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...@nut
This is an automated email from the ASF dual-hosted git repository.
archer 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 e0bb281e7a net: Align the prototype of
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 e6e466113 nshlib/netcmd: add sa
xiaoxiang781216 merged PR #1308:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1308
--
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-u
xiaoxiang781216 merged PR #7013:
URL: https://github.com/apache/incubator-nuttx/pull/7013
--
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 e0bb281e7a net: Align the prototype of sock_intf_s::si_ioctl with
file_operations::ioctl
add 4df8b16
anchao merged PR #6976:
URL: https://github.com/apache/incubator-nuttx/pull/6976
--
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...@nut
This is an automated email from the ASF dual-hosted git repository.
archer 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 9726be616a fs: Run the default action o
xiaoxiang781216 merged PR #1310:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1310
--
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-u
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 048b79955 ostest: fix sighand_t
xiaoxiang781216 commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964006952
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_io
xiaoxiang781216 commented on code in PR #7014:
URL: https://github.com/apache/incubator-nuttx/pull/7014#discussion_r964017175
##
net/netdev/netdev_ioctl.c:
##
@@ -992,6 +996,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int
cmd,
#endif
{
acassis commented on PR #7011:
URL: https://github.com/apache/incubator-nuttx/pull/7011#issuecomment-1238507972
Hi @GD32-MCU please check out board config files, they seems outdated.
Please run for each board and config:
```
$ ./tools/refresh.sh --silent yourboard:yourconfig
```
curuvar opened a new pull request, #7021:
URL: https://github.com/apache/incubator-nuttx/pull/7021
## Summary
Added code to resolve a race condition when writing data to the Pico W's
WiFi chip.
Also added a "telnet" configuration that demonstrates basic networking.
## Impact
xiaoxiang781216 merged PR #7016:
URL: https://github.com/apache/incubator-nuttx/pull/7016
--
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 9726be616a fs: Run the default action of FIONBIO/FIOCLEX/FIONCLEX in
success path
add 54dba40f87 net
curuvar opened a new issue, #7022:
URL: https://github.com/apache/incubator-nuttx/issues/7022
There is a new version of pico-sdk that contains firmware needed to use the
WiFi chip on the RaspberryPi Pico W.
No test build that uses the Pico W's WiFi can succeed until this library is
hartmannathan opened a new pull request, #7023:
URL: https://github.com/apache/incubator-nuttx/pull/7023
## Summary
Adds board support for the Texas Instruments EK-TM4C129EXL "TM4C Crypto
Connected LaunchPad" in the new subdirectory
boards/arm/tiva/tm4c129e-launchpad. This board supp
hartmannathan commented on code in PR #7014:
URL: https://github.com/apache/incubator-nuttx/pull/7014#discussion_r964245960
##
net/netdev/netdev_ioctl.c:
##
@@ -947,6 +950,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int
cmd,
#endif
{
hartmannathan commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964248968
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioct
hartmannathan commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964255066
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioct
hartmannathan commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964255606
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioct
hartmannathan merged PR #7017:
URL: https://github.com/apache/incubator-nuttx/pull/7017
--
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.
hartmannathan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 179d64d99919dd77b1ae43087d82361344e00126
Author: Sebastien Lorquet
AuthorDate: Tue Sep 6 15:39:49 2022 +
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3e16b6c9f168bb26d708dfaef420f61b246facf2
Author: Sebastien Lorquet
AuthorDate: Tue Sep 6 15:38:41 2022 +
This is an automated email from the ASF dual-hosted git repository.
hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 54dba40f87 net/netdev/ioctl: correct the argument length of ioctl
MII/PHY
new 3e16b6c9f1 update
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 f4a14db Publishing web
masayuki2009 merged PR #7015:
URL: https://github.com/apache/incubator-nuttx/pull/7015
--
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.
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 94cf99f310 sim: fix signal crash in S
masayuki2009 opened a new pull request, #7024:
URL: https://github.com/apache/incubator-nuttx/pull/7024
## Summary
- I noticed that the latest ifconfig command shows nothing
- Finally, I found that gs2200m.c needs to handle SIOCGIFFLAGS
- This commit fixes this issue
## Im
masayuki2009 opened a new pull request, #1311:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1311
## Summary
- I noticed that the latest ifconfig command shows nothing
- Finally, I found that gs2200m_main.c needs to handle SIOCGIFFLAGS
- This commit fixes this issue
masayuki2009 commented on PR #7024:
URL: https://github.com/apache/incubator-nuttx/pull/7024#issuecomment-1238803746
See https://github.com/apache/incubator-nuttx-apps/pull/1311 as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
nealef opened a new pull request, #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025
## Summary
The round() functions do not return the correct value for infinite or NaN
values. For example, round(NaN) returns 0 instead of NaN.
## Impact
Incorrect results for these
ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238838032
@xiaoxiang781216 @masayuki2009
I forgot to upgrade latest nuttx app and got the failure yesterday. Now it
passed usrsocktest with latest nuttx kernel and app.
--
This is an
xiaoxiang781216 commented on issue #7022:
URL:
https://github.com/apache/incubator-nuttx/issues/7022#issuecomment-1238842269
can you update the download script to point the lasts release?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
anchao commented on code in PR #7014:
URL: https://github.com/apache/incubator-nuttx/pull/7014#discussion_r964329303
##
net/netdev/netdev_ioctl.c:
##
@@ -905,9 +905,12 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int
cmd,
if (dev)
{
xiaoxiang781216 commented on code in PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#discussion_r964329608
##
libs/libc/math/lib_roundl.c:
##
@@ -34,6 +34,9 @@
#ifdef CONFIG_HAVE_LONG_DOUBLE
long double roundl(long double x)
{
+ if (isinf(x) || isnan(x))
xiaoxiang781216 commented on PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1238843703
@nealef please fix the warning here:
https://github.com/apache/incubator-nuttx/runs/8219913869?check_suite_focus=true
--
This is an automated message from the Apache
nealef commented on code in PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#discussion_r964331468
##
libs/libc/math/lib_roundl.c:
##
@@ -34,6 +34,9 @@
#ifdef CONFIG_HAVE_LONG_DOUBLE
long double roundl(long double x)
{
+ if (isinf(x) || isnan(x))
Review Co
nealef commented on PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1238846009
I am unsure what the alignment issue is. Is it spaces v tabs? Do I need to
set my tabs to a nuttx standard setting?
--
This is an automated message from the Apache Git Service.
T
xiaoxiang781216 commented on code in PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#discussion_r964332497
##
libs/libc/math/lib_roundl.c:
##
@@ -34,6 +34,9 @@
#ifdef CONFIG_HAVE_LONG_DOUBLE
long double roundl(long double x)
{
+ if (isinf(x) || isnan(x))
xiaoxiang781216 commented on PR #6983:
URL: https://github.com/apache/incubator-nuttx/pull/6983#issuecomment-1238846972
@pkarashchenko could you merge it?
--
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
xiaoxiang781216 merged PR #7009:
URL: https://github.com/apache/incubator-nuttx/pull/7009
--
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 9bff29d7e7 udp: add IPVx_PKTINFO rel
xiaoxiang781216 merged PR #7019:
URL: https://github.com/apache/incubator-nuttx/pull/7019
--
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 9bff29d7e7 udp: add IPVx_PKTINFO related support
add 3b04450808 sched: fix corner case wd_cancel asse
anchao commented on PR #7014:
URL: https://github.com/apache/incubator-nuttx/pull/7014#issuecomment-1238851483
Close this PR let us track
https://github.com/apache/incubator-nuttx/pull/7020
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
anchao closed pull request #7014: net/netdev: correct return value of
SIOCGIFFLAGS/SIOCGIFCOUNT
URL: https://github.com/apache/incubator-nuttx/pull/7014
--
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
anchao commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964336747
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioctl(FAR s
anchao commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964337633
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioctl(FAR s
anchao commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964337755
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioctl(FAR s
anchao commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964337848
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +636,204 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_ioctl(FAR s
nealef commented on code in PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#discussion_r964342540
##
libs/libc/math/lib_roundl.c:
##
@@ -34,6 +34,9 @@
#ifdef CONFIG_HAVE_LONG_DOUBLE
long double roundl(long double x)
{
+ if (isinf(x) || isnan(x))
Review Co
xiaoxiang781216 opened a new pull request, #7026:
URL: https://github.com/apache/incubator-nuttx/pull/7026
## Summary
follow up https://github.com/apache/incubator-nuttx/pull/7009:
- udp: Don't accumulate the receive length in psock_udp_recvfrom
- udp: Remove the unnessary check of a
xiaoxiang781216 merged PR #7024:
URL: https://github.com/apache/incubator-nuttx/pull/7024
--
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 22a5cc0973 drivers: wireless: Add SI
hartmannathan commented on PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1238862373
> I am unsure what the alignment issue is. Is it spaces v tabs? Do I need to
set my tabs to a nuttx standard setting?
I just looked at it and I can't see anything wron
xiaoxiang781216 merged PR #1311:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1311
--
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-u
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 383709158 wireless: gs2200m: Ad
hartmannathan commented on PR #7025:
URL: https://github.com/apache/incubator-nuttx/pull/7025#issuecomment-1238866327
OK I have a workaround:
```
if (isinf(x) || isnan(x))
{
return (x);
}
```
nxstyle doesn't complain when this is written in a block
xiaoxiang781216 commented on code in PR #7020:
URL: https://github.com/apache/incubator-nuttx/pull/7020#discussion_r964349288
##
net/netdev/netdev_ioctl.c:
##
@@ -636,235 +700,201 @@ static FAR struct net_driver_s *netdev_ifr_dev(FAR
struct ifreq *req)
static int netdev_ifr_io
masayuki2009 commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238869569
@ethanlcz
Please test this PR with `CONFIG_DEBUG_ASSERTIONS=y`
```
nsh> usrsocktest
Starting unit-tests...
Testing group "char_dev" =>
Group "char_d
1 - 100 of 131 matches
Mail list logo