probe-rs / embedded-test

A test harness and runner for embedded devices
67 stars 10 forks source link

Upstream semihosting crate changes, to also support cortex-m #13

Closed t-moe closed 11 months ago

t-moe commented 11 months ago

Current builds on cortex-m will fail because of https://github.com/probe-rs/embedded-test/blob/master/src/semihosting_ext.rs#L166-L208 being riscv only

t-moe commented 11 months ago

https://github.com/taiki-e/semihosting/pull/7

t-moe commented 11 months ago

Fixed in 0.2.2