Re: [I] [BUG] [nuttx]

2025-03-12 Thread via GitHub
eren-terzioglu commented on issue #15983: URL: https://github.com/apache/nuttx/issues/15983#issuecomment-2720134545 Hi, I will have a look to it. Thanks for reporting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2720131287 @SPRESENSE Yes, I have tested on windows about 5 hours, and encountered the data loss situation similar to yours. Another information: When using cdcacm to quickly send large

[I] [BUG] [nuttx]

2025-03-12 Thread via GitHub
yezhonghui2024 opened a new issue, #15983: URL: https://github.com/apache/nuttx/issues/15983 ### Description / Steps to reproduce the issue I want enable xtensa esp32s3 i2c slave, step by follow: step1: ./tools/configure.sh -E esp32s3-devkit:nsh step2: make menuconfig, open c

Re: [PR] ostest: Implement mutex move test functionality [nuttx-apps]

2025-03-12 Thread via GitHub
no1wudi commented on code in PR #3025: URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992479964 ## testing/ostest/mutex.c: ## @@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter) return NULL; /* Non-reachable -- needed for some compilers */

(nuttx) branch master updated (4959e269d6 -> 96eb5e7819)

2025-03-12 Thread archer
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 4959e269d6 sched/sem_waitirq: Move kmm_map() call to sem_wait() add 96eb5e7819 net: sixlowpan icmpv6 return from u

Re: [PR] net: sixlowpan icmpv6 return from udp_input [nuttx]

2025-03-12 Thread via GitHub
anchao merged PR #15980: URL: https://github.com/apache/nuttx/pull/15980 -- 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: sched/sem_waitirq: Move kmm_map() call to sem_wait()

2025-03-12 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 4959e269d6 sched/sem_waitirq: Move kmm_map() call

Re: [PR] sched/sem_waitirq: Move kmm_map() call to sem_wait() [nuttx]

2025-03-12 Thread via GitHub
anchao merged PR #15982: URL: https://github.com/apache/nuttx/pull/15982 -- 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

Re: [PR] [BREAKING] boot/nxboot: enhance bootloader capabilities and decision logic [nuttx-apps]

2025-03-12 Thread via GitHub
cederom commented on PR #3024: URL: https://github.com/apache/nuttx-apps/pull/3024#issuecomment-2719816785 Thank you @michallenc very interesting! As this is breaking change I will start a discussion on the dev@ mailing list :-) -- This is an automated message from the Apache Git Service.

Re: [PR] 202503 Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-12 Thread via GitHub
cederom commented on PR #15950: URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2719668483 > @simbit18: Question for old PR before this Guidelines update. For abandoned and very old PR, how will they be handled? List filters -> **is:pr is:open created:<2024-01-01** https://git

Re: [PR] ostest: Implement mutex move test functionality [nuttx-apps]

2025-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #3025: URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992522891 ## testing/ostest/mutex.c: ## @@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter) return NULL; /* Non-reachable -- needed for some compil

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
SPRESENSE commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2719362037 @yangsong8-a1 If NuttShell is running, then the loader is installed correctly. I am not sure why the USB is not recognized. BTW, does `esp32s3-devkit:usb_device` work w

Re: [PR] ostest: Implement mutex move test functionality [nuttx-apps]

2025-03-12 Thread via GitHub
hartmannathan commented on code in PR #3025: URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992142071 ## testing/ostest/mutex.c: ## @@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter) return NULL; /* Non-reachable -- needed for some compiler

[PR] Mpfs ethernet improvements [nuttx]

2025-03-12 Thread via GitHub
jlaitine opened a new pull request, #15979: URL: https://github.com/apache/nuttx/pull/15979 ## Summary This updates the mpfs_ethernet driver by picking the following corrections from TII/SSRC branches: - Always use LPWORK queue for txtimeout handling. Txtimeout does lengthy op

Re: [PR] documentation/boot/nxboot: update nxboot documentation [nuttx]

2025-03-12 Thread via GitHub
acassis merged PR #15981: URL: https://github.com/apache/nuttx/pull/15981 -- 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

Re: [I] [BUG] drivers/contactless/PN532: Incorrect UID Readings, Timeouts, and Documentation issues [nuttx]

2025-03-12 Thread via GitHub
acassis commented on issue #15942: URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2718819940 Nice work @keever50!!! So now is it possible to interface with NFC cards and smartphone, right? We don't have a Documentation about it (there are many references to NFC, but only

Re: [I] [BUG] drivers/contactless/PN532: Incorrect UID Readings, Timeouts, and Documentation issues [nuttx]

2025-03-12 Thread via GitHub
keever50 commented on issue #15942: URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2718890585 @acassis Thanks! Currently with the state of this driver, you can only scan mifare cards. However, the way i lay out the architecture, more target types will be possible.

Re: [PR] net: correct icmp(v6) response from udp_input [nuttx]

2025-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #15978: URL: https://github.com/apache/nuttx/pull/15978#discussion_r1992026008 ## net/udp/udp_input.c: ## @@ -348,28 +348,35 @@ static int udp_input(FAR struct net_driver_s *dev, unsigned int iplen) * unless destination addres

Re: [PR] net: sixlowpan icmpv6 return from udp_input [nuttx]

2025-03-12 Thread via GitHub
acassis commented on PR #15980: URL: https://github.com/apache/nuttx/pull/15980#issuecomment-2718841006 @xiaoxiang781216 @wengzhe please take a look -- 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

Re: [PR] Mpfs ethernet improvements [nuttx]

2025-03-12 Thread via GitHub
jlaitine commented on code in PR #15979: URL: https://github.com/apache/nuttx/pull/15979#discussion_r1992033222 ## arch/risc-v/src/mpfs/Kconfig: ## @@ -700,6 +700,14 @@ config MPFS_PHYINIT ---help--- call mpfs_phy_boardinitialize() on init +config MPFS_

Re: [PR] net: correct icmp(v6) response from udp_input [nuttx]

2025-03-12 Thread via GitHub
Laczen commented on code in PR #15978: URL: https://github.com/apache/nuttx/pull/15978#discussion_r1992082987 ## net/udp/udp_input.c: ## @@ -348,28 +348,35 @@ static int udp_input(FAR struct net_driver_s *dev, unsigned int iplen) * unless destination address was bro

Re: [PR] ostest: Implement mutex move test functionality [nuttx-apps]

2025-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #3025: URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992015263 ## testing/ostest/mutex.c: ## @@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter) return NULL; /* Non-reachable -- needed for some compil

Re: [I] [BUG] drivers/contactless/PN532: Incorrect UID Readings, Timeouts, and Documentation issues [nuttx]

2025-03-12 Thread via GitHub
keever50 commented on issue #15942: URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2718603631 Update on this: I changed a ton of code. It was necessary. **Changes:** - Fixed UID reading, - added possibility to develop support for other interface busses. (cl

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
SPRESENSE commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717282513 @yangsong8-a1 Could you check below in the [FAQ](https://developer.sony.com/spresense/development-guides/faq_en.html#_why_are_functions_like_the_micro_sd_card_and_audio_on_the_e

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2716969928 > [@yangsong8-a1](https://github.com/yangsong8-a1) I had and fixed this issue: > > https://acassis.wordpress.com/2023/03/24/compiling-and-flashing-nuttx-on-sony-spresense

[PR] boot/nxboot: enhance bootloader capabilities and decision logic [nuttx-apps]

2025-03-12 Thread via GitHub
michallenc opened a new pull request, #3024: URL: https://github.com/apache/nuttx-apps/pull/3024 ## Summary This commit enhances the bootloader capabilities. The image's header is extended with header version, size, platform identifier and pointer to optional next header. CRC32 now inclu

(nuttx) branch master updated (50c0e13a29 -> ac3b0adb42)

2025-03-12 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 50c0e13a29 typo: fix incorrect doc add ac3b0adb42 documentation/boot/nxboot: update nxboot documentation No new

Re: [PR] net: correct icmp(v6) response from udp_input [nuttx]

2025-03-12 Thread via GitHub
Laczen commented on PR #15978: URL: https://github.com/apache/nuttx/pull/15978#issuecomment-2718054446 > Thank you @Laczen !!! > > This modification should be tested in more boards and with apps examples that use ICMP: > > * ipforward > * nettest > * tcpblaster > * udp

Re: [PR] documentation/boot/nxboot: update nxboot documentation [nuttx]

2025-03-12 Thread via GitHub
michallenc commented on code in PR #15981: URL: https://github.com/apache/nuttx/pull/15981#discussion_r1991594741 ## Documentation/applications/boot/nxboot/index.rst: ## @@ -29,38 +29,38 @@ wear while keeping the recovery/revert possibility. Not confirmed image is reverted to r

Re: [PR] esp32: espnow improvements [nuttx]

2025-03-12 Thread via GitHub
tmedicci commented on PR #15962: URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2718028055 @acassis and @xiaoxiang781216 can you please take a second look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Mpfs ethernet improvements [nuttx]

2025-03-12 Thread via GitHub
acassis commented on code in PR #15979: URL: https://github.com/apache/nuttx/pull/15979#discussion_r1991529836 ## arch/risc-v/src/mpfs/Kconfig: ## @@ -700,6 +700,14 @@ config MPFS_PHYINIT ---help--- call mpfs_phy_boardinitialize() on init +config MPFS_P

Re: [PR] ostest: Implement mutex move test functionality [nuttx-apps]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #3025: URL: https://github.com/apache/nuttx-apps/pull/3025#issuecomment-2717981403 [**\[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.

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
SPRESENSE commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717172168 @yangsong8-a1 Yes, I attached [nuttx.zip](https://github.com/user-attachments/files/19206765/nuttx.zip). Please extract it and get nuttx.spk. -- This is an automated message fro

[PR] ostest: Implement mutex move test functionality [nuttx-apps]

2025-03-12 Thread via GitHub
no1wudi opened a new pull request, #3025: URL: https://github.com/apache/nuttx-apps/pull/3025 ## Summary This change enhances NuttX's test coverage by validating mutex behavior in non-standard relocation scenarios, while explicitly noting this extends beyond POSIX specificati

Re: [PR] net: correct icmp(v6) response from udp_input [nuttx]

2025-03-12 Thread via GitHub
acassis commented on PR #15978: URL: https://github.com/apache/nuttx/pull/15978#issuecomment-2717947359 Thank you @Laczen !!! This modification should be tested in more boards and with apps examples that use ICMP: * ipforward * nettest * tcpblaster * udp * udpblaste

Re: [PR] sched/sem_waitirq: Move kmm_map() call to sem_wait() [nuttx]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #15982: URL: https://github.com/apache/nuttx/pull/15982#issuecomment-2717920403 [**\[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

(nuttx) branch master updated (f8fa86fca3 -> 50c0e13a29)

2025-03-12 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 f8fa86fca3 Documentation/uorb: fix typo in uorb chapter add 50c0e13a29 typo: fix incorrect doc No new revisions

Re: [PR] typo: fix incorrect doc in uio.h [nuttx]

2025-03-12 Thread via GitHub
acassis merged PR #15976: URL: https://github.com/apache/nuttx/pull/15976 -- 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

(nuttx) branch master updated (809de89608 -> f8fa86fca3)

2025-03-12 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 809de89608 arch/risc-v/src/common/riscv_mtimer.c: Correct mtimecmp setting in riscv_mtimer_cancel add f8fa86fca3

Re: [PR] Documentation/uorb: fix typo in uorb chapter [nuttx]

2025-03-12 Thread via GitHub
acassis merged PR #15977: URL: https://github.com/apache/nuttx/pull/15977 -- 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

Re: [PR] sched/sem_waitirq: Move kmm_map() call to sem_wait() [nuttx]

2025-03-12 Thread via GitHub
lupyuen commented on PR #15982: URL: https://github.com/apache/nuttx/pull/15982#issuecomment-2717908113 @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] documentation/boot/nxboot: update nxboot documentation [nuttx]

2025-03-12 Thread via GitHub
acassis commented on code in PR #15981: URL: https://github.com/apache/nuttx/pull/15981#discussion_r1991504954 ## Documentation/applications/boot/nxboot/index.rst: ## @@ -29,38 +29,38 @@ wear while keeping the recovery/revert possibility. Not confirmed image is reverted to reco

Re: [PR] 202503 Apache NuttX RTOS Contributing Guidelines update. [nuttx]

2025-03-12 Thread via GitHub
simbit18 commented on PR #15950: URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2717269405 Question for old PR before this Guidelines update. For abandoned and very old PR, how will they be handled? List filters -> **is:pr is:open created:<2024-01-01 state:open** https

Re: [PR] sched/sem_waitirq: Move kmm_map() call to sem_wait() [nuttx]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #15982: URL: https://github.com/apache/nuttx/pull/15982#issuecomment-2717842120 [**\[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

[PR] sched/sem_waitirq: Move kmm_map() call to sem_wait() [nuttx]

2025-03-12 Thread via GitHub
pussuw opened a new pull request, #15982: URL: https://github.com/apache/nuttx/pull/15982 ## Summary The kernel mapping should be performed in sem_wait (thread level) as virtual memory mappings cannot be added from interrupt, at least for now. The reason? kmm_map() depen

Re: [PR] documentation/boot/nxboot: update nxboot documentation [nuttx]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #15981: URL: https://github.com/apache/nuttx/pull/15981#issuecomment-2717508647 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, the PR appears to meet the basic NuttX requirement

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717577544 I also tested it on ubuntu, no wonder there was no problem. I read the FAQ and re-plugged the board, but it still doesn't work. If it's not because of my newly updated loader,

Re: [PR] boot/nxboot: enhance bootloader capabilities and decision logic [nuttx-apps]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #3024: URL: https://github.com/apache/nuttx-apps/pull/3024#issuecomment-2717490414 [**\[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,

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
SPRESENSE commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717441605 When I checked on the Ubuntu `/dev/ttyACM0`, I had no problem. I had only tested it on a Windows COM port. It may be related to the Windows USB driver, not NuttX... -- T

Re: [PR] arch/arm64/imx9: Support for imx9 edgelock enclave [nuttx]

2025-03-12 Thread via GitHub
arikimari commented on code in PR #15970: URL: https://github.com/apache/nuttx/pull/15970#discussion_r1991162478 ## arch/arm64/src/imx9/hardware/imx9_ele.h: ## @@ -0,0 +1,78 @@ +/ + * arch/arm64/src/imx9

Re: [PR] net: sixlowpan icmpv6 return from udp_input [nuttx]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #15980: URL: https://github.com/apache/nuttx/pull/15980#issuecomment-2717359353 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears to meet the NuttX requirements. The su

Re: [PR] Mpfs ethernet improvements [nuttx]

2025-03-12 Thread via GitHub
nuttxpr commented on PR #15979: URL: https://github.com/apache/nuttx/pull/15979#issuecomment-2717318550 [**\[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

[PR] net: sixlowpan icmpv6 return from udp_input [nuttx]

2025-03-12 Thread via GitHub
Laczen opened a new pull request, #15980: URL: https://github.com/apache/nuttx/pull/15980 ## Summary When a udp frame is processed without a listener a icmp frame is returned indicating that there is no listener. The PR enables sending this icmpv6 response over sixlowpan. Solv

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717202170 @SPRESENSE I flash your image, `tools/flash_writer.py -s -c /dev/ttyUSB0 -d -b 115200 -n ../nuttx.spk` usb devices still can not be recognized. Is my hardware broken?

[PR] net: correct icmp(v6) response from udp_input [nuttx]

2025-03-12 Thread via GitHub
Laczen opened a new pull request, #15978: URL: https://github.com/apache/nuttx/pull/15978 Ensure that the correct icmp(v6) response is generated from udb_input. ## Summary A incorrect icmp response could be generated when there is no listener on a udp port for a setup that uses

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717156025 @SPRESENSE can you upload you nuttx.spk? I flash your image and verify my environment. -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717137768 > [@yangsong8-a1](https://github.com/yangsong8-a1) USB CDC/ACM uses USB connector on the extension board. Can this be connected to a PC and not recognized? ![Image](https://git

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
SPRESENSE commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717130184 @yangsong8-a1 USB CDC/ACM uses USB connector on the extension board. Can this be connected to a PC and not recognized? ![Image](https://github.com/user-attachments/assets/ce

Re: [I] [BUG] USB CDC/ACM write message lost [nuttx]

2025-03-12 Thread via GitHub
yangsong8-a1 commented on issue #15960: URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717021806 > [@yangsong8-a1](https://github.com/yangsong8-a1) Thanks for your support. > > I found this issue in our application with Spresense SDK. Here is the procedure to reproduc

[PR] Documentation/uorb: fix typo in uorb chapter [nuttx]

2025-03-12 Thread via GitHub
anchao opened a new pull request, #15977: URL: https://github.com/apache/nuttx/pull/15977 ## Summary Documentation/uorb: fix typo in uorb chapter fix typo "Two Tpyes" -> "Two Types" Signed-off-by: chao an ## Impact N/A ## Testing ci-check