Gary-Hobson opened a new pull request, #8634:
URL: https://github.com/apache/nuttx/pull/8634
## Summary
Add a branches predicted compiler attribute
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
xiaoxiang781216 commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115359352
##
include/nuttx/compiler.h:
##
@@ -154,6 +154,11 @@
#define farcall_function __attribute__((long_call))
# endif
+/* Branch prediction */
+
+#define like
xiaoxiang781216 commented on PR #8629:
URL: https://github.com/apache/nuttx/pull/8629#issuecomment-1441368111
@GUIDINGLI please upstream the change to OpenAMP community too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
pkarashchenko merged PR #8584:
URL: https://github.com/apache/nuttx/pull/8584
--
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.
Gary-Hobson commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115381589
##
include/nuttx/compiler.h:
##
@@ -154,6 +154,11 @@
#define farcall_function __attribute__((long_call))
# endif
+/* Branch prediction */
+
+#define likely(x
pkarashchenko commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115393658
##
include/nuttx/compiler.h:
##
@@ -154,6 +154,11 @@
#define farcall_function __attribute__((long_call))
# endif
+/* Branch prediction */
+
+#define likely
pkarashchenko commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115393658
##
include/nuttx/compiler.h:
##
@@ -154,6 +154,11 @@
#define farcall_function __attribute__((long_call))
# endif
+/* Branch prediction */
+
+#define likely
xiaoxiang781216 commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115397499
##
include/nuttx/compiler.h:
##
@@ -154,6 +154,11 @@
#define farcall_function __attribute__((long_call))
# endif
+/* Branch prediction */
+
+#define like
Gary-Hobson opened a new pull request, #1593:
URL: https://github.com/apache/nuttx-apps/pull/1593
## 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 to g
xiaoxiang781216 merged PR #1592:
URL: https://github.com/apache/nuttx-apps/pull/1592
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 7f67ee8c88d5ebab8fd1b724a081740e5666de00
Author: Huang Qi
AuthorDate: Thu Feb 23 14:30:17 2023 +0800
bas_fs.
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 69cad3c28 build: Remove the annoy warning from distclean
new db22e07d0 stdio: Remove CONFIG_EOL_IS_XXX
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 db22e07d0720f6045f5bf203e115511499fbdcbc
Author: Huang Qi
AuthorDate: Wed Feb 22 21:05:07 2023 +0800
stdio:
Gary-Hobson opened a new pull request, #8635:
URL: https://github.com/apache/nuttx/pull/8635
## Summary
use perfcount as the clock source for tv_nsec to achieve higher precision
time.
systime has insufficient time precision and will not display correctly when
viewing finer-graine
no1wudi closed pull request #8628: stdio: Remove CONFIG_EOL_IS_XXX
URL: https://github.com/apache/nuttx/pull/8628
--
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
no1wudi commented on PR #8628:
URL: https://github.com/apache/nuttx/pull/8628#issuecomment-1441430260
Retrigger CI
--
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 unsubs
xiaoxiang781216 commented on code in PR #8635:
URL: https://github.com/apache/nuttx/pull/8635#discussion_r1115432655
##
sched/Kconfig:
##
@@ -973,12 +973,6 @@ config SCHED_INSTRUMENTATION_CPUSET
---help---
Monitor only CPUs in the bitset. Bit 0=CPU0, Bit
Gary-Hobson commented on code in PR #8635:
URL: https://github.com/apache/nuttx/pull/8635#discussion_r1115440849
##
sched/Kconfig:
##
@@ -973,12 +973,6 @@ config SCHED_INSTRUMENTATION_CPUSET
---help---
Monitor only CPUs in the bitset. Bit 0=CPU0, Bit1=CP
xiaoxiang781216 commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115460009
##
include/nuttx/compiler.h:
##
@@ -471,6 +476,8 @@
*/
# define noreturn_function
+# define likely(x) x
Review Comment:
add () for all x
--
This is
xiaoxiang781216 merged PR #1591:
URL: https://github.com/apache/nuttx-apps/pull/1591
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 7cc325ae8 crypto/mbedtls: disable optimiz
Gary-Hobson commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115468300
##
include/nuttx/compiler.h:
##
@@ -471,6 +476,8 @@
*/
# define noreturn_function
+# define likely(x) x
Review Comment:
done
--
This is an automated me
xiaoxiang781216 commented on code in PR #8634:
URL: https://github.com/apache/nuttx/pull/8634#discussion_r1115470992
##
include/nuttx/compiler.h:
##
@@ -816,6 +827,8 @@
# define noreturn_function
# define farcall_function
# define aligned_data(n)
+# define likely(x) (x)
xiaoxiang781216 commented on code in PR #8635:
URL: https://github.com/apache/nuttx/pull/8635#discussion_r1115479381
##
sched/Kconfig:
##
@@ -973,12 +973,6 @@ config SCHED_INSTRUMENTATION_CPUSET
---help---
Monitor only CPUs in the bitset. Bit 0=CPU0, Bit
pkarashchenko commented on PR #1591:
URL: https://github.com/apache/nuttx-apps/pull/1591#issuecomment-1441535695
What is a gap here? Is it a compiler version?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
masayuki2009 commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1441572686
@no1wudi
>Could you check the CONFIG_TELNET_TXBUFFER_SIZE value
```
$ grep -i CONFIG_TELNET_TX .config
CONFIG_TELNET_TXBUFFER_SIZE=256
```
--
This is an a
xiaoxiang781216 opened a new pull request, #1594:
URL: https://github.com/apache/nuttx-apps/pull/1594
## Summary
--
* Name: ioctl ...
* Returned Value:
* >=0 on success (positive non-zero values are cmd-specific)
* -1 on failure with errno set pr
Gary-Hobson commented on PR #8635:
URL: https://github.com/apache/nuttx/pull/8635#issuecomment-1441614619
CI compilation needs to depend on
https://github.com/apache/nuttx-apps/pull/1593
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Gary-Hobson commented on PR #1593:
URL: https://github.com/apache/nuttx-apps/pull/1593#issuecomment-1441614339
CI compilation needs to depend on https://github.com/apache/nuttx/pull/8635
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
GUIDINGLI commented on PR #8618:
URL: https://github.com/apache/nuttx/pull/8618#issuecomment-1441662630
base on https://github.com/apache/nuttx/pull/8629
--
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
W-Mai opened a new pull request, #1595:
URL: https://github.com/apache/nuttx-apps/pull/1595
## Summary
There are three test.
1. Write a long default string into the serial port.
2. Read the default string given by the last test from the serial port.
3. Manually execute the
xiaoxiang781216 commented on PR #1595:
URL: https://github.com/apache/nuttx-apps/pull/1595#issuecomment-1441887293
Please fix check and lint warning.
--
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
xiaoxiang781216 merged PR #8635:
URL: https://github.com/apache/nuttx/pull/8635
--
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 8b4ecac6c2 libc: Move math library from libs/libc/math to
libs/libm/libm
new 55ce5d0511 note: remove SCHED_INS
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
commit 29a7d267fbabb77e370cad05bbc2784c7259d715
Author: yinshengkai
AuthorDate: Thu Feb 23 16:40:54 2023 +0800
note: cor
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
commit 55ce5d0511e4c927beb63a96af330e8581de7457
Author: yinshengkai
AuthorDate: Thu Feb 23 16:31:02 2023 +0800
note: rem
xiaoxiang781216 merged PR #1593:
URL: https://github.com/apache/nuttx-apps/pull/1593
--
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 commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 19ba886ec trace: remove SCHED_INSTRUMENTA
xiaoxiang781216 merged PR #8634:
URL: https://github.com/apache/nuttx/pull/8634
--
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
commit cb594a4c9ca1fbfb71f6c44e3c219de338703e47
Author: yinshengkai
AuthorDate: Thu Feb 23 16:11:17 2023 +0800
include:
xiaoxiang781216 commented on PR #8633:
URL: https://github.com/apache/nuttx/pull/8633#issuecomment-1441902015
please resolve the conflict.
--
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 spec
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 29a7d267fb note: correct systime with perf count
new ecdaeddfcd include: add likely and unlikely for branch pre
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
commit ecdaeddfcda1bd78a76cacdc43be68bca0265b20
Author: yinshengkai
AuthorDate: Thu Feb 23 16:05:19 2023 +0800
include:
xiaoxiang781216 merged PR #8629:
URL: https://github.com/apache/nuttx/pull/8629
--
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 c398375cc8 openamp: update openamp lib
c398375
xiaoxiang781216 commented on PR #8618:
URL: https://github.com/apache/nuttx/pull/8618#issuecomment-1441912244
please rebase to the last master.
--
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
xiaoxiang781216 merged PR #8630:
URL: https://github.com/apache/nuttx/pull/8630
--
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 f9b6255895 local_socket: remove the wrong asse
xiaoxiang781216 merged PR #8631:
URL: https://github.com/apache/nuttx/pull/8631
--
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 8b078d261f rptun: fix rptun_start() failed
8b0
jmailloux commented on issue #4037:
URL: https://github.com/apache/nuttx/issues/4037#issuecomment-1441966027
+1. I am trying to get socketCAN working on Pixhawk6C. TX works. I am
having trouble on receive. poll() doesn't seem to work as these other folks
have said.
Further to that,
jerpelea merged PR #8632:
URL: https://github.com/apache/nuttx/pull/8632
--
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.apach
This is an automated email from the ASF dual-hosted git repository.
jerpelea 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 c4ed55c6df socket: divide errno & s_error
c4ed5
acassis merged PR #1594:
URL: https://github.com/apache/nuttx-apps/pull/1594
--
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.a
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new ba030e584 wireless/wapi: correct check of r
acassis commented on PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#issuecomment-1442027045
Does sim:bastest still working after this PR?
--
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
acassis opened a new pull request, #8636:
URL: https://github.com/apache/nuttx/pull/8636
## Summary
Fix WDT incorrect interrupt enable/disable
## Impact
esp32c3 only
## Testing
esp32c3-devkit
--
This is an automated message from the Apache Git Service.
To respond to the
acassis commented on issue #8616:
URL: https://github.com/apache/nuttx/issues/8616#issuecomment-1442035055
@chirping78 there is something wrong with Idle Task stack report as well:
the default size is not 1000. Did you try same thing using JLink + GDB to
confirm that issue is not in OpenOCD
xiaoxiang781216 opened a new pull request, #8637:
URL: https://github.com/apache/nuttx/pull/8637
## Summary
## Impact
rpmsgfs
## Testing
internal
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
xiaoxiang781216 opened a new pull request, #8638:
URL: https://github.com/apache/nuttx/pull/8638
## Summary
Make gets/gets_s even CONFIG_FILE_STREAM isn't enabled.
## Impact
stdio
## Testing
CI
--
This is an automated message from the Apache Git Service.
lucasssvaz opened a new pull request, #1596:
URL: https://github.com/apache/nuttx-apps/pull/1596
## Summary
The Coremark Makefile is missing the `DEPPATH` setup. This causes the files
to not be recompiled when changing Kconfig options.
Thanks @tmedicci for the help!
## Impac
xiaoxiang781216 commented on PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#issuecomment-1442059145
> Does sim:bastest still working after this PR?
Yes.
```
NuttShell (NSH) NuttX-12.0.0
nsh> bas
bas 2.4
Copyright 1999-2014 Michael Haardt.
This is free s
xiaoxiang781216 merged PR #8628:
URL: https://github.com/apache/nuttx/pull/8628
--
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 ca61c40453 stdio: Remove CONFIG_EOL_IS_XXX
ca6
xiaoxiang781216 commented on PR #4819:
URL: https://github.com/apache/nuttx/pull/4819#issuecomment-1442094801
depends on https://github.com/apache/nuttx-apps/pull/1589
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
crafcat7 opened a new pull request, #8639:
URL: https://github.com/apache/nuttx/pull/8639
## Summary
Add rawmemchr methon.
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
pkarashchenko commented on code in PR #8638:
URL: https://github.com/apache/nuttx/pull/8638#discussion_r1116025451
##
libs/libc/stdio/lib_libdgets.c:
##
@@ -0,0 +1,207 @@
+/
+ * libs/libc/stdio/lib_libdg
xiaoxiang781216 commented on PR #8638:
URL: https://github.com/apache/nuttx/pull/8638#issuecomment-1442176174
Done.
--
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 unsub
tmedicci opened a new pull request, #8640:
URL: https://github.com/apache/nuttx/pull/8640
## Summary
In spite of ROM functions defined on
`nuttx/boards/xtensa/esp32s3/common/scripts/esp32s3_rom.ld`, these functions
require setting up the syscall table to enable using some ROM functio
pkarashchenko commented on code in PR #1596:
URL: https://github.com/apache/nuttx-apps/pull/1596#discussion_r1116041787
##
benchmarks/coremark/Kconfig:
##
@@ -26,6 +26,10 @@ config COREMARK_STACKSIZE
int "Coremark task stack size"
default 4096
+config COREMARK_
pkarashchenko commented on code in PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116065032
##
interpreters/bas/bas_value.c:
##
@@ -2026,9 +2042,21 @@ struct String *Value_toWrite(struct Value *this, struct
String *s)
struct Value *Value_nullValue
xiaoxiang781216 commented on code in PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116114355
##
interpreters/bas/bas_value.c:
##
@@ -2026,9 +2042,21 @@ struct String *Value_toWrite(struct Value *this, struct
String *s)
struct Value *Value_nullVal
pkarashchenko merged PR #8637:
URL: https://github.com/apache/nuttx/pull/8637
--
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.
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/nuttx.git
from ca61c40453 stdio: Remove CONFIG_EOL_IS_XXX
add 9340d6e0d7 fs/rpmsgfs: return ENOTTY to vfs to do cmd operat
pkarashchenko merged PR #8636:
URL: https://github.com/apache/nuttx/pull/8636
--
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.
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 119dabaf73 esp32c3: Fix WDT incorrect inte
pkarashchenko commented on code in PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116187598
##
interpreters/bas/bas_value.c:
##
@@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct
String *s)
struct Value *Value_nullValu
xiaoxiang781216 commented on code in PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116191942
##
interpreters/bas/bas_value.c:
##
@@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct
String *s)
struct Value *Value_nullVa
xiaoxiang781216 merged PR #8639:
URL: https://github.com/apache/nuttx/pull/8639
--
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 5430de72f8 libc/lib_rawmemchr.c:Add rawmemchr
xiaoxiang781216 merged PR #8640:
URL: https://github.com/apache/nuttx/pull/8640
--
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 173212ebc9 esp32s3: Define syscall table to en
xiaoxiang781216 merged PR #8623:
URL: https://github.com/apache/nuttx/pull/8623
--
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 e6227e1943 include/signal.h:Expanding SIGNAL t
xiaoxiang781216 commented on code in PR #8594:
URL: https://github.com/apache/nuttx/pull/8594#discussion_r1116194589
##
drivers/usbdev/rndis.c:
##
@@ -108,6 +126,9 @@ struct rndis_req_s
{
FAR struct rndis_req_s *flink; /* Implements a singly linked list */
FAR struct us
xiaoxiang781216 commented on code in PR #8594:
URL: https://github.com/apache/nuttx/pull/8594#discussion_r1116194589
##
drivers/usbdev/rndis.c:
##
@@ -108,6 +126,9 @@ struct rndis_req_s
{
FAR struct rndis_req_s *flink; /* Implements a singly linked list */
FAR struct us
julianoes commented on issue #4037:
URL: https://github.com/apache/nuttx/issues/4037#issuecomment-1442480074
@jmailloux this might be a separate issue. For me, what happened was that
the CAN message filters were not initialized to zero, so it was filtering stuff
when it should not have.
pkarashchenko commented on code in PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116313927
##
interpreters/bas/bas_value.c:
##
@@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct
String *s)
struct Value *Value_nullValu
pkarashchenko commented on code in PR #1590:
URL: https://github.com/apache/nuttx-apps/pull/1590#discussion_r1116313927
##
interpreters/bas/bas_value.c:
##
@@ -2026,18 +2042,29 @@ struct String *Value_toWrite(struct Value *this, struct
String *s)
struct Value *Value_nullValu
masayuki2009 commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442540354
@no1wudi
>However, the above movies were based on spresense:wifi_smp
The same issue happens with spresense:rndis_smp too.
--
This is an automated message from the Apac
masayuki2009 commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442586062
@no1wudi
The same issue also happens with rv-virt:netnsh_smp (qemu) on ubuntu 18.04
(x86_64)
However, the host PC is fast so the symptom is not worse than the spresense.
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 addc83ee Publishing web: b50f5ca4
masayuki2009 commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442658039
@no1wudi
As for esp32-devkitc, I found out how to reproduce the issue.
Please try wapi_smp without CONFIG_NET_TCP_WRITE_BUFFERS=y.
You would see the same symptom as sprese
no1wudi commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442664973
@masayuki2009 Thanks for your information, I'll continue debug it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
no1wudi commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442673298
> @no1wudi As for esp32-devkitc, I found out how to reproduce the issue.
Please try wapi_smp without CONFIG_NET_TCP_WRITE_BUFFERS=y. You would see the
same symptom as spresense:wifi_sm
masayuki2009 commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442679294
>BTW, in my test, I'm using esp32c3-devkit, is'a single core chip.
I've just confirmed that non-SMP can reproduce the issue too.
```
--- a/boards/xtensa/esp32/esp32
no1wudi commented on PR #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559#issuecomment-1442707518
@masayuki2009 The root case is that `write` ops in telnet driver is nearly
unbuffered ,so there are many 1 byte write to socket without stdio's buffer ,
I'll fix it soon.
--
This is
zhhyu7 commented on code in PR #8594:
URL: https://github.com/apache/nuttx/pull/8594#discussion_r1116439092
##
drivers/usbdev/rndis.c:
##
@@ -108,6 +126,9 @@ struct rndis_req_s
{
FAR struct rndis_req_s *flink; /* Implements a singly linked list */
FAR struct usbdev_req_
anchao merged PR #8638:
URL: https://github.com/apache/nuttx/pull/8638
--
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 e6227e1943 include/signal.h:Expanding SIGNAL to be consistent with
Linux
new cd74a1df22 libc/stdio: Make gets/get
1 - 100 of 125 matches
Mail list logo