aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/qemu.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, ↵Gravatar Adam Greig 1-17/+13
add inline to most cortex_m::asm methods
2019-08-19Enable building semihosting for Armv8mGravatar Aurabindo Jayamohanan 1-12/+0
Semihosting protocol has not changed for Arvmv8m and hence it need not be disabled for this architecture. Signed-off-by: Aurabindo Jayamohanan <mail@aurabindo.in>
2019-03-16Bump cortex-m dev-dep to 0.6 (it's only a dev-dep and so doesn't affect ↵Gravatar Jonathan 'theJPster' Pallant 1-4/+15
other packages) Disable the semihosting test on thumbv8, as it's currently unsupported in cortex-m-semihosting
2018-09-21remove unneeded code and dependencies.Gravatar Hideki Sekine 1-28/+2
2018-09-21make build pass.Gravatar Hideki Sekine 1-17/+19
2018-09-19[rust/ci/qemu] main for qemu run.Gravatar Hideki Sekine 1-0/+53
- taken from japaric/lm3s6965evb