Matt Sullivan
Matt Sullivan
### Description I am using GitLens for VS Code in WSL via the WSL extension. This does not occur when using GitLens on Windows. Frequently, when I do a command...
When running `cargo test` on 8019e8a, on a Windows 11 machine, there is a build error that occurs before any tests can be executed. I don't particularly feel the need...
`bhy2_get_and_process_fifo` does not fire callbacks that were added with `bhy2_register_fifo_parse_callback` The reason for this is that the callback is not properly retrieved in the `get_callback_info` function. There are bugs on...
I am trying to get I2C working with DMA on a MAX32666 and finding that it does not work. I set up my code based on the example at https://github.com/analogdevicesinc/msdk/tree/main/Examples/MAX32665/I2C...