GUIDINGLI commented on PR #13437:
URL: https://github.com/apache/nuttx/pull/13437#issuecomment-2350882115
@pkarashchenko
--
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
guohao15 opened a new pull request, #13445:
URL: https://github.com/apache/nuttx/pull/13445
## Summary
part 1 of romfs extend to enable format function
## Impact
This is part 1 of a series of patchs.
To enhance the write capabilities of ROMFS, enabling it to perform simp
Fix-Point commented on code in PR #13410:
URL: https://github.com/apache/nuttx/pull/13410#discussion_r1759679792
##
boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld:
##
@@ -92,7 +92,7 @@ MEMORY
/* 112Kb of contiguous SRAM */
- ksram (rwx) : ORIGIN = 0x2000,
anchao commented on PR #13443:
URL: https://github.com/apache/nuttx/pull/13443#issuecomment-2350872167
Ditto, please make sure to go through the code carefully
https://github.com/apache/nuttx/blob/master/fs/vfs/fs_dir.c#L83
--
This is an automated message from the Apache Git Service.
T
no1wudi commented on issue #12960:
URL: https://github.com/apache/nuttx/issues/12960#issuecomment-2350871643
https://github.com/rust-lang/libc/pull/3920
--
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
pkarashchenko commented on code in PR #13437:
URL: https://github.com/apache/nuttx/pull/13437#discussion_r1759678391
##
sched/wqueue/kwork_cancel.c:
##
@@ -110,7 +110,7 @@ static int work_qcancel(FAR struct kwork_wqueue_s *wqueue,
bool sync,
wqueue->worker[wndx].
pkarashchenko commented on code in PR #13433:
URL: https://github.com/apache/nuttx/pull/13433#discussion_r1759678110
##
drivers/virtio/virtio-pci.h:
##
@@ -0,0 +1,131 @@
+/
+ * drivers/virtio/virtio-pci.
Zhangshoukui commented on code in PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759676027
##
fs/inode/fs_files.c:
##
@@ -721,17 +786,62 @@ int fs_getfilep(int fd, FAR struct file **filep)
*filep = files_fget(list, fd);
- /* if f_inode is NULL, f
Zhangshoukui commented on code in PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759676014
##
fs/inode/fs_files.c:
##
@@ -721,17 +786,62 @@ int fs_getfilep(int fd, FAR struct file **filep)
*filep = files_fget(list, fd);
- /* if f_inode is NULL, f
crafcat7 commented on code in PR #13443:
URL: https://github.com/apache/nuttx/pull/13443#discussion_r1759675229
##
arch/arm/src/cxd56xx/cxd56_sph.c:
##
@@ -104,7 +104,7 @@ static int sph_open(struct file *filep)
{
/* Exclusive access */
- if (filep->f_inode->i_crefs > 1)
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 800b93de9fd091f8cc03cd442350e027f8eedce3
Author: Leandro Zungri
AuthorDate: Fri Sep 13 09:48:15 2024 -0700
p
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 f96461c38 cmake:refine libyuv CMakeLists
new 800b93de9 ppp: Fix wrong lcp_state handling on peer reconnect
xiaoxiang781216 merged PR #2571:
URL: https://github.com/apache/nuttx-apps/pull/2571
--
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 0c734ca62b96391b25a077229d04da66149391b1
Author: Leandro Zungri
AuthorDate: Fri Sep 13 19:00:22 2024 -0700
p
xiaoxiang781216 closed issue #2568: [BUG] Wrong `lcp_state` flag handling
prevents PPP from connecting to peer after peer disconnection/re-connection
URL: https://github.com/apache/nuttx-apps/issues/2568
--
This is an automated message from the Apache Git Service.
To respond to the message, p
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 981bda5cf0 ramlog: workaround the unsafe critical section
add 401a06fb17 input/ff: modify FF_MAX to support 64-
xiaoxiang781216 merged PR #13442:
URL: https://github.com/apache/nuttx/pull/13442
--
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
anchao commented on code in PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759670128
##
fs/inode/fs_files.c:
##
@@ -721,17 +786,62 @@ int fs_getfilep(int fd, FAR struct file **filep)
*filep = files_fget(list, fd);
- /* if f_inode is NULL, fd was
anchao commented on code in PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759669903
##
fs/inode/fs_files.c:
##
@@ -691,17 +766,62 @@ int fs_getfilep(int fd, FAR struct file **filep)
*filep = files_fget(list, fd);
- /* if f_inode is NULL, fd was
anchao commented on code in PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759669745
##
fs/inode/fs_files.c:
##
@@ -691,17 +766,62 @@ int fs_getfilep(int fd, FAR struct file **filep)
*filep = files_fget(list, fd);
- /* if f_inode is NULL, fd was
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/nuttx.git
commit 981bda5cf09bf166f1d23e6d708c04478f999fdc
Author: ligd
AuthorDate: Thu Jul 25 22:52:52 2024 +0800
ramlog: workaround
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 28efb282d8 add .gdb_history to .gitignore
new 78d93eb628 ramlog: unify the lock to critical section
new 981bd
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/nuttx.git
commit 78d93eb6280b5f143a94c9b26a372718061e85fe
Author: ligd
AuthorDate: Thu Jul 25 22:50:23 2024 +0800
ramlog: unify the l
anchao merged PR #13438:
URL: https://github.com/apache/nuttx/pull/13438
--
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
anchao commented on code in PR #13443:
URL: https://github.com/apache/nuttx/pull/13443#discussion_r1759666231
##
arch/arm/src/cxd56xx/cxd56_sph.c:
##
@@ -104,7 +104,7 @@ static int sph_open(struct file *filep)
{
/* Exclusive access */
- if (filep->f_inode->i_crefs > 1)
+
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 28efb282d8 add .gdb_history to .gitignore
28ef
xiaoxiang781216 merged PR #13439:
URL: https://github.com/apache/nuttx/pull/13439
--
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
anchao commented on code in PR #13444:
URL: https://github.com/apache/nuttx/pull/13444#discussion_r1759661734
##
arch/arm/src/arm/arm_doirq.c:
##
@@ -71,6 +73,7 @@ uint32_t *arm_doirq(int irq, uint32_t *regs)
*/
up_set_current_regs(regs);
+ tcb->xcp.regs = regs;
Revie
hujun260 opened a new pull request, #13444:
URL: https://github.com/apache/nuttx/pull/13444
with other functionalities removed.
reason:
by doing this we can reduce context switch time,
When we exit from an interrupt handler, we directly use tcb->xcp.regs
## Summary
anchao commented on PR #13443:
URL: https://github.com/apache/nuttx/pull/13443#issuecomment-2350819627
Please check that all **i_crefs** are replaced correctly, eg:
https://github.com/apache/nuttx/blob/master/drivers/serial/pty.c#L335
--
This is an automated message from the Apache Git
anchao commented on code in PR #13410:
URL: https://github.com/apache/nuttx/pull/13410#discussion_r1759657747
##
boards/arm/stm32/olimex-stm32-p407/scripts/memory.ld:
##
@@ -92,7 +92,7 @@ MEMORY
/* 112Kb of contiguous SRAM */
- ksram (rwx) : ORIGIN = 0x2000, LEN
crafcat7 opened a new pull request, #13443:
URL: https://github.com/apache/nuttx/pull/13443
## Summary
Benefit from [PR#13044](https://github.com/apache/nuttx/pull/13044), we can
change the the inode->i_crefs to atomic. That we can avoid problems:
Deadlocks caused by the server request
ThePassionate opened a new pull request, #2572:
URL: https://github.com/apache/nuttx-apps/pull/2572
## Summary
1. provide aes-cmac alternative implemetation
2. provide hardware random for PSA
## Impact
N/A
## Testing
ci & mbeselftest
--
This is an automated message fr
CV-Bowen commented on code in PR #13432:
URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759648438
##
drivers/rpmsg/CMakeLists.txt:
##
@@ -27,5 +27,9 @@ if(CONFIG_RPMSG)
list(APPEND SRCS rpmsg_ping.c)
endif()
+ if(CONFIG_RPMSG_VIRTIO)
Review Comment:
fangpeina opened a new pull request, #13442:
URL: https://github.com/apache/nuttx/pull/13442
## Summary
modify FF_MAX to support 64-bit machine
## 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.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7a495fabb6 pci/pci_uio_ivshmem: pci uio ivshmem msix interrupt support
add 10e7d8fe44 set min read length in ua
xiaoxiang781216 merged PR #13434:
URL: https://github.com/apache/nuttx/pull/13434
--
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 commented on PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2350789293
> > @anchao help me review this PR. thanks
>
> please set CONFIG_FS_REFCOUNT default value to n to keep the original
configuration, we should not add unnecessary code size l
no1wudi opened a new pull request, #13441:
URL: https://github.com/apache/nuttx/pull/13441
## Summary
Since it already checked by Make.defs and CMakeLists.txt
## Impact
No
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the me
lzungri commented on PR #2571:
URL: https://github.com/apache/nuttx-apps/pull/2571#issuecomment-2350786281
> You have tested the patch and it fixes the issue in practice with various
different setups? Please add short testing / verification description /
confirmation.
@cederom I have
Zhangshoukui commented on PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2350776055
@anchao I do not think this code is unnecessary, for the operation of a
system security is the first.At present, CI has passed, I think it can be
approve
--
This is an automat
anchao commented on PR #13418:
URL: https://github.com/apache/nuttx/pull/13418#issuecomment-2350763647
1. `nxsched_add_readytorun()`/`nxsched_remove_readytorun()` are paired
functions. If you feel the logic is not clear enough, you could separate the
requirements according to the task statu
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 733a68002c arch/riscv: Fixed hardware timer warps-around issue
add 7a495fabb6 pci/pci_uio_ivshmem: pci uio ivshmem
anchao merged PR #13435:
URL: https://github.com/apache/nuttx/pull/13435
--
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
hujun260 commented on PR #13418:
URL: https://github.com/apache/nuttx/pull/13418#issuecomment-2350743665
The previous function nxsched_remove_readytorun suffered from being overly
complex in its logic judgments due to its comprehensive functionality,
which also made it inconsistent with i
anchao commented on code in PR #13438:
URL: https://github.com/apache/nuttx/pull/13438#discussion_r1759627054
##
drivers/syslog/ramlog.c:
##
@@ -337,6 +337,13 @@ static ssize_t ramlog_addbuf(FAR struct ramlog_dev_s *priv,
if (len > 0)
{
+ /* Lock the scheduler do
cederom commented on issue #2568:
URL: https://github.com/apache/nuttx-apps/issues/2568#issuecomment-2350366892
Thank you @lzungri :-) Patch just need minor comment formatting adjustment
to pass CI, lets continue on PR thread :-)
--
This is an automated message from the Apache Git Service
cederom commented on PR #2571:
URL: https://github.com/apache/nuttx-apps/pull/2571#issuecomment-2350358560
* Thank you @lzungri very nice catch :-)
* You have tested the patch and it fixes the issue in practice with various
different setups? Please add short testing / verification descrip
nonpawite opened a new pull request, #13440:
URL: https://github.com/apache/nuttx/pull/13440
## Summary
- Edited linker script for shmem to have condition according to cores
selected.
- Added new configuration for nsh_cm7_rptun and nsh_cm4_rptun.
- Appended RPTUN bringup code in
raiden00pl opened a new pull request, #13439:
URL: https://github.com/apache/nuttx/pull/13439
## Summary
- add .gdb_history to .gitignore
.gdb_history is created next to NuttX ELF when we working with pwndbg GDB
plug-in
## Impact
better user experience when work with pwndbg
lzungri commented on issue #2568:
URL: https://github.com/apache/nuttx-apps/issues/2568#issuecomment-2349412155
PR here #2571
--
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
lzungri opened a new pull request, #2571:
URL: https://github.com/apache/nuttx-apps/pull/2571
If a PPP peer disconnects and then tries to reconnect it will send an 'LCP
configure request' packet. The code that handles that scenario seems to be
clearing the wrong `lcp_state` flag (`LCP_RX_UP
anchao commented on PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#issuecomment-2349383112
> @anchao help me review this PR. thanks
please set CONFIG_FS_REFCOUNT default value to n to keep the original
configuration, we should not add unnecessary code size loads to IoT dev
xiaoxiang781216 commented on code in PR #13296:
URL: https://github.com/apache/nuttx/pull/13296#discussion_r1759145045
##
fs/inode/fs_files.c:
##
@@ -691,17 +766,62 @@ int fs_getfilep(int fd, FAR struct file **filep)
*filep = files_fget(list, fd);
- /* if f_inode is NULL
xiaoxiang781216 commented on code in PR #13395:
URL: https://github.com/apache/nuttx/pull/13395#discussion_r1759137853
##
sched/sched/sched_lock.c:
##
@@ -152,27 +152,24 @@ int sched_lock(void)
rtcb->lockcount++;
-#if defined(CONFIG_SCHED_INSTRUMENTATION_PREEMPTION) |
CV-Bowen commented on code in PR #13432:
URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759126697
##
drivers/rpmsg/CMakeLists.txt:
##
@@ -27,5 +27,9 @@ if(CONFIG_RPMSG)
list(APPEND SRCS rpmsg_ping.c)
endif()
+ if(CONFIG_RPMSG_VIRTIO)
Review Comment:
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 908df725ad arch: use up_current_regs/up_set_current_regs replace
CURRENT_REGS
add 733a68002c arch/riscv: Fixed
xiaoxiang781216 merged PR #13430:
URL: https://github.com/apache/nuttx/pull/13430
--
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 commented on PR #13394:
URL: https://github.com/apache/nuttx/pull/13394#issuecomment-2349299184
@lipengfei28 please fix 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 t
GUIDINGLI opened a new pull request, #13438:
URL: https://github.com/apache/nuttx/pull/13438
## Summary
ramlog: unify the lock to critical section
ramlog: workaround the unsafe critical section
```
thread1: thread2:
ramlog_addbuf()
xiaoxiang781216 commented on code in PR #13424:
URL: https://github.com/apache/nuttx/pull/13424#discussion_r1759069203
##
mm/kasan/Make.defs:
##
@@ -1,8 +1,6 @@
# mm/kasan/Make.defs
#
-# SPDX-License
GUIDINGLI opened a new pull request, #13437:
URL: https://github.com/apache/nuttx/pull/13437
## Summary
one:
wqueue: teardown should cancel the work already in wqueue
the other one:
```
wqueue: workaound g_notifier_pending list unsafe
Situation:
jasonbu commented on PR #13395:
URL: https://github.com/apache/nuttx/pull/13395#issuecomment-2349268077
> > > @jasonbu these are the steps I did here to compile NuttX Documentation:
> > > ```
> > > $ sudo apt install python3-sphinx
> > > $ pip install sphinx_rtd_theme --break-system-
acassis commented on PR #13395:
URL: https://github.com/apache/nuttx/pull/13395#issuecomment-2349237725
> > @jasonbu these are the steps I did here to compile NuttX Documentation:
> > ```
> > $ sudo apt install python3-sphinx
> > $ pip install sphinx_rtd_theme --break-system-packages
Jasinsky commented on PR #13428:
URL: https://github.com/apache/nuttx/pull/13428#issuecomment-2349230998
Typo in PR name:
gdb plugin: Encapsulate the gdb native command gcore as nxgore
should become:
gdb plugin: Encapsulate the gdb native command gcore as nxgcore
--
This is an a
Jasinsky commented on code in PR #13432:
URL: https://github.com/apache/nuttx/pull/13432#discussion_r1759064888
##
drivers/rpmsg/CMakeLists.txt:
##
@@ -27,5 +27,9 @@ if(CONFIG_RPMSG)
list(APPEND SRCS rpmsg_ping.c)
endif()
+ if(CONFIG_RPMSG_VIRTIO)
Review Comment:
xiaoxiang781216 merged PR #13423:
URL: https://github.com/apache/nuttx/pull/13423
--
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 revert-2555-mine1
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
was 9b5c066cb Revert "ltp: handle low accuracy of time in some platfrom"
The revisions that were on thi
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 d4becc8e46d95a438289cb298aa992c27c981d37
Author: xuxin19
AuthorDate: Wed May 1 18:07:40 2024 +0800
cmake:bug
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 683f25af15524856122759c2dc56163e4b917d21
Author: xuxin19
AuthorDate: Fri Jul 12 16:36:10 2024 +0800
cmake:su
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 3a2b74d701a86f7a79f7460ccfb8eefc6df01cfb
Author: xuxin19
AuthorDate: Thu Mar 28 15:40:20 2024 +0800
cmake:po
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 0fdab21fd90acd0706eaf28688efb69551b7aef9
Author: xuxin19
AuthorDate: Mon Apr 29 14:49:13 2024 +0800
cmake:sy
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 f96461c3856f5cb98354a9280d2d2aa630457cdb
Author: xuxin19
AuthorDate: Fri Jul 12 14:47:20 2024 +0800
cmake:re
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 7c94d13be kasantest: Add performance testing for Kasan, including pile
insertion testing and algorithm testing
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 cfe229c67fcbf5c2a28951803f4aa3d54c99bc72
Author: xuxin19
AuthorDate: Fri Jun 14 15:29:21 2024 +0800
cmake:bu
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 3fe177825a2c1f6bfef5362b4f7d898e4cee6e5a
Author: xuxin19
AuthorDate: Mon Nov 13 19:14:50 2023 +0800
cmake:ex
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 9b8d8d0c4f433046838760092e23e23717765a46
Author: xuxin19
AuthorDate: Fri Apr 12 19:27:08 2024 +0800
cmake:fi
xiaoxiang781216 merged PR #2566:
URL: https://github.com/apache/nuttx-apps/pull/2566
--
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 85ad50c39e0b67bf6529ec85387553961815423b
Author: yinshengkai
AuthorDate: Mon Apr 22 18:44:20 2024 +0800
test
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 7c94d13be44bb5364299b303356bb4dbc55a8db3
Author: wangmingrong1
AuthorDate: Fri Sep 6 15:56:36 2024 +0800
kas
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 277c968b6ab1e9cf0b9c7079e27974a4ac4dd35f
Author: wangmingrong1
AuthorDate: Thu Sep 5 16:28:05 2024 +0800
kas
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 7cd9919a4 testing/crypto: add rsa testcase
new 85ad50c39 testing: refactor kasan test
new 797fd0479 k
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 797fd047961a5edc29d7393f87b26f425c7be523
Author: wangmingrong1
AuthorDate: Thu Sep 5 15:57:31 2024 +0800
kas
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 f2c21b11d83a74a7f0dac5270a9bc22fcd21c3f7
Author: wangmingrong1
AuthorDate: Fri Sep 6 11:14:28 2024 +0800
kas
xiaoxiang781216 merged PR #2569:
URL: https://github.com/apache/nuttx-apps/pull/2569
--
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...
szafonimateusz-mi opened a new pull request, #13436:
URL: https://github.com/apache/nuttx/pull/13436
## Summary
- arch/x86_64: add basic support for R_X86_64_REX_GOTPCRELX relocation
GOTPCRELX reloc available only for CONFIG_ARCH_ADDRENV=y
when CONFIG_ARCH_ADDRENV is not set, CONFIG_
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 524caec5a nxcodec: Modify the logic of judging the correctness of the
incoming pixformat
new 6db82199a te
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 7cd9919a46c4c550fe400ff44584e988181375aa
Author: makejian
AuthorDate: Wed Aug 7 21:58:52 2024 +0800
testing/
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 b53ee36d479b3b0397c447d38e01b8db1e45e832
Author: makejian
AuthorDate: Wed Jul 10 21:22:22 2024 +0800
testing
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 ce58e85aa66849b81b2c575c41a130df6dbc985e
Author: makejian
AuthorDate: Wed Jul 24 21:46:07 2024 +0800
testing
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 b1f2e63a6bb9a747cd0ef9bf82d1c1e67534f1a2
Author: makejian
AuthorDate: Fri Sep 6 14:05:29 2024 +0800
testing/
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 6db82199a6557efd55b4d7261e744f7fc85ab594
Author: makejian
AuthorDate: Tue Jul 2 14:01:23 2024 +0800
testing/
xiaoxiang781216 merged PR #2570:
URL: https://github.com/apache/nuttx-apps/pull/2570
--
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 72bdc9d9b4 armv7/8-m: change enter_critical_section to up_irq_save
add 222840e135 crypto/rsa: add exp mod in so
xiaoxiang781216 merged PR #13431:
URL: https://github.com/apache/nuttx/pull/13431
--
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 72bdc9d9b4fce67573b13f6636375a700dbcea71
Author: ligd
AuthorDate: Wed May 29 20:15:40 2024 +0800
armv7/8-m: chang
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 cb7894d644 arch/x86_64: Add ARCH_INTEL64_DISABLE_CET
new 32f56c3c62 armv8m: support busfault forward to TEE 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 32f56c3c626cc1bcd56a9c8e2c295e31ef44d6c9
Author: ligd
AuthorDate: Fri Mar 29 20:55:15 2024 +0800
armv8m: support
xiaoxiang781216 merged PR #13416:
URL: https://github.com/apache/nuttx/pull/13416
--
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
GUIDINGLI commented on PR #13419:
URL: https://github.com/apache/nuttx/pull/13419#issuecomment-2349180120
Please drop the first one
--
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 co
1 - 100 of 150 matches
Mail list logo