Results 127 comments of Adam Gausmann

That might be out of scope for this crate. For example, `stm32-usbd` doesn't deal with pins at all, it only manages the USB peripheral. Managing pin states is left to...

Starting at the "base" position (i.e. `$fen`, set by the `fen` command), your engine should apply the moves provided in the `$moves` list (modified by the `move`/`unmove`/`moves` command) to get...

Would you mind taking a look at #14 ? I've tried to reword those docs to hopefully make it more clear in general.

I fail to see how it "no longer applies". `main` has not moved since I created this. If you'd like, I can recreate the scenario / the commands I tried...

> On the Nucleo-H743ZI, I see that AXI ram is mapped (as `RAM_D1`). Why would on-chip RAM be declared in the board file instead of the MCU target file?

Thank you for the compliment! If you think it should be listed, feel free to add it to the wiki. Anyone can edit it, you just have to request an...

Using downsampled data for bounds and auto-range calculation is dubious in general, because it's a cyclic dependency. In another example case, I've observed a feedback loop with log plots where...

Here's an update for this, I was able to workaround it by overriding the `dataBounds` method: ```python class PlotDataItem(pyqtgraph.PlotDataItem): def dataBounds(self, ax, frac=1, orthoRange=None): """Fixes empty bounds being returned for...

I think this has been implemented by #2297 ?

I am scrolling with a mouse, this is on a desktop. Another odd thing I just found out, I can't reproduce it on bare metal, it's happening only inside Virtualbox,...