Re: [I] [BUG] RP2040 Unstability, garbled NSH [nuttx]

2025-05-03 Thread via GitHub
sumpfralle commented on issue #16305: URL: https://github.com/apache/nuttx/issues/16305#issuecomment-2848918553 Thank you for reporting this! Up to now I only ever used the `rp2040` board with nuttx. Thus, I somehow wrongly assumed, that the garbled output is a general (cosmetic) issu

Re: [PR] Fix problematic spelling issues [nuttx]

2025-05-03 Thread via GitHub
nuttxpr commented on PR #16310: URL: https://github.com/apache/nuttx/pull/16310#issuecomment-2848886541 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit with

[PR] Fix problematic spelling issues [nuttx]

2025-05-03 Thread via GitHub
sumpfralle opened a new pull request, #16310: URL: https://github.com/apache/nuttx/pull/16310 ## Summary The introduction of [codespell](https://github.com/codespell-project/codespell/) led me to a few minor issues hidden in the nuttx code base. This changeset fixes these fair

(nuttx-website) branch asf-site updated: Publishing web: 16e1777b863bd27e3a00b7b779baf0131af07df6 docs: 7e99c9582bc2ea7269348f1fee1f49f6ad48d1dc

2025-05-03 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 84d83970b Publishing web: 16e1777

Re: [PR] drivers/misc/optee.c: Add an SMC64 driver for arm64 [nuttx]

2025-05-03 Thread via GitHub
acassis commented on PR #16309: URL: https://github.com/apache/nuttx/pull/16309#issuecomment-2848754528 Nice work @gpoulios ! If you can, please add an initial Documentation/ about optee on NuttX, that is something that people will need to use it. -- This is an automated message from the

Re: [PR] drivers/misc/optee.c: Add an SMC64 driver for arm64 [nuttx]

2025-05-03 Thread via GitHub
acassis commented on code in PR #16309: URL: https://github.com/apache/nuttx/pull/16309#discussion_r2072445096 ## arch/arm64/include/syscall.h: ## @@ -110,6 +110,50 @@ #define ARM_SMCC_RES_A6 (6) #define ARM_SMCC_RES_A7 (7) +#define ARM_SMCCC_STD_CALL0UL +#de

Re: [PR] drivers/misc/optee.c: Add an SMC64 driver for arm64 [nuttx]

2025-05-03 Thread via GitHub
gpoulios commented on PR #16309: URL: https://github.com/apache/nuttx/pull/16309#issuecomment-2848734568 Apologies in advance for the messed up diff of `optee.c`, by the time I realized that git loses track, it was already too late to start breaking it up in shorter commits. If that's an is

[PR] drivers/misc/optee.c: Add an SMC64 driver for arm64 [nuttx]

2025-05-03 Thread via GitHub
gpoulios opened a new pull request, #16309: URL: https://github.com/apache/nuttx/pull/16309 ## Summary So far NuttX has supported OP-TEE interfacing over local and RPMsg sockets. This PR introduces support for direct invocation of OP-TEE through arm64 SMCs. The code is largely inspir

[PR] arch/nrf53: fix broken RPMSG HCI server [nuttx]

2025-05-03 Thread via GitHub
raiden00pl opened a new pull request, #16308: URL: https://github.com/apache/nuttx/pull/16308 ## Summary fix broken RPMSG HCI server for nrf53 and fix nrf5340-dk configuration that use it ## Impact nimble with RPMSG HCI works again on nrf5340-dk ## Testing

Re: [PR] examples/optee: Introduce an OP-TEE client example [nuttx-apps]

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

[PR] examples/optee: Introduce an OP-TEE client example [nuttx-apps]

2025-05-03 Thread via GitHub
gpoulios opened a new pull request, #3069: URL: https://github.com/apache/nuttx-apps/pull/3069 ## Summary Add an example app that opens a session with the device pseudo-TA and enumerates the available devices (prints their UUIDs only). The example showcases: - opening the O

Re: [PR] Fixing example buttons.c and adding support for more buttons [nuttx]

2025-05-03 Thread via GitHub
nuttxpr commented on PR #16307: URL: https://github.com/apache/nuttx/pull/16307#issuecomment-2848622469 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) __Fill In The Commit Message:__ This PR contains a Commit with

[PR] Fixing example buttons.c and adding support for more buttons [nuttx]

2025-05-03 Thread via GitHub
vrmay23 opened a new pull request, #16307: URL: https://github.com/apache/nuttx/pull/16307 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Fixing the stm32_buttons.c for the board stm32-nucleo-f767zi and ad

Re: [PR] SAMA5 Add code to report the reset reason [nuttx]

2025-05-03 Thread via GitHub
TimJTi commented on code in PR #16303: URL: https://github.com/apache/nuttx/pull/16303#discussion_r2072388141 ## arch/arm/src/sama5/sam_systemreset.c: ## @@ -35,13 +35,63 @@ #include "arm_internal.h" #include "hardware/sam_rstc.h" +#include "sam_systemreset.h" #ifdef CONF

[PR] arch/arm/rp23xx: add dsp/fpu extensions support [nuttx]

2025-05-03 Thread via GitHub
shtirlic opened a new pull request, #16306: URL: https://github.com/apache/nuttx/pull/16306 ## Summary Each Arm Cortex-M33 processor in RP2350 is configured with Single precision FPU and DSP extension > The Cortex-M33 processor with FPU supports single-precision arithmetic as

Re: [PR] SAMA5 Add code to report the reset reason [nuttx]

2025-05-03 Thread via GitHub
TimJTi commented on code in PR #16303: URL: https://github.com/apache/nuttx/pull/16303#discussion_r2072365026 ## arch/arm/src/sama5/sam_systemreset.c: ## @@ -35,13 +35,63 @@ #include "arm_internal.h" #include "hardware/sam_rstc.h" +#include "sam_systemreset.h" #ifdef CONF

Re: [PR] Adding a single example for new joiners [nuttx-apps]

2025-05-03 Thread via GitHub
vrmay23 commented on PR #3065: URL: https://github.com/apache/nuttx-apps/pull/3065#issuecomment-2848479587 @cederom it is done! BR, Vinicius -- 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 g