anchao merged PR #16240:
URL: https://github.com/apache/nuttx/pull/16240
--
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 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 da74a5e368 net/tcp/tcp_conn.c: optimize the port
chirping78 commented on PR #16255:
URL: https://github.com/apache/nuttx/pull/16255#issuecomment-2826294591
@tmedicci
Your fix points out the right direction. Since the `objdump` is right, find
`byte 00` in it's output,
it's easy to find out where the disassemble is problematic now.
chirping78 commented on issue #16235:
URL: https://github.com/apache/nuttx/issues/16235#issuecomment-2826136441
> Can you please evaluate
[#16255](https://github.com/apache/nuttx/pull/16255)?
@tmedicci,
my test shows that `objdump` is OK now, but `gdb` still has problem.
This
chirping78 commented on PR #16255:
URL: https://github.com/apache/nuttx/pull/16255#issuecomment-2826131109
@tmedicci,
good to known this can be fixed by link script.
Here is my test result:
use `objdump` to disassemble, the result is correct now!
```
4201b748 :
lupyuen commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2825884140
@nuttxpr test milkv_duos:nsh
--
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
nuttxpr commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2825881602
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (avaota-a1:nsh)
https://gitlab.com
nuttxpr commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2825890038
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (milkv_duos:nsh)
https://gitlab.co
lupyuen commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2825871168
@nuttxpr test avaota-a1:nsh
--
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
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 f3b595e8b Publishing web: 16e1777
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056479486
##
include/nuttx/semaphore.h:
##
@@ -184,9 +184,17 @@ int nxsem_destroy(FAR sem_t *sem);
*
acassis commented on PR #16241:
URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2824433892
@shtirlic please try to update only
boards/arm/stm32f7/stm32f777zit6-meadow/configs/nsh/defconfig now:
```
$ ./tools/refresh.sh stm32f777zit6-meadow:nsh
```
If I merge
tmedicci commented on PR #16255:
URL: https://github.com/apache/nuttx/pull/16255#issuecomment-2824860852
> Marked as _Draft_ to wait for the internal testing.
Passed internal CI successfully.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
jlaitine commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2824751986
@xiaoxiang781216 I'll add the nxmutex cleanup patch tomorrow to this PR, if
you like.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056273934
##
include/nuttx/semaphore.h:
##
@@ -184,9 +184,17 @@ int nxsem_destroy(FAR sem_t *sem);
*
*
xiaoxiang781216 commented on PR #1399:
URL: https://github.com/apache/nuttx-apps/pull/1399#issuecomment-2824639495
> @xiaoxiang781216 @wengzhe do we need this PR or is there already some
alternative way to do it on NuttX? Seems like there is a
https://nuttx.apache.org/docs/latest/applicatio
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056134293
##
include/nuttx/semaphore.h:
##
@@ -184,9 +184,17 @@ int nxsem_destroy(FAR sem_t *sem);
*
*
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056266614
##
include/nuttx/mutex.h:
##
@@ -36,10 +36,11 @@
* Pre-processor Definitions
/
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 f94bccf119e8d5765ecec5dacd27708f17b87104
Author: Carlos Sanchez
AuthorDate: Tue Apr 15 19:09:48 2025 +0200
c
acassis commented on PR #1399:
URL: https://github.com/apache/nuttx-apps/pull/1399#issuecomment-2824565336
@xiaoxiang781216 @wengzhe do we need this PR or is there already some
alternative way to do it on NuttX?
Seems like there is a
https://nuttx.apache.org/docs/latest/applications/syst
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056223289
##
include/nuttx/semaphore.h:
##
@@ -184,9 +184,17 @@ int nxsem_destroy(FAR sem_t *sem);
*
tmedicci commented on issue #16235:
URL: https://github.com/apache/nuttx/issues/16235#issuecomment-2824545639
> [@tmedicci](https://github.com/tmedicci) Could you reproduce the issue I
reported here? If yes, could you direct this problem to some one working on esp
toolchain?
Can you
tmedicci commented on PR #16255:
URL: https://github.com/apache/nuttx/pull/16255#issuecomment-2824544220
Marked as _Draft_ to wait for the internal 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
acassis merged PR #16253:
URL: https://github.com/apache/nuttx/pull/16253
--
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
tmedicci opened a new pull request, #16255:
URL: https://github.com/apache/nuttx/pull/16255
## Summary
* boards/xtensa/esp32[|s2|s3]: Fix unknown disassembling instructions
This PR adds sections used by the debugger and disassembler to get more
information about raw data presen
xiaoxiang781216 closed pull request #2931: The placement of cases under testing
is a bit messy, and cases of the same type need to be merged
URL: https://github.com/apache/nuttx-apps/pull/2931
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
xiaoxiang781216 merged PR #3059:
URL: https://github.com/apache/nuttx-apps/pull/3059
--
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...
pussuw commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056201724
##
include/nuttx/semaphore.h:
##
@@ -184,9 +184,17 @@ int nxsem_destroy(FAR sem_t *sem);
*
**
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 4fb47a6a6df7e128e539c2577962272c1ccee80f
Author: Carlos Sanchez
AuthorDate: Tue Apr 15 19:03:45 2025 +0200
c
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 5585c9d34 nshlib/dd: remove nsh dd cmd
new 4fb47a6a6 canutils/slcan: Work with CAN interfaces with names l
stbenn commented on issue #16248:
URL: https://github.com/apache/nuttx/issues/16248#issuecomment-2824480605
I was also leaning towards the second option, so I am glad to have
confirmation on that.
For either option, I was planning on keeping the API the same (for all the
same compat
xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2056138290
##
include/nuttx/mutex.h:
##
@@ -36,10 +36,11 @@
* Pre-processor Definitions
/
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 216c4b00e2 boards/[risc-v|xtensa]/esp32[|c3|c6|h2|s3]: set coexiram
sections
add 420868d308 arch/arm/rp23xx: fix
nuttxpr commented on PR #16254:
URL: https://github.com/apache/nuttx/pull/16254#issuecomment-2824332035
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the basic NuttX requiremen
acassis commented on issue #16249:
URL: https://github.com/apache/nuttx/issues/16249#issuecomment-2824331388
Thanks for confirming @simbit18 !
--
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
michallenc opened a new pull request, #16254:
URL: https://github.com/apache/nuttx/pull/16254
## Summary
This adds `filters` field to `icjx_config_s` structure that is passed as an
argument in `icjx_initialize` function. This field allows to configure I/O
filters (control world 1 and 3)
simbit18 commented on issue #16249:
URL: https://github.com/apache/nuttx/issues/16249#issuecomment-2824293024
Hi @lupyuen as far as I can see nxstyle is the same.
checkpatch.sh
https://github.com/apache/nuttx/blob/216c4b00e2358fc0bb09db9c4eeb3cc0b240679a/tools/checkpatch.sh#L197
tmedicci commented on issue #16235:
URL: https://github.com/apache/nuttx/issues/16235#issuecomment-2824221202
Hi @chirping78, thanks for reporting it. I'll forward this issue and keep
checking it.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
acassis commented on PR #16253:
URL: https://github.com/apache/nuttx/pull/16253#issuecomment-2824118518
@shtirlic kudos, nice catch!
--
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
nuttxpr commented on PR #16253:
URL: https://github.com/apache/nuttx/pull/16253#issuecomment-2824031538
[**\[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
GUIDINGLI commented on code in PR #16231:
URL: https://github.com/apache/nuttx/pull/16231#discussion_r2055620048
##
sched/wqueue/kwork_thread.c:
##
@@ -216,17 +278,54 @@ static int work_thread(int argc, FAR char *argv[])
* posted.
*/
- wqueue->wait_count++
xiaoxiang781216 commented on code in PR #3059:
URL: https://github.com/apache/nuttx-apps/pull/3059#discussion_r2055618982
##
canutils/slcan/slcan.c:
##
@@ -137,8 +137,7 @@ static int caninit(char *candev, int *s, struct
sockaddr_can *addr,
syslog(LOG_ERR, "Error opening
csanchezdll commented on code in PR #3059:
URL: https://github.com/apache/nuttx-apps/pull/3059#discussion_r2055591720
##
canutils/slcan/slcan.c:
##
@@ -137,8 +137,7 @@ static int caninit(char *candev, int *s, struct
sockaddr_can *addr,
syslog(LOG_ERR, "Error opening CAN
jlaitine commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2823540137
No updates, just a rebase against current master to re-start CI, which
failed to some "github internal error"
--
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.
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 216c4b00e2 boards/[risc-v|xtensa]/esp32[|c3|c6
xiaoxiang781216 merged PR #16251:
URL: https://github.com/apache/nuttx/pull/16251
--
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 5a1426d6326b04f341e44fbc68a51364031adf39
Author: Leo Chung
AuthorDate: Wed Apr 23 09:36:25 2025 +0800
risc-v/esp3
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 37a1748dd3 arch/arm/rp23xx: fix irq priority levels
new d314329792 risc-v/esp32c6:Fix bootloader flash compiler
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 931d80683d630cc1b7d937e30a1f736730501c62
Author: Leo Chung
AuthorDate: Wed Apr 23 09:35:17 2025 +0800
risc-v/esp3
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 d3143297921f3513c3c76ab07b2d47780d54d7e8
Author: Leo Chung
AuthorDate: Wed Apr 23 09:21:34 2025 +0800
risc-v/esp3
xiaoxiang781216 merged PR #16252:
URL: https://github.com/apache/nuttx/pull/16252
--
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
raiden00pl commented on code in PR #9782:
URL: https://github.com/apache/nuttx/pull/9782#discussion_r2055436828
##
tools/nxmake2cmake.py:
##
@@ -0,0 +1,239 @@
+#!/usr/bin/env python3
+
+# tools/nxmake2cm
raiden00pl commented on issue #16246:
URL: https://github.com/apache/nuttx/issues/16246#issuecomment-2823328540
it works for global variables but it doesn't work for function local
variables:
```
/
raiden00pl commented on issue #16248:
URL: https://github.com/apache/nuttx/issues/16248#issuecomment-2823296652
Please make the GDMA implementation as similar to the rest of DMA
implementations in STM32 as possible: similar API and all work that belongs to
DMA driver is done in DMA driver.
54 matches
Mail list logo