flipperzero
flipperzero copied to clipboard
flipperzero: Enable Miri to start running the tests
trafficstars
It doesn't successfully run the tests because Miri doesn't yet support FFI, but these changes enable the following command to actually start:
MIRI_NO_STD=1 cargo miri test --target thumbv7em-none-eabihf
Part of flipperzero-rs/flipperzero#100.
Force-pushed to address comments.
Pushed a commit to switch to latest nightly for stabilised cfg_target_abi (and fix resulting Clippy lints).