diff options
author | 2018-09-17 23:56:49 +0000 | |
---|---|---|
committer | 2018-09-17 23:56:49 +0000 | |
commit | 03f9290a06bb63fc11436631a1c311299ed9efad (patch) | |
tree | bbb6d028b300d9bf90a40ae46650f34b939e69fe /cortex-m-rt/examples/qemu.rs | |
parent | 98ce8a1f5d30e3c5c421c0e9c19c078cea7c0473 (diff) | |
parent | 85c85dca701989b83644b26af451cda5a12a9508 (diff) | |
download | cortex-m-03f9290a06bb63fc11436631a1c311299ed9efad.tar.gz cortex-m-03f9290a06bb63fc11436631a1c311299ed9efad.tar.zst cortex-m-03f9290a06bb63fc11436631a1c311299ed9efad.zip |
Merge #124
124: use panic-halt instead of panic-{abort,semihosting} r=therealprof a=japaric
the former requires a feature gate; the later pulls in the cortex-m crate
Eventually we want to test this crate on beta. To do that our dependencies must
not contain feature gates. That's not the case of `panic-abort`, which depends
on the `core_intrinsics` feature.
This PR fixes that. I could have used `panic-semihosting` everywhere but decided
for `panic-halt` which has zero dependencies as I figured that might slightly
decrease CI times.
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'cortex-m-rt/examples/qemu.rs')
0 files changed, 0 insertions, 0 deletions