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
commit 046e83bec9ad3de739f4f488620969c883d373e5
Author: chao an
AuthorDate: Wed Aug 31 22:52:57 2022 +0800
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
commit 5b47bc24ae824c0a33f8efaf8141ea1a810e
Author: chao an
AuthorDate: Wed Aug 31 22:51:02 2022 +0800
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
commit a8d2924c55f349bb733c6b43ec4559665680e27e
Author: chao an
AuthorDate: Wed Aug 31 22:48:45 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
from c427f408c testing:add MTD Fail-safe config-data tests
new a8d2924c5 examples/usrsocktest: correc
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
commit 45a21aea8e9ade6dd40b43d9e4c237b0f317dd24
Author: chao an
AuthorDate: Wed Aug 31 22:55:32 2022 +0800
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
commit 3d0a49f33e1122fc61fab8faeee797d2946bb43d
Author: chao an
AuthorDate: Wed Aug 31 23:33:29 2022 +0800
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
commit 6bc5196ff058b77f1e62d2283755728f7a2ee6f2
Author: chao an
AuthorDate: Wed Aug 31 23:05:38 2022 +0800
xiaoxiang781216 merged PR #1304:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1304
--
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
masayuki2009 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960283612
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,11 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_mem
xiaoxiang781216 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960281884
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,11 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_
masayuki2009 commented on PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#issuecomment-1233822212
@xiaoxiang781216
Please review this PR again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
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 63cd44e5e1 net/usrsock: forward FION
xiaoxiang781216 merged PR #6974:
URL: https://github.com/apache/incubator-nuttx/pull/6974
--
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
pkarashchenko commented on code in PR #6956:
URL: https://github.com/apache/incubator-nuttx/pull/6956#discussion_r960267262
##
net/tcp/tcp_close.c:
##
@@ -175,11 +178,15 @@ static uint16_t tcp_close_eventhandler(FAR struct
net_driver_s *dev,
return flags;
end_wait:
- tcp
pkarashchenko commented on code in PR #6966:
URL: https://github.com/apache/incubator-nuttx/pull/6966#discussion_r960263493
##
include/queue.h:
##
@@ -67,6 +67,223 @@
} \
while (0)
+#define sq_addfirst(p, q) \
+ do \
+{ \
+ FAR sq_entry_t *tmp_node = p; \
+
masayuki2009 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960245543
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_mem
xiaoxiang781216 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960242944
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_
masayuki2009 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960237986
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_mem
xiaoxiang781216 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960233109
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_
anchao commented on code in PR #1304:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1304#discussion_r960224419
##
examples/usrsocktest/usrsocktest_daemon.c:
##
@@ -1380,6 +1387,143 @@ static int getsockname_request(int fd, FAR struct
daemon_priv_s *priv,
return O
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 42388f16e9 fs/dup2: fix potential de
xiaoxiang781216 merged PR #6969:
URL: https://github.com/apache/incubator-nuttx/pull/6969
--
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
xiaoxiang781216 commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1233733739
@ethanlcz need rebase the change again.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
anchao commented on code in PR #6974:
URL: https://github.com/apache/incubator-nuttx/pull/6974#discussion_r960210816
##
net/usrsock/usrsock_ioctl.c:
##
@@ -233,6 +234,11 @@ int usrsock_ioctl(FAR struct socket *psock, int cmd, FAR
void *arg,
errout_unlock:
net_unlock();
+
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from b15d38246c up_nputs: fix AddressSanitizer: global-buffer-overflow
problem
add aaae317d0c Revert "net/
masayuki2009 merged PR #6982:
URL: https://github.com/apache/incubator-nuttx/pull/6982
--
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.
masayuki2009 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960200461
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_mem
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 b15d38246c up_nputs: fix AddressSani
xiaoxiang781216 merged PR #6981:
URL: https://github.com/apache/incubator-nuttx/pull/6981
--
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
xiaoxiang781216 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960193961
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_
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 301cd53f14 rpmsgfs/Make.defs: rpmsgf
xiaoxiang781216 merged PR #6980:
URL: https://github.com/apache/incubator-nuttx/pull/6980
--
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
masayuki2009 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960183166
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_mem
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r960182148
##
net/local/local_connect.c:
##
@@ -143,7 +129,7 @@ static int inline local_stream_connect(FAR struct
local_conn_s *client,
if (nxsem_get_value(&s
anchao commented on code in PR #6969:
URL: https://github.com/apache/incubator-nuttx/pull/6969#discussion_r960174004
##
fs/inode/fs_files.c:
##
@@ -415,8 +415,15 @@ int fs_getfilep(int fd, FAR struct file **filep)
int nx_dup2(int fd1, int fd2)
{
FAR struct filelist *list;
+
anjiahao1 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r960173866
##
net/local/local_connect.c:
##
@@ -143,7 +129,7 @@ static int inline local_stream_connect(FAR struct
local_conn_s *client,
if (nxsem_get_value(&server-
masayuki2009 opened a new pull request, #6982:
URL: https://github.com/apache/incubator-nuttx/pull/6982
Reverts apache/incubator-nuttx#6972
--
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 spe
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch revert-6972-22083105
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
at 117792cb0c Revert "net/usrsock: read from the closed remote should
return EOF"
This branch
This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch revert-6972-22083105
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 117792cb0c24c949daf49e01377cd797bc1af04d
Author: Masayuki Ishikawa
AuthorDate: Thu Sep 1 11:29:
xiaoxiang781216 commented on code in PR #6972:
URL: https://github.com/apache/incubator-nuttx/pull/6972#discussion_r960164261
##
net/usrsock/usrsock_recvmsg.c:
##
@@ -442,6 +442,12 @@ ssize_t usrsock_recvmsg(FAR struct socket *psock, FAR
struct msghdr *msg,
*fromlen = ou
masayuki2009 commented on code in PR #6972:
URL: https://github.com/apache/incubator-nuttx/pull/6972#discussion_r960163175
##
net/usrsock/usrsock_recvmsg.c:
##
@@ -442,6 +442,12 @@ ssize_t usrsock_recvmsg(FAR struct socket *psock, FAR
struct msghdr *msg,
*fromlen = outad
xiaoxiang781216 commented on code in PR #6975:
URL: https://github.com/apache/incubator-nuttx/pull/6975#discussion_r960163049
##
net/usrsock/usrsock_dev.c:
##
@@ -851,23 +851,26 @@ static ssize_t usrsockdev_write(FAR struct file *filep,
/* Copy data from user-space. */
xiaoxiang781216 commented on code in PR #6972:
URL: https://github.com/apache/incubator-nuttx/pull/6972#discussion_r960162073
##
net/usrsock/usrsock_recvmsg.c:
##
@@ -442,6 +442,12 @@ ssize_t usrsock_recvmsg(FAR struct socket *psock, FAR
struct msghdr *msg,
*fromlen = ou
CV-Bowen opened a new pull request, #6981:
URL: https://github.com/apache/incubator-nuttx/pull/6981
Signed-off-by: wangbowen6
## Summary
==2117790==ERROR: AddressSanitizer: global-buffer-overflow on address
0x64d9e3c0 at pc 0x59ac4e16 bp 0xcefe8058 sp 0xcefe8048
READ of size 1
xiaoxiang781216 commented on PR #6976:
URL: https://github.com/apache/incubator-nuttx/pull/6976#issuecomment-1233653165
> Does this depend on PR #6974 ?
No, it's independent from PR #6974.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
xiaoxiang781216 commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r960160114
##
drivers/mtd/mtd_config_fs.c:
##
@@ -0,0 +1,2484 @@
+/
+ * drivers/mtd/mtd_
XinStellaris commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r960159046
##
drivers/mtd/mtd_config_fs.c:
##
@@ -0,0 +1,2484 @@
+/
+ * drivers/mtd/mtd_con
xiaoxiang781216 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960158575
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_
CV-Bowen opened a new pull request, #6980:
URL: https://github.com/apache/incubator-nuttx/pull/6980
Signed-off-by: wangbowen6
## Summary
Makefile:81: target 'rpmsgfs_server.o' given more than once in the same rule
## Impact
No impact
## Testing
Compile and run w
masayuki2009 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960142446
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_mem
xiaoxiang781216 commented on code in PR #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979#discussion_r960137165
##
fs/procfs/fs_procfsmeminfo.c:
##
@@ -578,6 +578,13 @@ static int meminfo_stat(FAR const char *relpath, FAR
struct stat *buf)
void procfs_register_
masayuki2009 opened a new pull request, #6979:
URL: https://github.com/apache/incubator-nuttx/pull/6979
## Summary
- In the case of CONFIG_BUILD_KERNEL=y, showing Kmem and Page
info is enough for free command
## Impact
- CONFIG_BUILD_KERNEL=y only
## Testing
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 ef151c2 Publishing web
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 5d4c774352 net/usrsock: allow usrsock
masayuki2009 merged PR #6975:
URL: https://github.com/apache/incubator-nuttx/pull/6975
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from fe7badf2ac net/getsockname: small addrlen should be a valid value
add 3a653c1d5e net/usrsock: read fro
masayuki2009 merged PR #6972:
URL: https://github.com/apache/incubator-nuttx/pull/6972
--
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.
xiaoxiang781216 commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r959932678
##
drivers/mtd/mtd_config_fs.c:
##
@@ -0,0 +1,2652 @@
+/
+ * drivers/mtd/mtd_
xiaoxiang781216 opened a new pull request, #6978:
URL: https://github.com/apache/incubator-nuttx/pull/6978
## Summary
and avoid compute the argument length redundantly
## Impact
Code refactor, the behavior is same as before
## Testing
Pass CI
--
This is an automa
xiaoxiang781216 commented on code in PR #6974:
URL: https://github.com/apache/incubator-nuttx/pull/6974#discussion_r959901903
##
net/usrsock/usrsock_ioctl.c:
##
@@ -233,6 +234,11 @@ int usrsock_ioctl(FAR struct socket *psock, int cmd, FAR
void *arg,
errout_unlock:
net_unloc
xiaoxiang781216 commented on code in PR #6969:
URL: https://github.com/apache/incubator-nuttx/pull/6969#discussion_r959838090
##
fs/inode/fs_files.c:
##
@@ -415,8 +415,15 @@ int fs_getfilep(int fd, FAR struct file **filep)
int nx_dup2(int fd1, int fd2)
{
FAR struct filelist
xiaoxiang781216 merged PR #6970:
URL: https://github.com/apache/incubator-nuttx/pull/6970
--
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 6f27c29ce5 net/usrsock: Change xid from uint64_t to uint32_t
add fe7badf2ac net/getsockname: small ad
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
The following commit(s) were added to refs/heads/master by this push:
new 6f27c29ce5 net/usrsock: Change x
pkarashchenko merged PR #6971:
URL: https://github.com/apache/incubator-nuttx/pull/6971
--
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
xiaoxiang781216 commented on code in PR #1304:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1304#discussion_r959785460
##
examples/usrsocktest/usrsocktest_daemon.c:
##
@@ -1380,6 +1387,143 @@ static int getsockname_request(int fd, FAR struct
daemon_priv_s *priv,
anchao opened a new pull request, #6977:
URL: https://github.com/apache/incubator-nuttx/pull/6977
## Summary
sim: add usrsocktest config to detect the regression issue
Signed-off-by: chao an
## Impact
N/A
## Testing
@masayuki2009
The followin
xiaoxiang781216 opened a new pull request, #6976:
URL: https://github.com/apache/incubator-nuttx/pull/6976
## Summary
Avoid the FIONBIO/FIOCLEX/FIONCLEX handler in driver change the return value
from OK to -NOTTY
## Impact
## Testing
usrsock
--
This is an automated
anchao opened a new pull request, #1304:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1304
## Summary
1. examples/usrsocktest: add some delay to wait the daemon task ready
2. examples/usrsocktest: add USRSOCK_REQUEST_IOCTL support
The test model of usrsock ioct
xiaoxiang781216 commented on code in PR #6965:
URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r959695234
##
include/nuttx/semaphore.h:
##
@@ -74,6 +74,7 @@
# define _SEM_WAIT(s) nxsem_wait(s)
# define _SEM_TRYWAIT(s) nxsem_trywait(s)
# d
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
The following commit(s) were added to refs/heads/master by this push:
new c82798c66a arch/arm: change cont
hartmannathan merged PR #6968:
URL: https://github.com/apache/incubator-nuttx/pull/6968
--
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
anchao opened a new pull request, #6975:
URL: https://github.com/apache/incubator-nuttx/pull/6975
## Summary
net/usrsock: allow usrsock *DATA_ACK with no-preload data
allow usrsock USRSOCK_MESSAGE_RESPONSE_DATA_ACK with no-preload data
so addrlen could be updated to value
anchao opened a new pull request, #6974:
URL: https://github.com/apache/incubator-nuttx/pull/6974
## Summary
net/usrsock: forward FIONBIO to socket level
fix usrsock nonblock connect test break:
```
apps/examples/usrsocktest/usrsocktest_noblock_connect.c:
...
slorquet opened a new issue, #6973:
URL: https://github.com/apache/incubator-nuttx/issues/6973
Hi,
just a reminder that SPI on STM32H7 just works and shoud not be enabled with
CONFIG_EXPERIMENTAL.
No time for a pull request now, but keeping this as a reminder.
If someone
anchao opened a new pull request, #6972:
URL: https://github.com/apache/incubator-nuttx/pull/6972
## Summary
net/usrsock: read from the closed remote should return EOF
fix usrsock remote_disconnect fail:
```
nsh> usrsocktest
...
Testing gr
anchao opened a new pull request, #6971:
URL: https://github.com/apache/incubator-nuttx/pull/6971
## Summary
net/usrsock: Change xid from uint64_t to uint32_t
follow the below change:
---
```
commit 03348197429d10470a
anchao opened a new pull request, #6970:
URL: https://github.com/apache/incubator-nuttx/pull/6970
## Summary
net/getsockname: small addrlen should be a valid value
fix usrsock getsockname fail
```
nsh> usrsocktest
...
Testing group "basic_getsockname" =>
XinStellaris commented on code in PR #6829:
URL: https://github.com/apache/incubator-nuttx/pull/6829#discussion_r959610188
##
boards/risc-v/esp32c3/esp32c3-devkit/configs/nvcfgdata/defconfig:
##
@@ -0,0 +1,50 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT IT.
+#
+# You
anchao opened a new pull request, #6969:
URL: https://github.com/apache/incubator-nuttx/pull/6969
## Summary
fs/dup2: fix potential deadlock on usrsock
apps/examples/usrsocktest/usrsocktest_basic_daemon.c:
```
321 static void basic_daemon_dup2(FAR struct usrsocktes
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 71af0b5295 list.h: Change inline function to macro as much as possbile
add eb22ee0e21 sched/semaphore
xiaoxiang781216 merged PR #6967:
URL: https://github.com/apache/incubator-nuttx/pull/6967
--
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c427f408c testing:add MTD Fail-
xiaoxiang781216 merged PR #1288:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1288
--
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 commented on code in PR #6968:
URL: https://github.com/apache/incubator-nuttx/pull/6968#discussion_r959458711
##
arch/arm/src/common/arm_exit.c:
##
@@ -139,4 +139,10 @@ void up_exit(int status)
/* Then switch contexts */
arm_fullcontextrestore(tcb->xcp.re
zyfeier opened a new pull request, #6968:
URL: https://github.com/apache/incubator-nuttx/pull/6968
## Summary
Add arm context switch macro to improve performance
## Impact
Code Size:
before:
```
text data bss dec hex filename
109708
XinStellaris commented on code in PR #1288:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1288#discussion_r959427669
##
testing/mtd_config_fs/mtd_config_fs_test_main.c:
##
@@ -0,0 +1,2039 @@
+/**
zyfeier opened a new pull request, #6967:
URL: https://github.com/apache/incubator-nuttx/pull/6967
## Summary
Add temporary variable sem_count to improve sem post performance
## Impact
Code Size:
before:
```
text data bss dec hex filena
xiaoxiang781216 commented on code in PR #1288:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1288#discussion_r959340975
##
testing/mtd_config_fs/mtd_config_fs_test_main.c:
##
@@ -0,0 +1,2039 @@
+/***
xiaoxiang781216 commented on PR #6966:
URL: https://github.com/apache/incubator-nuttx/pull/6966#issuecomment-1232623574
need remove the name from libc.csv:
https://github.com/apache/incubator-nuttx/blob/master/libs/libc/libc.csv#L219
--
This is an automated message from the Apache Git S
xiaoxiang781216 commented on PR #6966:
URL: https://github.com/apache/incubator-nuttx/pull/6966#issuecomment-1232564258
@zyfeier has updated the performance number.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
pkarashchenko commented on PR #6966:
URL: https://github.com/apache/incubator-nuttx/pull/6966#issuecomment-1232542382
From PR description I see only 432 bytes of code increase, but missing a
performance comparison.
--
This is an automated message from the Apache Git Service.
To respond to
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 d252b0b430 esp32-devkitc/wamr_wasi_debug config maintenance
add c947ddd441 include/nuttx/list.h:
pkarashchenko merged PR #6926:
URL: https://github.com/apache/incubator-nuttx/pull/6926
--
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
94 matches
Mail list logo