This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 856526adee arch/risc-v: Add support for StarFive JH7110 SoC
add cee9f25dde crypto: add curve25519 license
No ne
raiden00pl merged PR #10072:
URL: https://github.com/apache/nuttx/pull/10072
--
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
raiden00pl commented on PR #10072:
URL: https://github.com/apache/nuttx/pull/10072#issuecomment-1665086195
Thanks!
--
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
raiden00pl commented on code in PR #10070:
URL: https://github.com/apache/nuttx/pull/10070#discussion_r1284034253
##
drivers/usbdev/composite.h:
##
@@ -95,7 +95,7 @@
# define COMPOSITE_REMOTEWAKEUP (0)
#endif
-#define NUM_DEVICES_TO_HANDLE (4)
+#define NUM_DEVI
bestvvstar opened a new pull request, #10074:
URL: https://github.com/apache/nuttx/pull/10074
replace *(.init_array .init_array.*) with KEEP(*(.init_array .init_array.*)).
The KEEP statement within a linker script will instruct the linker to keep
the specified section, even if no symb
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 856526adee arch/risc-v: Add support for StarFi
xiaoxiang781216 merged PR #10069:
URL: https://github.com/apache/nuttx/pull/10069
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
xiaoxiang781216 merged PR #10068:
URL: https://github.com/apache/nuttx/pull/10068
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d8ca744052 drivers/video: video driver supports NV12
add 602d5974c8 usbdev: move usbdev_req function to common
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 ff6df40e3 fix -Wmaybe-uninitialized compi
xiaoxiang781216 merged PR #1893:
URL: https://github.com/apache/nuttx-apps/pull/1893
--
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 89a1255dc ltp: follow linux on pthread_rw
xiaoxiang781216 merged PR #1895:
URL: https://github.com/apache/nuttx-apps/pull/1895
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new d8ca744052 drivers/video: video driver support
xiaoxiang781216 merged PR #10071:
URL: https://github.com/apache/nuttx/pull/10071
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
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 775d9de30a crypto: export MD5/SHA1/SHA256/SHA5
xiaoxiang781216 merged PR #10073:
URL: https://github.com/apache/nuttx/pull/10073
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
laoniaokkk commented on issue #8833:
URL: https://github.com/apache/nuttx/issues/8833#issuecomment-1664947744
@michi-jung I tested the network with examples/Simple TCP echo server,
when sending data to the server in a period of 50ms, after a period of time the
w5500 will reset, the netw
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 5d1536c5e3 nuttx/sim: use workquene instead of sim_bthcisock_loop
add 699c401889 libc: update arm-m memset func
xiaoxiang781216 merged PR #10054:
URL: https://github.com/apache/nuttx/pull/10054
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 26fc59bc35 libc/stdio: changed LIBC_NL_ARGMAX default value to 9
add 5d1536c5e3 nuttx/sim: use workquene instea
xiaoxiang781216 merged PR #10067:
URL: https://github.com/apache/nuttx/pull/10067
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
siryang2006 opened a new pull request, #1895:
URL: https://github.com/apache/nuttx-apps/pull/1895
## 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
ThePassionate opened a new pull request, #1894:
URL: https://github.com/apache/nuttx-apps/pull/1894
crypto testing cases managed by respective config
Signed-off-by: makejian
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
ThePassionate opened a new pull request, #1893:
URL: https://github.com/apache/nuttx-apps/pull/1893
fix compile warning as following:
nist-sts/sts/src/cusum.c:15:23: warning: 'zerv' may be used uninitialized in
this function[-Werror=maybe-uninitialized]
Signed-off-by: makejian
ThePassionate opened a new pull request, #10073:
URL: https://github.com/apache/nuttx/pull/10073
refer to commit
https://github.com/openbsd/src/commit/649dc2d9858d48bf78fc404b6fab58ba4e01d29c
(1) import hash method
(2) separate the update and finish processes
Signed-off-by: make
ThePassionate opened a new pull request, #10072:
URL: https://github.com/apache/nuttx/pull/10072
add curve25519 implementation, and the implementation are ported from
open-bsd
Signed-off-by: makejian [makej...@xiaomi.com](mailto:makej...@xiaomi.com)
--
This is an automated mess
yangsen5 opened a new pull request, #10071:
URL: https://github.com/apache/nuttx/pull/10071
## 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 go to t
xiaoxiang781216 merged PR #10064:
URL: https://github.com/apache/nuttx/pull/10064
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
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 26fc59bc35 libc/stdio: changed LIBC_NL_ARGMAX
lupyuen opened a new pull request, #10069:
URL: https://github.com/apache/nuttx/pull/10069
## Summary
This PR adds support for the StarFive JH7110 RISC-V SoC. This will be used
by the upcoming port of NuttX for PINE64 Star64 SBC. [The source files are
explained in the articles here](
zyfeier opened a new pull request, #10068:
URL: https://github.com/apache/nuttx/pull/10068
## Summary
Move usbdev_req function to common code, Reduce duplicated code.
## Impact
USB
## Testing
BES Board
--
This is an automated message from the Apache Git S
yintao707 opened a new pull request, #10067:
URL: https://github.com/apache/nuttx/pull/10067
## Summary
use workquene instead of sim_bthcisock_loop
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
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 a836d313 Publishing web: 07abea83
acassis closed issue #8576: STM32F4 Ethernet MAC error handling.
URL: https://github.com/apache/nuttx/issues/8576
--
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
acassis commented on PR #10065:
URL: https://github.com/apache/nuttx/pull/10065#issuecomment-1664653352
@fjpanag nice work! Kudos!!!
--
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 c
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 f3945560c0 stm32f4/f7/h7_eth: Improvements in Et
acassis merged PR #10065:
URL: https://github.com/apache/nuttx/pull/10065
--
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.apac
xiaoxiang781216 commented on code in PR #10017:
URL: https://github.com/apache/nuttx/pull/10017#discussion_r1283610498
##
net/procfs/net_procfs.c:
##
@@ -244,7 +246,7 @@ static int netprocfs_open(FAR struct file *filep, FAR const
char *relpath,
devname = basename(copy)
xiaoxiang781216 opened a new pull request, #10066:
URL: https://github.com/apache/nuttx/pull/10066
## 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
xiaoxiang781216 closed pull request #7573: video: Remove the unused vbuf_curr
field from video_framebuff_s
URL: https://github.com/apache/nuttx/pull/7573
--
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
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 83a3b969a3 rptun: fix use after free caused by API wrong order
add 9e4a9fe32b drivers/fb: add fboverlay pandisp
xiaoxiang781216 merged PR #10036:
URL: https://github.com/apache/nuttx/pull/10036
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 4a78dedbae454913af67ca75a096f60a92886a47
Author: chenrun1
AuthorDate: Mon Jul 10 14:40:58 2023 +0800
memorys
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 1309990d6 ltp/makefile: nuttx on github download ltp code failed fix
new 4a78dedba memorystress:For pressu
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 5645b82b741f1349585d81fa71f3db6863f6cb3c
Author: chenrun1
AuthorDate: Thu Aug 3 22:17:30 2023 +0800
memoryst
xiaoxiang781216 merged PR #1891:
URL: https://github.com/apache/nuttx-apps/pull/1891
--
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 1309990d6 ltp/makefile: nuttx on github d
xiaoxiang781216 merged PR #1890:
URL: https://github.com/apache/nuttx-apps/pull/1890
--
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 e109319a2 fix memory leak in aesctr test
xiaoxiang781216 merged PR #1892:
URL: https://github.com/apache/nuttx-apps/pull/1892
--
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.git
from af3600436e perf: avoid div zero if up_perf_init() hasn't init
add 2fae0af914 rptun: metal_init only call once
xiaoxiang781216 merged PR #10047:
URL: https://github.com/apache/nuttx/pull/10047
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit af3600436e415c0637adcac3798382a7c0438483
Author: ligd
AuthorDate: Fri Mar 24 23:35:30 2023 +0800
perf: avoid div
xiaoxiang781216 merged PR #10045:
URL: https://github.com/apache/nuttx/pull/10045
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f3063ce12b7763fd2868068b6b80ece6461f9ad5
Author: ligd
AuthorDate: Mon Apr 17 16:26:03 2023 +0800
armv7-a: align s
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 ea03d06ab3 tmpfs: fix tmpfs_read overwrite after seek over tfo_size
new f3063ce12b armv7-a: align stack_top cod
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 2cfea55f95ae95e9824829680216a845d0015976
Author: ligd
AuthorDate: Mon Apr 17 16:25:31 2023 +0800
armv7-r: idle st
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 d5a8746be8 sim framebuffer: Optimize the timing of window to open and
to close
add ea03d06ab3 tmpfs: fix tmpfs
xiaoxiang781216 merged PR #10039:
URL: https://github.com/apache/nuttx/pull/10039
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
xiaoxiang781216 merged PR #10052:
URL: https://github.com/apache/nuttx/pull/10052
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from eb0a43f4cf fs_procfsproc:Fix the wrong position of information
display, integrate the fd information of socket and
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 eb0a43f4cfaf3c59ab97f44f966d15bb1d8bb0bb
Author: chenrun1
AuthorDate: Fri Jun 16 19:55:14 2023 +0800
fs_procfspr
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 bfe962ce2c pm: fix second time add wakelock dq caused error
new e3c637baf4 fs: procfs add show file typee
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 9381e929dd306f7916a25b9921273eb62cf18bd0
Author: chenrun1
AuthorDate: Wed Jun 14 19:48:36 2023 +0800
procfsproc: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/nuttx.git
commit e3c637baf4876425ec34e37b5b238b049fd1f62f
Author: yinshengkai
AuthorDate: Wed Jun 7 21:57:30 2023 +0800
fs: procfs
xiaoxiang781216 merged PR #10059:
URL: https://github.com/apache/nuttx/pull/10059
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit d313248a5b316a339d072c43e891b3df59969c16
Author: ligd
AuthorDate: Sun Jun 25 11:15:47 2023 +0800
queue: add dq_in
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 bfe962ce2c7101eb9cdf7972b1a741c6a83cb9ce
Author: ligd
AuthorDate: Wed Jun 21 17:17:59 2023 +0800
pm: fix second t
xiaoxiang781216 merged PR #10049:
URL: https://github.com/apache/nuttx/pull/10049
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from ebaea6bd9f sim: set loop thread priority to configurable
new d313248a5b queue: add dq_inqueue & sq_inqueue supp
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 4e70d59c3b crypto: reduce software algorithm size
add ebaea6bd9f sim: set loop thread priority to configurable
xiaoxiang781216 merged PR #10044:
URL: https://github.com/apache/nuttx/pull/10044
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 6676853589775b4ed699b08d73d6773cadafc457
Author: makejian
AuthorDate: Mon Jun 26 19:54:41 2023 +0800
crypto: add
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 4e70d59c3b53db80fbec5bbc2df6ea8ff4c80aa6
Author: makejian
AuthorDate: Wed Jul 26 21:09:43 2023 +0800
crypto: redu
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 9dabcf9ad2 sched: add CRITMONITOR time out panic
new 6676853589 crypto: add config of software algorithm
n
xiaoxiang781216 merged PR #10060:
URL: https://github.com/apache/nuttx/pull/10060
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
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 9dabcf9ad2 sched: add CRITMONITOR time out pan
xiaoxiang781216 merged PR #10062:
URL: https://github.com/apache/nuttx/pull/10062
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
fjpanag commented on PR #10065:
URL: https://github.com/apache/nuttx/pull/10065#issuecomment-1664262249
Issue #8576 is related, and can be closed when this gets merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
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 395fa73870 sched: group_killchildren send sign
xiaoxiang781216 merged PR #10041:
URL: https://github.com/apache/nuttx/pull/10041
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
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 2868e28837 fix incorrect comments
2868e28837 i
xiaoxiang781216 merged PR #10058:
URL: https://github.com/apache/nuttx/pull/10058
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 17010ff811770b6fc2d603a8dfe0a99598d08865
Author: ligd
AuthorDate: Fri Jan 13 23:25:52 2023 +0800
rpmsg_socket: mo
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 a10cc49e67 Revert "newlib: libc: memcpy M-profile PACBTI-enablement"
new 17010ff811 rpmsg_socket: move nameid 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/nuttx.git
commit 0383377d78270e38f8b4fbaf0954b276f7adb08c
Author: ligd
AuthorDate: Mon Jul 3 15:10:22 2023 +0800
rpmsg_socket: rpm
xiaoxiang781216 merged PR #10046:
URL: https://github.com/apache/nuttx/pull/10046
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nu
Gary-Hobson opened a new pull request, #10064:
URL: https://github.com/apache/nuttx/pull/10064
## Summary
If LIBC_NL_ARGMAX is too large, the stack usage of printf family functions
will increase
## Impact
## Testing
--
This is an automated message from the Apache
Gary-Hobson opened a new pull request, #10063:
URL: https://github.com/apache/nuttx/pull/10063
## Summary
use perf to implement cpuload without relying on external timers
## Impact
Need to enable CONFIG_SCHED_CRITMONITOR
## Testing
--
This is an automated messag
Gary-Hobson opened a new pull request, #10062:
URL: https://github.com/apache/nuttx/pull/10062
## Summary
Actively panic to trigger problems when some key points run for too long
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To r
raiden00pl commented on PR #1882:
URL: https://github.com/apache/nuttx-apps/pull/1882#issuecomment-1664100392
@ThePassionate could you add dependency on `ISC license` in Kconfig and add
`ICS license` to `LICENCE` file ? like it is done e.g. for Eclipse projects
here https://github.com/apach
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 bc3fada2ce249cd21b7f0ac6145db9ba92fdbc02
Author: guoshichao
AuthorDate: Thu Jul 27 15:55:40 2023 +0800
apps/
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 fd261d839 test: modify stacksize and priority
new bc8d77fdb apps/testing/ltp: filter the testcases based 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/nuttx-apps.git
commit bc8d77fdbdc550eb6710e99cfee4e5063aa7ebd2
Author: guoshichao
AuthorDate: Mon Jul 10 17:07:12 2023 +0800
apps/
xiaoxiang781216 merged PR #1884:
URL: https://github.com/apache/nuttx-apps/pull/1884
--
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 merged PR #1883:
URL: https://github.com/apache/nuttx-apps/pull/1883
--
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 fd261d839 test: modify stacksize and prio
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 768993fb1 ntpclient: change sendto/recv timeout to Kconfig
new 53620b91c crypto/libsodium: porting libsodi
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 53620b91c89432bcbd6d7ff5a5c2cbf50760f773
Author: makejian
AuthorDate: Fri Jun 30 21:59:04 2023 +0800
crypto/
1 - 100 of 205 matches
Mail list logo