[PR] adding "edit on github" option in docs [nuttx]

2025-05-24 Thread via GitHub
abisop opened a new pull request, #16440: URL: https://github.com/apache/nuttx/pull/16440 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* "edit on github " option in docs Follow up from: https://github.com/apac

Re: [I] [FEATURE] Nuttx Documentation improvemet [nuttx]

2025-05-24 Thread via GitHub
raiden00pl commented on issue #16432: URL: https://github.com/apache/nuttx/issues/16432#issuecomment-2907629884 `mySt` is just a workaround to support legacy documentation format that is slowly being migrated to rst. Once everything is migrated, it should be removed. -- This is an autom

Re: [I] [FEATURE] Nuttx Documentation improvemet [nuttx]

2025-05-24 Thread via GitHub
abisop commented on issue #16432: URL: https://github.com/apache/nuttx/issues/16432#issuecomment-2907608665 @acassis @raiden00pl Should we add "edit on github" option. this will allow people to edit easily. So if someone finds small typo they will be able to add PR for change with ease

Re: [I] [FEATURE] Nuttx Documentation improvemet [nuttx]

2025-05-24 Thread via GitHub
abisop commented on issue #16432: URL: https://github.com/apache/nuttx/issues/16432#issuecomment-2907607954 > We currently use several features in Sphinx that are not available by default in Markdown like cross-referencing or TOC generation, so this is not so simple migration even if we agr

Re: [I] Documentation: port remaining README.txt in platforms [nuttx]

2025-05-24 Thread via GitHub
linguini1 commented on issue #11077: URL: https://github.com/apache/nuttx/issues/11077#issuecomment-2907572983 Complete in #16439 - avr/at90usb/boards/micropendous3/README.txt - avr/at90usb/boards/teensy-2.0/README.txt -- This is an automated message from the Apache Git Service. To

Re: [PR] Reduce the size of tcb [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on PR #15345: URL: https://github.com/apache/nuttx/pull/15345#issuecomment-2907555822 Ok, I understand the situation now: nxsig_deliver is only referenced by nxsig_queue_action before the change, which mean nxsig_deliver will be included only when some code really

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2106061765 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,81 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mD

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2106061317 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,81 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mD

(nuttx) branch master updated: drivers/sensors: add missing SENSORS prefix after d68476796a

2025-05-24 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 1775528beb drivers/sensors: add missing SENSOR

Re: [PR] drivers/sensors: add missing SENSORS prefix after d68476796a [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 merged PR #16438: URL: https://github.com/apache/nuttx/pull/16438 -- 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

[PR] DOCS: AVR README.txt migration [nuttx]

2025-05-24 Thread via GitHub
linguini1 opened a new pull request, #16439: URL: https://github.com/apache/nuttx/pull/16439 ## Summary Migrate README.txt for at90usb chip boards to RST format as part of #11077. ## Impact Impact only on Documentation by making legacy docs more compatible with our curre

Re: [I] [FEATURE] Nuttx Documentation improvemet [nuttx]

2025-05-24 Thread via GitHub
raiden00pl commented on issue #16432: URL: https://github.com/apache/nuttx/issues/16432#issuecomment-2906951854 @abisop We currently use several features in Sphinx that are not available by default in Markdown like cross-referencing or TOC generation, so this is not so simple migration even

Re: [PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-24 Thread via GitHub
raiden00pl commented on PR #16425: URL: https://github.com/apache/nuttx/pull/16425#issuecomment-2906941671 CONFIG_SENSORS_ is the correct way. Fixed here https://github.com/apache/nuttx/pull/16438 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[PR] drivers/sensors: add missing SENSORS prefix after d68476796a [nuttx]

2025-05-24 Thread via GitHub
raiden00pl opened a new pull request, #16438: URL: https://github.com/apache/nuttx/pull/16438 ## Summary add missing SENSORS prefix after d68476796a for some sensors ## Impact fix for https://github.com/apache/nuttx/pull/16425#issuecomment-2906930797 ## Testing

Re: [PR] drivers/sensors: fix various coding style issues [nuttx]

2025-05-24 Thread via GitHub
linguini1 commented on PR #16425: URL: https://github.com/apache/nuttx/pull/16425#issuecomment-2906930797 This PR broke several sensors. Specifically I know at least about the NAU7802, since the Kconfig options were changed in the Kconfig files and not in the corresponding C files. Could yo

Re: [PR] refactor: fix spelling in private field names [nuttx]

2025-05-24 Thread via GitHub
sumpfralle commented on PR #16436: URL: https://github.com/apache/nuttx/pull/16436#issuecomment-2906909927 > @sumpfralle could you enable the similar check in apps/ side? Thanks. Yes, I will do that. Thanks for merging! -- This is an automated message from the Apache Git Service. To

[PR] fs/inode: Fix inoderemove when removing an inode without parent [nuttx]

2025-05-24 Thread via GitHub
acassis opened a new pull request, #16437: URL: https://github.com/apache/nuttx/pull/16437 ## Summary This modification ensures that inoderemove will error instead of trying to remove an inode without parent. This fix was implement by Richard Jiayang Liu. ## Impact

Re: [PR] bcm2711/spi: Create interrupt-based SPI driver [nuttx]

2025-05-24 Thread via GitHub
acassis merged PR #16428: URL: https://github.com/apache/nuttx/pull/16428 -- 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: bcm2711/spi: Create interrupt-based SPI driver.

2025-05-24 Thread acassis
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 3feb9985a5 bcm2711/spi: Create interrupt-based S

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
TimJTi commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2105860904 ## netutils/mdns/Makefile: ## @@ -0,0 +1,110 @@ + +# netutils/mdns/Makefile +# +# SPDX-Lic

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
TimJTi commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2105860904 ## netutils/mdns/Makefile: ## @@ -0,0 +1,110 @@ + +# netutils/mdns/Makefile +# +# SPDX-Lic

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
TimJTi commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2105858227 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,81 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mDNS librar

Re: [PR] Remove ndelay_accurate [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on PR #14450: URL: https://github.com/apache/nuttx/pull/14450#issuecomment-2906883844 > ## Summary > > Currently up_ndelay & up_udelay are completely broken; they always sleep very long time (at least to the end of currently ongoing tick), due to the current

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
TimJTi commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2105857460 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,81 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mDNS librar

Re: [PR] netutils: add mDNS library support [nuttx-apps]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #3081: URL: https://github.com/apache/nuttx-apps/pull/3081#discussion_r2105851272 ## netutils/mdns/Kconfig: ## @@ -0,0 +1,81 @@ +config LIB_MDNS + bool "MDNS library" + default n + ---help--- + Enable the mD

Re: [PR] Reduce the size of tcb [nuttx]

2025-05-24 Thread via GitHub
raiden00pl commented on PR #15345: URL: https://github.com/apache/nuttx/pull/15345#issuecomment-2906871526 @xiaoxiang781216 you are wrong. This change is exactly to blame. `nxsig_deliver()` can't be properly optimized by compiler now, even if the signals are not used by the system.

Re: [PR] Reduce the size of tcb [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on PR #15345: URL: https://github.com/apache/nuttx/pull/15345#issuecomment-2906859478 @raiden00pl this patch just change the pointer operation(assignment and test) to the related bit flag operation, I doubt that this change could increase 2KB flash size, so let's p

Re: [PR] Resolving the issue of fdcheck reporting errors when an epoll file descriptor (fd) is closed [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on PR #16431: URL: https://github.com/apache/nuttx/pull/16431#issuecomment-2906852037 > I completely agree with @pussuw here! There is nice cleanup available for the FDs in PR #16361, which fixes the operation to be acc. to the posix. > Yes, all agree #16

Re: [PR] Resolving the issue of fdcheck reporting errors when an epoll file descriptor (fd) is closed [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on PR #16431: URL: https://github.com/apache/nuttx/pull/16431#issuecomment-2906850406 @pussuw here is our plan: 1. Merge the file handle related fix found in our internal stress test before your file handle restructure patch 2. Resolve the conflict in your

Re: [PR] refactor: fix spelling in private field names [nuttx]

2025-05-24 Thread via GitHub
acassis merged PR #16436: URL: https://github.com/apache/nuttx/pull/16436 -- 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] refactor: fix spelling in private field names [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 commented on PR #16436: URL: https://github.com/apache/nuttx/pull/16436#issuecomment-2906834564 @sumpfralle could you enable the similar check in apps/ side? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

(nuttx) branch master updated: arch/sim/sim_canchar.c: fix compilation when CAN FD is disabled

2025-05-24 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 7cb09d96e3 arch/sim/sim_canchar.c: fix compila

Re: [PR] arch/sim/sim_canchar.c: fix compilation when CAN FD is disabled [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 merged PR #16433: URL: https://github.com/apache/nuttx/pull/16433 -- 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] arch/arm/src/samv7/sam_us.c: disable interrupts for flash access [nuttx]

2025-05-24 Thread via GitHub
xiaoxiang781216 merged PR #16434: URL: https://github.com/apache/nuttx/pull/16434 -- 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) branch master updated: arch/arm/src/samv7/sam_us.c: disable interrupts for flash access

2025-05-24 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 9c4593e183 arch/arm/src/samv7/sam_us.c: disabl

(nuttx) branch master updated: refactor: fix spelling in private field names

2025-05-24 Thread acassis
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 e5b675d4dc refactor: fix spelling in private fie

Re: [I] [FEATURE] Nuttx Documentation improvemet [nuttx]

2025-05-24 Thread via GitHub
acassis commented on issue #16432: URL: https://github.com/apache/nuttx/issues/16432#issuecomment-2906813197 @abisop I think your intention is good and we need people like you to improve NuttX, buf if you get some way to improve the site design without moving to Markdown it should be better