Re: [Article] Auto-Rewind for NuttX Daily Test

2025-02-08 Thread Tomek CEDRO
On Sat, Feb 8, 2025 at 9:08 PM Lee, Lup Yuen wrote: > If the Daily Test fails for NuttX … Can we Auto-Rewind and discover the > Breaking Commit? Let’s try this: > (1) Every Day: Ubuntu Cron shall trigger a Daily Build and Test of NuttX for > QEMU RISC-V > (2) If The Test Fails: Our Machine will

Re: [Article] Auto-Rewind for NuttX Daily Test

2025-02-08 Thread Tomek CEDRO
Aaah, so this is already runtime verification!! Awesome!! :-) The nuttx and nuttx-apps versions compatibility corss-cheks issue: https://github.com/apache/nuttx/issues/15791 And general top level CI Improvements Issue where we can attach sub issues :-) https://github.com/apache/nuttx/issues/157

Best way to go about generic driver

2025-02-08 Thread Matteo Golin
Hello, InSpace has been working on a driver for the RN2483 radio module. I am also using its sibling, the RN2903, on my flight computer. These chips are almost identical in their interface outside of the some of the available parameters (ex: they both use different frequency bands). I am wonder