Re: [PR] nuttx/wireless/ioctl: Common IOCTL API for RF Modulation Technologies [nuttx]

2025-03-21 Thread via GitHub
raiden00pl commented on code in PR #16024: URL: https://github.com/apache/nuttx/pull/16024#discussion_r2008689091 ## Documentation/components/drivers/character/wireless/index.rst: ## @@ -6,3 +6,34 @@ Wireless character drivers :maxdepth: 1 lpwan/index.rst + +IOCTL Interf

Re: [PR] arch/arm: Fix crash when using memcpy/memset as RAMFUNCS [nuttx]

2025-03-21 Thread via GitHub
raiden00pl commented on PR #16019: URL: https://github.com/apache/nuttx/pull/16019#issuecomment-2745049669 @alexcekay If no one has anything against the decorator, I think that's what we should do. This approach is nicer (my subjective opinion, so it doesn't matter much), but more important

Re: [PR] [WIP] drivers/analog/ads1115: Add support for TI ADS1115 [nuttx]

2025-03-21 Thread via GitHub
justapotato213 commented on PR #16011: URL: https://github.com/apache/nuttx/pull/16011#issuecomment-2744735050 Yeah sorry, been a busy week, wanted to squash first before marking it ready. Thank you so much! :) -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-03-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16031: URL: https://github.com/apache/nuttx/pull/16031#discussion_r2008619207 ## arch/risc-v/src/mpfs/mpfs_coremmc.c: ## @@ -525,7 +526,7 @@ static void mpfs_configxfrints(struct mpfs_dev_s *priv, uint32_t xfrmask, { irqstate_t flags

Re: [PR] testing/fs/mtd_test: Add MTD test to evaluate transfer rates [nuttx-apps]

2025-03-21 Thread via GitHub
lupyuen commented on code in PR #3033: URL: https://github.com/apache/nuttx-apps/pull/3033#discussion_r2008516568 ## testing/fs/mtd_test/Kconfig: ## @@ -0,0 +1,18 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nut

Re: [PR] testing/fs/mtd_test: Add MTD test to evaluate transfer rates [nuttx-apps]

2025-03-21 Thread via GitHub
lupyuen commented on code in PR #3033: URL: https://github.com/apache/nuttx-apps/pull/3033#discussion_r2008516488 ## testing/fs/mtd_test/Kconfig: ## @@ -0,0 +1,18 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the Nut

(nuttx-apps) branch master updated: fix build for canutilis/lely-canopen

2025-03-21 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen 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 9e2775de9 fix build for canutilis/lely-cano

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
lupyuen merged PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030 -- 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.a

(nuttx-website) branch asf-site updated: Publishing web: 405a7126bab3fbbeef1bb95fabd1561c86029fc1 docs: 453c6f75cf55fead65d4c2190d7094e4a0abccc6

2025-03-21 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 a682c6906 Publishing web: 405a712

Re: [PR] [WIP] drivers/analog/ads1115: Add support for TI ADS1115 [nuttx]

2025-03-21 Thread via GitHub
lupyuen commented on PR #16011: URL: https://github.com/apache/nuttx/pull/16011#issuecomment-2744732345 Also: Please squash the commits. Thanks :-) - https://lupyuen.github.io/articles/pr#squash-the-commits -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] [WIP] drivers/analog/ads1115: Add support for TI ADS1115 [nuttx]

2025-03-21 Thread via GitHub
lupyuen commented on code in PR #16011: URL: https://github.com/apache/nuttx/pull/16011#discussion_r2008513572 ## drivers/analog/ads1115.c: ## @@ -0,0 +1,827 @@ +/ + * drivers/analog/ads1115.c + * + * SP

Re: [PR] driver/serial/cdcacm: Get the status of rx or tx buf by ioctl [nuttx]

2025-03-21 Thread via GitHub
lupyuen merged PR #16029: URL: https://github.com/apache/nuttx/pull/16029 -- 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] boards/xtensa: Add support for szpi-esp32s3 [nuttx]

2025-03-21 Thread via GitHub
lupyuen merged PR #16027: URL: https://github.com/apache/nuttx/pull/16027 -- 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: driver/serial/cdcacm: Get the status of rx or tx buf by ioctl

2025-03-21 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen 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 a0a61ff345 driver/serial/cdcacm: Get the status

(nuttx) 01/02: Documentation/esp32s3: Add doc for SZPI ESP32-S3

2025-03-21 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0dc3445bbd29c4c72ef0c05ebc7adbdb7fc9b9d0 Author: wangjianyu3 AuthorDate: Thu Mar 20 20:29:43 2025 +0800 Documentati

(nuttx) 02/02: boards/xtensa: Add support for szpi-esp32s3

2025-03-21 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit a99c1839f1d7293e27bdbf126578ac557ac8a388 Author: wangjianyu3 AuthorDate: Thu Mar 20 19:53:35 2025 +0800 boards/xten

(nuttx) branch master updated (453c6f75cf -> a99c1839f1)

2025-03-21 Thread lupyuen
This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 453c6f75cf Documentation/esp32: Add snake defconfig docs for esp32 new 0dc3445bbd Documentation/esp32s3: Add doc

Re: [PR] testing/fs/mtd_test: Add MTD test to evaluate transfer rates [nuttx-apps]

2025-03-21 Thread via GitHub
tmedicci commented on PR #3033: URL: https://github.com/apache/nuttx-apps/pull/3033#issuecomment-2744010388 Related documentation PR: https://github.com/apache/nuttx/pull/16032 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] drivers/mtd/gd55: fix uninitialised variables [nuttx]

2025-03-21 Thread via GitHub
TimJTi commented on PR #16021: URL: https://github.com/apache/nuttx/pull/16021#issuecomment-2744427845 > > @hartmannathan @jerpelea > > > > Is there guidance on commit message formatting that perhaps I missed? > > > > > > > > > > > > > > There's section 1.5 of CONTR

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-03-21 Thread via GitHub
acassis commented on PR #16031: URL: https://github.com/apache/nuttx/pull/16031#issuecomment-2743389771 @pussuw nice work! Is there some way to test and display how much it improved the NuttX performance? -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-21 Thread via GitHub
jlaitine commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2008083224 ## include/nuttx/semaphore.h: ## @@ -59,6 +59,54 @@ {(c), (f), SEM_WAITLIST_INITIALIZER} #endif /* CONFIG_PRIORITY_INHERITANCE */ +/* Fast mutex lock/unlock p

Re: [PR] arch/xtensa: fix definition for `_int32_t` and `_uint32_t` [nuttx]

2025-03-21 Thread via GitHub
fdcavalcanti commented on PR #16022: URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2744005247 Applied the changes recommended. Let's please hold this PR while we fix the `toywasm` build. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] drivers/mtd/gd55: fix uninitialised variables [nuttx]

2025-03-21 Thread via GitHub
hartmannathan commented on PR #16021: URL: https://github.com/apache/nuttx/pull/16021#issuecomment-2744277429 > @hartmannathan @jerpelea > > > > Is there guidance on commit message formatting that perhaps I missed? > > > > > > There's section 1.5 of CONTRIBUTING.md:

Re: [PR] drivers/mtd/gd55: fix uninitialised variables [nuttx]

2025-03-21 Thread via GitHub
TimJTi commented on PR #16021: URL: https://github.com/apache/nuttx/pull/16021#issuecomment-2744204905 @hartmannathan @jerpelea > > Is there guidance on commit message formatting that perhaps I missed? > > There's section 1.5 of CONTRIBUTING.md: > > https://github.com/apach

Re: [PR] Documentation/testing: Add MTD transfer rate test app docs [nuttx]

2025-03-21 Thread via GitHub
acassis commented on code in PR #16032: URL: https://github.com/apache/nuttx/pull/16032#discussion_r2008147171 ## Documentation/applications/testing/mtd_test/index.rst: ## @@ -0,0 +1,32 @@ +=== +``mtd_test`` MTD transfer rate test +===

[PR] testing/fs/mtd_test: Add MTD test to evaluate transfer rates [nuttx-apps]

2025-03-21 Thread via GitHub
tmedicci opened a new pull request, #3033: URL: https://github.com/apache/nuttx-apps/pull/3033 ## Summary * testing/fs/mtd_test: Add MTD test to evaluate transfer rates This test allows measuring write and read operations on an MTD flash device, evaluating its transfer rates.

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-03-21 Thread via GitHub
pussuw commented on code in PR #16031: URL: https://github.com/apache/nuttx/pull/16031#discussion_r2008078388 ## arch/risc-v/src/mpfs/mpfs_dsn.c: ## @@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len) while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUSY) && --r

Re: [PR] arch/risc-v/mpfs: Remove big kernel lock from several drivers [nuttx]

2025-03-21 Thread via GitHub
pussuw commented on code in PR #16031: URL: https://github.com/apache/nuttx/pull/16031#discussion_r2008033805 ## arch/risc-v/src/mpfs/mpfs_coremmc.c: ## @@ -525,7 +526,7 @@ static void mpfs_configxfrints(struct mpfs_dev_s *priv, uint32_t xfrmask, { irqstate_t flags; - fl

Re: [PR] Documentation/games: Add snake game documentation [nuttx]

2025-03-21 Thread via GitHub
eren-terzioglu commented on code in PR #16006: URL: https://github.com/apache/nuttx/pull/16006#discussion_r2008031101 ## Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst: ## @@ -928,6 +928,22 @@ The apps/testing/smp test is included:: CONFIG_TESTING_SMP_PRI

Re: [PR] Documentation/testing: Add MTD transfer rate test app docs [nuttx]

2025-03-21 Thread via GitHub
nuttxpr commented on PR #16032: URL: https://github.com/apache/nuttx/pull/16032#issuecomment-2744022591 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR meets the NuttX requirements. The summary

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2008021310 ## include/nuttx/semaphore.h: ## @@ -59,6 +59,54 @@ {(c), (f), SEM_WAITLIST_INITIALIZER} #endif /* CONFIG_PRIORITY_INHERITANCE */ +/* Fast mutex lock/u

Re: [PR] testing/fs/mtd_test: Add MTD test to evaluate transfer rates [nuttx-apps]

2025-03-21 Thread via GitHub
nuttxpr commented on PR #3033: URL: https://github.com/apache/nuttx-apps/pull/3033#issuecomment-2744005039 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR description mostly meets the NuttX requireme

[PR] Documentation/testing: Add MTD transfer rate test app docs [nuttx]

2025-03-21 Thread via GitHub
tmedicci opened a new pull request, #16032: URL: https://github.com/apache/nuttx/pull/16032 ## Summary Add documentation entry for the `mtd_test` application (https://github.com/apache/nuttx-apps/pull/3033). ## Impact Impact on user: NO. Impact on build: NO.

Re: [PR] Documentation/games: Add snake game documentation [nuttx]

2025-03-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #16006: URL: https://github.com/apache/nuttx/pull/16006#discussion_r2008009012 ## Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst: ## @@ -928,6 +928,22 @@ The apps/testing/smp test is included:: CONFIG_TESTING_SMP_PR

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-21 Thread via GitHub
pussuw commented on code in PR #16030: URL: https://github.com/apache/nuttx/pull/16030#discussion_r2007834177 ## include/nuttx/semaphore.h: ## @@ -59,6 +59,56 @@ {(c), (f), SEM_WAITLIST_INITIALIZER} #endif /* CONFIG_PRIORITY_INHERITANCE */ +/* Fast mutex lock/unlock pat

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007821358 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
raiden00pl commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007808006 ## canutils/lely-canopen/0003-tools-coctl.c-use-readline-and-fix-printf-issues.patch: ## @@ -0,0 +1,101 @@ +From 737d4b02ba71737a83be223001df6f53c5936ef8 Mon Sep

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
raiden00pl commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007782654 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git rep

Re: [PR] boards/xtensa: Add support for szpi-esp32s3 [nuttx]

2025-03-21 Thread via GitHub
JianyuWang0623 commented on code in PR #16027: URL: https://github.com/apache/nuttx/pull/16027#discussion_r2007714749 ## Documentation/platforms/xtensa/esp32s3/boards/lckfb-szpi-esp32s3/index.rst: ## @@ -0,0 +1,198 @@ +=== +LCKFB SZPI ESP32-S3 +==

Re: [PR] boards/xtensa: Add support for szpi-esp32s3 [nuttx]

2025-03-21 Thread via GitHub
JianyuWang0623 commented on code in PR #16027: URL: https://github.com/apache/nuttx/pull/16027#discussion_r2007714749 ## Documentation/platforms/xtensa/esp32s3/boards/lckfb-szpi-esp32s3/index.rst: ## @@ -0,0 +1,198 @@ +=== +LCKFB SZPI ESP32-S3 +==

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007274756 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

Re: [PR] boards/xtensa: Add support for szpi-esp32s3 [nuttx]

2025-03-21 Thread via GitHub
tmedicci commented on code in PR #16027: URL: https://github.com/apache/nuttx/pull/16027#discussion_r2007442824 ## Documentation/platforms/xtensa/esp32s3/boards/lckfb-szpi-esp32s3/index.rst: ## @@ -0,0 +1,198 @@ +=== +LCKFB SZPI ESP32-S3 +=== + +T

(nuttx) branch master updated: boards/esp32s3: Merge common configurations

2025-03-21 Thread tmedicci
This is an automated email from the ASF dual-hosted git repository. tmedicci 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 e513cea6da boards/esp32s3: Merge common configu

Re: [PR] boards/esp32s3: Merge common configurations [nuttx]

2025-03-21 Thread via GitHub
tmedicci merged PR #16025: URL: https://github.com/apache/nuttx/pull/16025 -- 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.apa

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-21 Thread via GitHub
simbit18 commented on code in PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2007321202 ## examples/fbcon/Kconfig: ## @@ -0,0 +1,205 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX

Re: [PR] driver/serial/cdcacm: Get the status of rx or tx buf by ioctl [nuttx]

2025-03-21 Thread via GitHub
lupyuen commented on PR #16029: URL: https://github.com/apache/nuttx/pull/16029#issuecomment-2743067408 Yep I restarted msys2. -- 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 commen

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
xiaoxiang781216 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2006707749 ## canutils/lely-canopen/0003-tools-coctl.c-use-readline-and-fix-printf-issues.patch: ## @@ -0,0 +1,101 @@ +From 737d4b02ba71737a83be223001df6f53c5936ef8 Mon

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-21 Thread via GitHub
nuttxpr commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2742996344 [**\[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] driver/serial/cdcacm: Get the status of rx or tx buf by ioctl [nuttx]

2025-03-21 Thread via GitHub
simbit18 commented on PR #16029: URL: https://github.com/apache/nuttx/pull/16029#issuecomment-2743034943 this issue is not about this PR ``` gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting

Re: [PR] Optimize mutex atomic fast path [nuttx]

2025-03-21 Thread via GitHub
pussuw commented on PR #16030: URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2743006736 This partially completes the discussion from here https://github.com/apache/nuttx/pull/14465 mutex holder still needs to be moved to userspace -- This is an automated message from

Re: [PR] Update gd55.c to fix uninitialised variables [nuttx]

2025-03-21 Thread via GitHub
TimJTi commented on PR #16021: URL: https://github.com/apache/nuttx/pull/16021#issuecomment-2743001898 @jerpelea > please add a commit message and title ex: "drivers/mtd/gd55: fix uninitialised variables this commit fixes errors reported by the compiler" if I pull this and do

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-21 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2742932303 @cederom > Hmm was this PR marked DRAFT and merged? We need to be more careful as it broke master build for all other boards/config even those not using fbcon. DRAFT means NO MERGE!

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-21 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2742941017 > > 2. Is it possible it was merged before the checks on the last push had finished CI? Is this visible to me or, if not, can someone check just be sure? > > CI Checks didn't catc

Re: [PR] Add fbcon example [nuttx-apps]

2025-03-21 Thread via GitHub
TimJTi commented on PR #3029: URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2742908952 > @cederom I think it was marked Ready For Review yesterday? > > * [Add fbcon example #3029 (comment)](https://github.com/apache/nuttx-apps/pull/3029#event-16882080694) @ce

Re: [PR] fix build for canutilis/lely-canopen [nuttx-apps]

2025-03-21 Thread via GitHub
simbit18 commented on code in PR #3030: URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007190413 ## canutils/lely-canopen/Makefile: ## @@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c endif # Download and unpack tarball if no git repo

Re: [PR] driver/serial/cdcacm: Get the status of rx or tx buf by ioctl [nuttx]

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

Re: [I] [BUG] icmpv6 responses generated by udp_input are not handled properly in sixlowpan [nuttx]

2025-03-21 Thread via GitHub
Laczen commented on issue #15972: URL: https://github.com/apache/nuttx/issues/15972#issuecomment-2742630941 Solved by #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.

Re: [I] [BUG] icmpv6 responses generated by udp_input are not handled properly in sixlowpan [nuttx]

2025-03-21 Thread via GitHub
Laczen closed issue #15972: [BUG] icmpv6 responses generated by udp_input are not handled properly in sixlowpan URL: https://github.com/apache/nuttx/issues/15972 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Documentation/games: Add snake game docs [nuttx]

2025-03-21 Thread via GitHub
eren-terzioglu closed pull request #16007: Documentation/games: Add snake game docs URL: https://github.com/apache/nuttx/pull/16007 -- 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 comme

Re: [PR] Documentation/xtensa/esp32: Add snake game documentation [nuttx]

2025-03-21 Thread via GitHub
eren-terzioglu commented on PR #16006: URL: https://github.com/apache/nuttx/pull/16006#issuecomment-2742616633 > Should this and other PR (#16007) be in same PR? Merged, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] driver/serial/cdcacm: Get the status of rx or tx buf by ioctl [nuttx]

2025-03-21 Thread via GitHub
yangsong8-a1 opened a new pull request, #16029: URL: https://github.com/apache/nuttx/pull/16029 ## Summary fix issue https://github.com/apache/nuttx/issues/16004. In cdcacm, USB req buf is directly used as serial buf, so the operation about buf status in ioctl is different from t