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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
37 matches
Mail list logo