Re: Bisecting with NuttX to find bugs

2025-01-16 Thread Lee, Lup Yuen
Thanks Matteo! NuttX Build History is actually stored in a (compact) Prometheus Time-Series Database. Somehow it's forgetting the old data, I need to fix this :-) https://lupyuen.org/articles/ci4.html BTW Our Prometheus Database stores a tiny snippet of the Build Log, pointing to the complete log

Re: Bisecting with NuttX to find bugs

2025-01-16 Thread Matteo Golin
Hello Lup, Thank you, this is actually an excellent resource for making sure the repos align. I'll definitely be using this! I suppose there is a tradeoff between its usefulness when bisecting and also having to store many days of data. I suppose tracking just the two commit hashes would be smalle

Re: Bisecting with NuttX to find bugs

2025-01-16 Thread Lee, Lup Yuen
Hi Matteo: Wonder if the NuttX Build History will help? For every past build, it shows the Commit Hashes for the NuttX Repo and NuttX Apps: https://nuttx-dashboard.org/d/fe2q876wubc3kc/nuttx-build-history?from=now-6M&to=now&timezone=browser&var-arch=$__all&var-subarch=$__all&var-board=w5500-evb-pi

Bisecting with NuttX to find bugs

2025-01-16 Thread Matteo Golin
Hello everyone, I am working on this issue about the W5500-EVB-Pico: https://github.com/apache/nuttx/issues/15549 I need to get the USB shell working since we are using this board as the controller for our hybrid rocket motor system. I am attempting to locate the commit breaking the shell using