xiaoxiang781216 commented on issue #128:
URL: https://github.com/apache/nuttx-website/issues/128#issuecomment-2620811168
after you create a pr, you can link the pr with this issue, so we don't need
create a new one.
--
This is an automated message from the Apache Git Service.
To respond t
xiaoxiang781216 commented on PR #15705:
URL: https://github.com/apache/nuttx/pull/15705#issuecomment-2620809436
https://docs.kernel.org/locking/locktypes.html contain the detailed
information, here is the keypoint:
https://github.com/user-attachments/assets/9c3314ff-e647-4578-a9b5-d4ed80b
xiaoxiang781216 commented on code in PR #15705:
URL: https://github.com/apache/nuttx/pull/15705#discussion_r1933312996
##
include/nuttx/spinlock.h:
##
@@ -278,8 +278,6 @@ spin_lock_nopreempt(FAR volatile spinlock_t *lock)
#ifdef CONFIG_SPINLOCK
static inline_function void spin
xiaoxiang781216 merged PR #2967:
URL: https://github.com/apache/nuttx-apps/pull/2967
--
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...
adityalaxkar123 commented on issue #128:
URL: https://github.com/apache/nuttx-website/issues/128#issuecomment-2620801615
@xiaoxiang781216 i read the instruction of contributing to that website and
the steps which i have to follows.
if you assigned me the issue than i started working on th
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
The following commit(s) were added to refs/heads/master by this push:
new 18838d23b examples/rust: Add basic Slint
xiaoxiang781216 commented on issue #128:
URL: https://github.com/apache/nuttx-website/issues/128#issuecomment-2620760292
@adityalaxkar123 please follow
https://nuttx.apache.org/docs/latest/contributing/making-changes.html.
and change the url to https://github.com/apache/nuttx-website
--
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
The following commit(s) were added to refs/heads/master by this push:
new 285607608 tools/Rust: Add support for x86
xiaoxiang781216 merged PR #2980:
URL: https://github.com/apache/nuttx-apps/pull/2980
--
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...
xiaoxiang781216 merged PR #15710:
URL: https://github.com/apache/nuttx/pull/15710
--
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 7240565ca3 boards/linum-stm32h753bi: Fix LVGL
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 abcbb1eebd tools/Rust.defs: Use 'gnu' target for Linux and 'darwin'
for macOS
add 68d1750c12 docs: Rename hell
xiaoxiang781216 merged PR #15711:
URL: https://github.com/apache/nuttx/pull/15711
--
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
no1wudi opened a new pull request, #15711:
URL: https://github.com/apache/nuttx/pull/15711
## Summary
- The `hello_rust` example has been moved to `rust/baremetal` to better
reflect its purpose as a bare-metal Rust application.
- The move also helps in organizing the Rust examples more
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 9f536217d1 Publishing web: c9485a
hartmannathan commented on code in PR #15710:
URL: https://github.com/apache/nuttx/pull/15710#discussion_r1932887472
##
Documentation/platforms/arm/stm32h7/boards/linum-stm32h753bi/index.rst:
##
@@ -886,17 +886,12 @@ To verify if the display is functioning correctly, use
the **
hartmannathan commented on code in PR #15710:
URL: https://github.com/apache/nuttx/pull/15710#discussion_r1932886251
##
Documentation/platforms/arm/stm32h7/boards/linum-stm32h753bi/index.rst:
##
@@ -886,17 +886,12 @@ To verify if the display is functioning correctly, use
the **
acassis commented on issue #15666:
URL: https://github.com/apache/nuttx/issues/15666#issuecomment-2619805403
@hujun260 @casaroli any idea about this issue?
--
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
JorgeGzm closed pull request #15710: boards/linum-stm32h753bi: Fix lvgl example
URL: https://github.com/apache/nuttx/pull/15710
--
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.
cederom commented on PR #2979:
URL: https://github.com/apache/nuttx-apps/pull/2979#issuecomment-2619369269
Where that build error comes from? Should `logs` be added to `.gitignore` ?
If `ostest` fails then CI fails too?
--
This is an automated message from the Apache Git Service.
To respo
adityalaxkar123 opened a new issue, #128:
URL: https://github.com/apache/nuttx-website/issues/128
the webpage is not mobile friendly. this can be improved.
the snapshot of issue:

acassis commented on PR #15705:
URL: https://github.com/apache/nuttx/pull/15705#issuecomment-2619267720
@anchao nice work! Please update our Documentation/ (
https://nuttx.apache.org/docs/latest/implementation/critical_sections.html ) to
include these spinlock details!
--
This is an auto
nuttxpr commented on PR #15710:
URL: https://github.com/apache/nuttx/pull/15710#issuecomment-2618996717
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requirements.
JorgeGzm opened a new pull request, #15710:
URL: https://github.com/apache/nuttx/pull/15710
## Summary
Fix lvgl example from linum board
## Impact
Use the example without errors.
## Testing
```
./tools/configure.sh linum-stm32h753bi:lvgl
```
--
This
no1wudi opened a new pull request, #2980:
URL: https://github.com/apache/nuttx-apps/pull/2980
## Summary
- Added support for x86 and x86_64 architectures in the Rust build system
- Updated `nuttx_rust_target_triple` function in
`cmake/nuttx_add_rust.cmake` to handle x86 and x86_64 targ
nuttxpr commented on PR #2980:
URL: https://github.com/apache/nuttx-apps/pull/2980#issuecomment-2618865785
[**\[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,
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 689aa55e01 Initial STM32H5 USB Commit
new a2e8bb83a4 sim: Align LLVM target info across CMake and Makefile
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 a2e8bb83a4d323d7720ca6a7aadda8e809c9fdfa
Author: Huang Qi
AuthorDate: Mon Jan 27 10:59:14 2025 +0800
sim: Align L
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 abcbb1eebd2c7186e2f0e5683eec490b905b49c0
Author: Huang Qi
AuthorDate: Mon Jan 27 22:43:38 2025 +0800
tools/Rust.d
xiaoxiang781216 merged PR #15706:
URL: https://github.com/apache/nuttx/pull/15706
--
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 #15709:
URL: https://github.com/apache/nuttx/pull/15709
--
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 #15703:
URL: https://github.com/apache/nuttx/pull/15703
--
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
32 matches
Mail list logo