Matt Ickstadt

Results 67 comments of Matt Ickstadt

Does passing it using the `Mutex` trait work? e.g. `fn do_work(counter: impl rtic::Mutex)`

See: https://github.com/xceedsoftware/wpftoolkit/pull/1195 And https://github.com/Dirkster99/AvalonDock/issues/73

I've been using the hs-probe for a long time, so I'm not sure. Okay with closing this, though.

I didn't know that libusb supported usbdk as a backend, I thought this was going to be a lot more work! From my 10 minutes of research, usbdk should bypass...

I got this working: https://github.com/jonas-schievink/jaylink/compare/master...mattico:72d8ac9 Some notes to myself: 1. probe_run enumerates the device, closes it, then immediately tries to enumerate it again to open the device. UsbDk doesn't release...

I suggest you use https://github.com/dtolnay/serde-stacker to convert the index to JSON. I don't think I want to make this the default behavior.

I remember working on something similar a long time ago but came to the conclusion that it was already fast enough. Would anybody be bothered if it took 100ms to...

@Jonarw no worries! Rebased. The merge conflicts were only from the changelog. Feel free to update the PR in the future if necessary.

Turns out the STM32H7 HAL already provides `read_block` and `write_block` functions (while not exposing the cmd functions). This `Transport` interface might be useful for sharing the protocol implementation among several...

Yeah, it seems a bit silly to use the single-byte SPI methods looking at this now. SDIO does seem like a not-ideal name due to the existence of SD I/O...