Re: [PR] net/tcp/tcp_conn.c: optimize the port conflict detection rules for tcp_listener() [nuttx]

2025-04-23 Thread via GitHub
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

(nuttx) branch master updated: net/tcp/tcp_conn.c: optimize the port conflict detection rules for tcp_listener(). fixed potential conflict between implicit binding and port conflict detection.

2025-04-23 Thread archer
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

Re: [PR] boards/xtensa/esp32[|s2|s3]: Fix unknown disassembling instructions [nuttx]

2025-04-23 Thread via GitHub
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.

Re: [I] [HELP] disassemble output of xtensa gdb is not understandable [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] boards/xtensa/esp32[|s2|s3]: Fix unknown disassembling instructions [nuttx]

2025-04-23 Thread via GitHub
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 :

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: 16e1777b863bd27e3a00b7b779baf0131af07df6 docs: 420868d3083cd405c43a6ff9eabf1cb9723cdac9

2025-04-23 Thread github-bot
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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); *

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] boards/xtensa/esp32[|s2|s3]: Fix unknown disassembling instructions [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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); * *

Re: [PR] Add iptlite packet filter app [nuttx-apps]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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); * *

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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 /

(nuttx-apps) 02/02: canutils/slcan: explicitly manage the interface.

2025-04-23 Thread xiaoxiang
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

Re: [PR] Add iptlite packet filter app [nuttx-apps]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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); *

Re: [I] [HELP] disassemble output of xtensa gdb is not understandable [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] boards/xtensa/esp32[|s2|s3]: Fix unknown disassembling instructions [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] arch/arm/rp23xx: fix linker scripts 100% RAM usage bug [nuttx]

2025-04-23 Thread via GitHub
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

[PR] boards/xtensa/esp32[|s2|s3]: Fix unknown disassembling instructions [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] The placement of cases under testing is a bit messy, and cases of the same type need to be merged [nuttx-apps]

2025-04-23 Thread via GitHub
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

Re: [PR] Make slcan brin the interface up/down with the appropiate commands [nuttx-apps]

2025-04-23 Thread via GitHub
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...

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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); * **

(nuttx-apps) 01/02: canutils/slcan: Work with CAN interfaces with names longer than 4 characters.

2025-04-23 Thread xiaoxiang
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

(nuttx-apps) branch master updated (5585c9d34 -> f94bccf11)

2025-04-23 Thread xiaoxiang
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

Re: [I] [FEATURE] STM32H5 DMA Driver [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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 /

(nuttx) branch master updated (216c4b00e2 -> 420868d308)

2025-04-23 Thread acassis
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

Re: [PR] drivers/ioexpander/icjx: add option to set filters during initialization [nuttx]

2025-04-23 Thread via GitHub
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

Re: [I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-23 Thread via GitHub
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

[PR] drivers/ioexpander/icjx: add option to set filters during initialization [nuttx]

2025-04-23 Thread via GitHub
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)

Re: [I] [BUG] NXStyle is not reporting up case hexadecimals [nuttx]

2025-04-23 Thread via GitHub
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

Re: [I] [HELP] disassemble output of xtensa gdb is not understandable [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] arch/arm/rp23xx: fix linker scripts 100% RAM usage bug [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] arch/arm/rp23xx: fix linker scripts 100% RAM usage bug [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] sched/wqueue: Refactor delayed and periodic workqueue. [nuttx]

2025-04-23 Thread via GitHub
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++

Re: [PR] Make slcan brin the interface up/down with the appropiate commands [nuttx-apps]

2025-04-23 Thread via GitHub
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

Re: [PR] Make slcan brin the interface up/down with the appropiate commands [nuttx-apps]

2025-04-23 Thread via GitHub
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

Re: [PR] Enable mutex functionality in nxsem [nuttx]

2025-04-23 Thread via GitHub
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

(nuttx) branch master updated: boards/[risc-v|xtensa]/esp32[|c3|c6|h2|s3]: set coexiram sections

2025-04-23 Thread xiaoxiang
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

Re: [PR] boards/[risc-v|xtensa]/esp32[|c3|c6|h2|s3]: set coexiram sections [nuttx]

2025-04-23 Thread via GitHub
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

(nuttx) 03/03: risc-v/esp32h2:Fix bootloader flash compiler error.

2025-04-23 Thread xiaoxiang
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

(nuttx) branch master updated (37a1748dd3 -> 5a1426d632)

2025-04-23 Thread xiaoxiang
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

(nuttx) 02/03: risc-v/esp32c3:Fix bootloader flash compiler error.

2025-04-23 Thread xiaoxiang
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

(nuttx) 01/03: risc-v/esp32c6:Fix bootloader flash compiler error.

2025-04-23 Thread xiaoxiang
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

Re: [PR] risc-v/esp32{c6,c3,h2}: Fix bootloader flash compiler error [nuttx]

2025-04-23 Thread via GitHub
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

Re: [PR] tools: add a convert tool to help migrate from make to cmake [nuttx]

2025-04-23 Thread via GitHub
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

Re: [I] [BUG] NXStyle is not getting braces declaration violation [nuttx]

2025-04-23 Thread via GitHub
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: ``` /

Re: [I] [FEATURE] STM32H5 DMA Driver [nuttx]

2025-04-23 Thread via GitHub
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.