knurling-rs / probe-run

Run embedded programs just like native ones
Apache License 2.0
644 stars 75 forks source link

Update probe-rs, probe-rs-rtt to 0.12 #285

Closed korken89 closed 2 years ago

korken89 commented 2 years ago

Probe-rs 0.12 was just released. This updates the dependency and fixes the breaking changes.

Tested the binary using an STM32 Nucleo devboard.

jonathanpallant commented 2 years ago

Thanks for this @korken89! I'm very excited to see RP2040 support :)

Works OK for me on an STM32 Nucleo as well. Would like to hear from @japaric or @jonas-schievink or someone with an nRF52840 just as a double-check before merging though.

jonathanpallant commented 2 years ago

Edit, works OK on the Raspberry Pi Pico too (using a second Pico running the CMSIS-DAP firmware).

newAM commented 2 years ago

This fixes #255

jonas-schievink commented 2 years ago

A quick test on the nRF52840 seems to work fine as well

jonas-schievink commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded:

newAM commented 2 years ago

Would it be possible to get a release with this change included? This would help out a lot of people using the STM32WL; it fixes #255 and https://github.com/stm32-rs/stm32wlxx-hal/issues/74.