Re: [I] website is not mobile friendly [nuttx-website]

2025-01-28 Thread via GitHub
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

Re: [PR] sched/spin_lock: rename raw_spin_* to spin_*_notrace [nuttx]

2025-01-28 Thread via GitHub
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

Re: [PR] sched/spin_lock: rename raw_spin_* to spin_*_notrace [nuttx]

2025-01-28 Thread via GitHub
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

Re: [PR] examples/rust: Add basic Slint example [nuttx-apps]

2025-01-28 Thread via GitHub
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...

Re: [I] website is not mobile friendly [nuttx-website]

2025-01-28 Thread via GitHub
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

(nuttx-apps) branch master updated: examples/rust: Add basic Slint example

2025-01-28 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 18838d23b examples/rust: Add basic Slint

Re: [I] website is not mobile friendly [nuttx-website]

2025-01-28 Thread via GitHub
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 --

(nuttx-apps) branch master updated: tools/Rust: Add support for x86 platform

2025-01-28 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 285607608 tools/Rust: Add support for x86

Re: [PR] tools/Rust: Add support for x86 platform [nuttx-apps]

2025-01-28 Thread via GitHub
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...

Re: [PR] boards/linum-stm32h753bi: Fix lvgl example [nuttx]

2025-01-28 Thread via GitHub
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

(nuttx) branch master updated: boards/linum-stm32h753bi: Fix LVGL video memory allocation

2025-01-28 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 7240565ca3 boards/linum-stm32h753bi: Fix LVGL

(nuttx) branch master updated (abcbb1eebd -> 68d1750c12)

2025-01-28 Thread xiaoxiang
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

Re: [PR] docs: Rename hello_rust to rust/baremetal to reflect the actual codebase [nuttx]

2025-01-28 Thread via GitHub
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

[PR] docs: Rename hello_rust to rust/baremetal to reflect the actual codebase [nuttx]

2025-01-28 Thread via GitHub
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

(nuttx-website) branch asf-site updated: Publishing web: c9485a98e52c59e17f5874dcfcda910d849854c2 docs: abcbb1eebd2c7186e2f0e5683eec490b905b49c0

2025-01-28 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 9f536217d1 Publishing web: c9485a

Re: [PR] boards/linum-stm32h753bi: Fix lvgl example [nuttx]

2025-01-28 Thread via GitHub
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 **

Re: [PR] boards/linum-stm32h753bi: Fix lvgl example [nuttx]

2025-01-28 Thread via GitHub
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 **

Re: [I] [BUG] RP23XX "Return board unique ID" feature is broken [nuttx]

2025-01-28 Thread via GitHub
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

Re: [PR] boards/linum-stm32h753bi: Fix lvgl example [nuttx]

2025-01-28 Thread via GitHub
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.

Re: [PR] ostest: fix cmake build break [nuttx-apps]

2025-01-28 Thread via GitHub
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

[I] website is not mobile friendly [nuttx-website]

2025-01-28 Thread via GitHub
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: ![Image](https://github.com/user-attachments/assets/a9d19290-be73-46c5-8863-aa117155c197)

Re: [PR] sched/spin_lock: rename raw_spin_* to spin_*_notrace [nuttx]

2025-01-28 Thread via GitHub
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

Re: [PR] boards/linum-stm32h753bi: Fix lvgl example [nuttx]

2025-01-28 Thread via GitHub
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.

[PR] boards/linum-stm32h753bi: Fix lvgl example [nuttx]

2025-01-28 Thread via GitHub
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

[PR] tools/Rust: Add support for x86 platform [nuttx-apps]

2025-01-28 Thread via GitHub
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

Re: [PR] tools/Rust: Add support for x86 platform [nuttx-apps]

2025-01-28 Thread via GitHub
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,

(nuttx) branch master updated (689aa55e01 -> abcbb1eebd)

2025-01-28 Thread xiaoxiang
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

(nuttx) 01/02: sim: Align LLVM target info across CMake and Makefile

2025-01-28 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 commit a2e8bb83a4d323d7720ca6a7aadda8e809c9fdfa Author: Huang Qi AuthorDate: Mon Jan 27 10:59:14 2025 +0800 sim: Align L

(nuttx) 02/02: tools/Rust.defs: Use 'gnu' target for Linux and 'darwin' for macOS

2025-01-28 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 commit abcbb1eebd2c7186e2f0e5683eec490b905b49c0 Author: Huang Qi AuthorDate: Mon Jan 27 22:43:38 2025 +0800 tools/Rust.d

Re: [PR] sim: Align LLVM target info across CMake and Makefile [nuttx]

2025-01-28 Thread via GitHub
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

Re: [PR] Initial STM32H5 USB Commit [nuttx]

2025-01-28 Thread via GitHub
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

Re: [PR] LIS2MDL UORB driver [nuttx]

2025-01-28 Thread via GitHub
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