Ah, so this idea is in fact about reference hardware :-)
Thanks Matteo for your great work on documentation! :-)
Tomek
On Tue, Jun 10, 2025 at 12:13 AM Matteo Golin wrote:
>
> Hey Tomek,
>
> I added a template for new boards here actually:
> https://github.com/apache/nuttx/pull/16405
>
> I agre
Hey Tomek,
I added a template for new boards here actually:
https://github.com/apache/nuttx/pull/16405
I agree about the STM32 docs though, I'd like to help tackle those once the
legacy READMEs are ported and the application docs are closer to being
filled out.
Matteo
On Mon, Jun 9, 2025, 5:22
On Fri, Jun 6, 2025 at 2:55 AM Jacob Dahl wrote:
>
> Hi, this is my first time posting in the mailing list. I'm an embedded
> software engineer and I primarily work on the PX4-Autopilot project. I
> recently implemented Bidirectional DShot in PX4 which uses Timer Burst with
> DMA to simultaneously
Thanks Alan :-)
It would be nice to have a template for new boards along with
documentation, and maybe update existing boards when some standard is
ready :-)
https://github.com/acassis/nuttx_board_std - I get 404 here o_O
I have question here, when looking at STM32 mcus/boards these seem to
have
Hi Everyone,
To implement the item 11 of the actions to improve NuttX:
https://github.com/apache/nuttx/issues/16278 I requested ChatGPT to list
the most common signals/interfaces existent on NuttX:
https://chatgpt.com/share/6841d483-5400-8012-ada6-b962d215f410
So I created a project to Document a
Hi KR,
the patches have been updated
https://github.com/apache/nuttx/pull/16466
Best regads
Alin
Från: kr@kerogit.eu
Skickat: den 9 juni 2025 12:12
Till: dev@nuttx.apache.org
Ämne: Re: Sv: RFC: fix race conditions in drivers/serial/serial.c
Hello, reworked
Hello,
reworked version of the series is in branch uart_fixes_rfc3 and also
attached. This version incorporates xiaoxiang781216's suggestion on
GitHub to simply make the buffer size stored in uint8_t variable if the
architecture cannot handle 16-bit loads atomically.
Fix for TOCTOU in waterm
Hi KR,
your patch has been submitted
https://github.com/apache/nuttx/pull/16498
Best regards
Alin
Från: kr@kerogit.eu
Skickat: den 5 juni 2025 16:44
Till: dev@nuttx.apache.org
Ämne: RFC: fix of atomic functions on AVR
Hello, I would like to submit a patch f