xiaoxiang781216 commented on PR #15597:
URL: https://github.com/apache/nuttx/pull/15597#issuecomment-2599583725
@crafcat7 please fix the document error
--
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 #15596:
URL: https://github.com/apache/nuttx/pull/15596
--
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 9f5a45340f cmake: Use EXTRAFLAGS to define cus
nuttxpr commented on PR #15598:
URL: https://github.com/apache/nuttx/pull/15598#issuecomment-2599568935
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the NuttX requirements, al
nuttxpr commented on PR #15597:
URL: https://github.com/apache/nuttx/pull/15597#issuecomment-2599565564
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR mostly meets the NuttX requirements, but could
yamt commented on PR #15579:
URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2599567225
> @yamt what's the benefit to generate the errno from a csv, but not modify
errno.h direclty?
i want to generate other things as well, which are difficult or impossible
with C preproc
ids1024 opened a new pull request, #15598:
URL: https://github.com/apache/nuttx/pull/15598
## Summary
On some boards, the 1ms startup delay for the XOSC isn't sufficient, and
NuttX can fail to start. (Depending on how the board was was reset.) To fix
this, the delay has to be increas
crafcat7 opened a new pull request, #15597:
URL: https://github.com/apache/nuttx/pull/15597
## Summary
In https://github.com/apache/nuttx/pull/13001, I added a new distributed
file system in NuttX, which only supports VIRTIO as a data transmission method.
In this PR, I implemented
hujun260 commented on code in PR #15561:
URL: https://github.com/apache/nuttx/pull/15561#discussion_r1920942426
##
sched/timer/timer_initialize.c:
##
@@ -132,23 +132,33 @@ void timer_initialize(void)
void timer_deleteall(pid_t pid)
{
+ timer_t deleted_timer[TIMER_MAX];
F
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 4c2be5bb7f mpfs_opensbi_setup: Provide hartid
xiaoxiang781216 merged PR #15590:
URL: https://github.com/apache/nuttx/pull/15590
--
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
hujun260 commented on PR #15566:
URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2599471863
Based on your latest submission, you should revise the title.
![image](https://github.com/user-attachments/assets/e2a67c30-77dd-4edf-bc9b-e037ac8481b8)
--
This is an automated m
nuttxpr commented on PR #15596:
URL: https://github.com/apache/nuttx/pull/15596#issuecomment-2599451898
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requirements.
anchao commented on PR #15594:
URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599448469
@acassis please review again: https://github.com/apache/nuttx/pull/15596
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
anchao opened a new pull request, #15596:
URL: https://github.com/apache/nuttx/pull/15596
## Summary
cmake: Use EXTRAFLAGS to define customized compilation options
align them with the usage habits of makefiles
cmake:
```
cmake -B build -DBOARD_CONFIG=sim/nsh -GNinja
anchao commented on PR #15594:
URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599439267
> I don't remember, but I remember using EXTRALIB flag sometime ago, hehehe
@acassis here it is
https://acassis.wordpress.com/2022/10/18/how-to-transform-warning-in-error-duri
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 36b2b90bc0 cmake/mkconfig: add support of set cu
acassis merged PR #15594:
URL: https://github.com/apache/nuttx/pull/15594
--
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
acassis commented on PR #15594:
URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599436769
> > @anchao does it also work for standard makefiles ?
>
> @acassis Makefiles already have this feature, but due to different backend
implementations, makefile use EXTRAFLAGS to pas
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 39ed1deba Publishing web: c9485a9
acassis opened a new issue, #15595:
URL: https://github.com/apache/nuttx/issues/15595
### Description / Steps to reproduce the issue
$ ./tools/configure.sh stm32f4discovery:adb
$ make -j
$ sudo openocd -f interface/stlink.cfg -f target/stm32f4x.cfg -c init -c
"reset halt
anchao commented on PR #15594:
URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2599406046
> @anchao does it also work for standard makefiles ?
@acassis Makefiles already have this feature, but due to different backend
implementations, makefile use EXTRAFLAGS to pass speci
acassis merged PR #15593:
URL: https://github.com/apache/nuttx/pull/15593
--
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
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2779989add sched/wqueue: some minor improve to reduce sched_lock range
add 3f85df583c arch/armv7-r: revise header
acassis commented on issue #15592:
URL: https://github.com/apache/nuttx/issues/15592#issuecomment-2599159659
@paolovolpi good finding, actually it was missing in my PR:
https://github.com/apache/nuttx/commit/4b67e23049f2f4904a79adafdcc0d3d06d29555a
Could you please use mcp23x17.h as b
acassis commented on PR #15594:
URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2598685753
@anchao does it also work for standard makefiles ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
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 2779989add sched/wqueue: some minor improve to
xiaoxiang781216 merged PR #15587:
URL: https://github.com/apache/nuttx/pull/15587
--
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 #2953:
URL: https://github.com/apache/nuttx-apps/pull/2953
--
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 666937241 wamr: Map armv7a/thumbv7a to ar
xiaoxiang781216 commented on PR #15579:
URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2598617407
@yamt what's the benefit to generate the errno from a csv, but not modify
errno.h direclty?
--
This is an automated message from the Apache Git Service.
To respond to the messag
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new f6462111b apps/nshlib: Reuse local variable
anchao merged PR #2952:
URL: https://github.com/apache/nuttx-apps/pull/2952
--
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.ap
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 1b369544ca modlib/gnu-elf.ld.in: fix regression with armv7a
add 1bfd1d7303 [CI] testbuild.sh: Msys2 fix toolcha
xiaoxiang781216 merged PR #15591:
URL: https://github.com/apache/nuttx/pull/15591
--
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 d4a0abec82 sched/mqueue/CMakeLists.txt: fix compilation for
CONFIG_DISABLE_MQUEUE_SYSV=n
add 1b369544ca modlib
xiaoxiang781216 merged PR #15588:
URL: https://github.com/apache/nuttx/pull/15588
--
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 1bfff5a38d arch/armv7-r: fix gic.h build error
add d4a0abec82 sched/mqueue/CMakeLists.txt: fix compilation for
xiaoxiang781216 merged PR #15589:
URL: https://github.com/apache/nuttx/pull/15589
--
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
nuttxpr commented on PR #15594:
URL: https://github.com/apache/nuttx/pull/15594#issuecomment-2598416233
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does *not* fully meet the NuttX requirements. W
anchao opened a new pull request, #15594:
URL: https://github.com/apache/nuttx/pull/15594
## Summary
cmake/mkconfig: add support of set custom command options to config.h
add support of set custom command options to config.h
Use the -D parameter to pass the config to header f
yf13 commented on code in PR #15588:
URL: https://github.com/apache/nuttx/pull/15588#discussion_r1920106080
##
libs/libc/modlib/gnu-elf.ld.in:
##
@@ -26,7 +26,11 @@
# include
# define TEXT CONFIG_ARCH_TEXT_VBASE
-# define DATA CONFIG_ARCH_DATA_VBASE + CONFIG_MM_PGSIZE
+#
nuttxpr commented on PR #15593:
URL: https://github.com/apache/nuttx/pull/15593#issuecomment-2598202942
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR description does not fully meet the NuttX r
yf13 opened a new pull request, #15593:
URL: https://github.com/apache/nuttx/pull/15593
## Summary
This adds QEMU emulated Cortex-R5 chip with virt sample board config.
## Impacts
QEMU emulated armv7 boards
## Testing
- local checks with `qemu-armv7a:nsh`, `
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 b8660fc39c sim: fix regression from
https://github.com/apache/nuttx/pull/14623
add 1bfff5a38d arch/armv7-r: fi
xiaoxiang781216 merged PR #15585:
URL: https://github.com/apache/nuttx/pull/15585
--
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 #15585:
URL: https://github.com/apache/nuttx/pull/15585#issuecomment-2598072987
> > should we sync the macro definition with armv7-a instead?
>
> @xiaoxiang781216, given that I am still new with armv7-a, to quickly check
whether cortex-r5 works, maybe w
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 b8660fc39c sim: fix regression from
https://g
xiaoxiang781216 commented on code in PR #15586:
URL: https://github.com/apache/nuttx/pull/15586#discussion_r1919979806
##
sched/wqueue/kwork_queue.c:
##
@@ -80,6 +79,7 @@ static void work_timer_expiry(wdparm_t arg)
}
spin_unlock_irqrestore(&work->wq->lock, flags);
+ s
xiaoxiang781216 closed issue #15582: [BUG] sim_vpnkit is breaking watchdog?
URL: https://github.com/apache/nuttx/issues/15582
--
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
xiaoxiang781216 merged PR #15586:
URL: https://github.com/apache/nuttx/pull/15586
--
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 code in PR #15588:
URL: https://github.com/apache/nuttx/pull/15588#discussion_r1919966163
##
libs/libc/modlib/gnu-elf.ld.in:
##
@@ -26,7 +26,11 @@
# include
# define TEXT CONFIG_ARCH_TEXT_VBASE
-# define DATA CONFIG_ARCH_DATA_VBASE + CONFIG_M
paolovolpi opened a new issue, #15592:
URL: https://github.com/apache/nuttx/issues/15592
### Description / Steps to reproduce the issue
Enable DeviceDrivers/IO Expander Gpio Support/MCP23008
make -j
got the following compilation error:
CC: environ/env_getenv.c In file includ
simbit18 opened a new pull request, #15591:
URL: https://github.com/apache/nuttx/pull/15591
## Summary
In the Msys2 (Windows) environment, this search filter is not sufficient.
$ grep _TOOLCHAIN_ .config | grep -v CONFIG_ARCH_TOOLCHAIN_* | grep =y
CONFIG_TOOLCHAIN_WINDOWS=y
nuttxpr commented on PR #15590:
URL: https://github.com/apache/nuttx/pull/15590#issuecomment-2597909605
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR summary does not meet the NuttX requirement
pussuw opened a new pull request, #15590:
URL: https://github.com/apache/nuttx/pull/15590
## Summary
No reason to keep asking for these over and over. Also fix bumping the CPU
booted counter when SBI is enabled.
## Impact
MPFS bootloader only, performance optimization an
raiden00pl opened a new pull request, #15589:
URL: https://github.com/apache/nuttx/pull/15589
## Summary
fix compilation for CONFIG_DISABLE_MQUEUE_SYSV=n in cmake
## Impact
fix compilation
## Testing
local
--
This is an automated message from the Apache Git Servi
pussuw commented on PR #15566:
URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2597763731
> Yep. LTP runs on `rv-virt:citest` too:
>
> *
https://github.com/NuttX/nuttx/actions/runs/12822145965/job/35754623191#step:7:149
Ok, if the tests pass I consider this iss
lupyuen commented on PR #15566:
URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2597729685
Yep. LTP runs on `rv-virt:citest` too:
-
https://github.com/NuttX/nuttx/actions/runs/12822145965/job/35754623191#step:7:149
--
This is an automated message from the Apache Git Se
pussuw commented on PR #15566:
URL: https://github.com/apache/nuttx/pull/15566#issuecomment-2597712803
Using compare&exchange seems to have done the trick. Last thing that remains
is to verify this is still POSIX compliant, I guess CI (sim:citest) runs the
ltp test cases ?
--
anchao merged PR #15584:
URL: https://github.com/apache/nuttx/pull/15584
--
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.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 1e2c002a10 nuttx: add open and close callback functions for the mouse.
add 8f435a2941 arch/Kconfig: allow FLASH co
yf13 opened a new pull request, #15588:
URL: https://github.com/apache/nuttx/pull/15588
## Summary
This fixes booting issue of qemu-armv7a:knsh + ELF_EXECUTABLE by aligning
formula of armv7-a with its current addrenv layout.
This is a follow up of pull/15527.
## Impacts
no1wudi opened a new pull request, #2953:
URL: https://github.com/apache/nuttx-apps/pull/2953
## Summary
- Added explicit mapping of thumbv7a architecture to thumbv7 in the WAMR
toolchain definitions
- WAMR's AOT compiler uses armv7/thumbv7 as the target architecture for all
ARMv7
64 matches
Mail list logo