Adam Greig

Results 316 comments of Adam Greig
trafficstars

I ran into this issue a while ago and we discussed it on Matrix [here](https://matrix.to/#/!RxaQWWMYJTsVdHEKmL:matrix.org/$vnuQufdKkdZGUfw0cnn2b3dyAC522ObJ-SZu0_D-DOo?via=matrix.org); in short yes, the ARP request is transmitted in place of the ICMP echo response,...

I seem to remember a long while ago seeing a guideline that projects should have working CI for inclusion but I certainly can't find it now so I'm probably misremembering....

A key idea of "builds on stable" is that it _really_ should remain true thereafter, which is why it's such a nice milestone that embedded apps can finally build on...

I think if the submitter files a PR to report their crate builds on stable that's fine; we could encourage they have CI showing it builds on stable (really no...

I'm also very interested in this; I have an old demo [here](https://github.com/adamgreig/stm32f4-smoltcp/tree/ptp) and [here](https://github.com/adamgreig/stm32f4-smoltcp-demo/tree/ptp) that did time sync using PTP on an F4, but the STM32F4/F7 has a different MAC...

Aw, the _one thing_ that makes a cmsis-dap probe cmsis-dap is that it has to say "CMSIS-DAP" in the product string!! It's not like you even have to get tested...

Interestingly it looks like using the path provided by hidapi let them check if the interface says "CMSIS-DAP" instead of the product string - we could probably do the same...

I wrote this just for CMSIS-DAP with a vague idea to one day build it into probe-rs, but you might find it useful: https://github.com/adamgreig/jtagdap/blob/master/src/jtag.rs

That's a shame. Could you attach a trace log?

Set RUST_LOG environment variable to "trace" when running.