Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-25 | Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, ↵ | 1 | -17/+13 | ||
add inline to most cortex_m::asm methods | |||||
2019-08-19 | Enable building semihosting for Armv8m | 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-16 | Bump cortex-m dev-dep to 0.6 (it's only a dev-dep and so doesn't affect ↵ | 1 | -4/+15 | ||
other packages) Disable the semihosting test on thumbv8, as it's currently unsupported in cortex-m-semihosting | |||||
2018-09-21 | remove unneeded code and dependencies. | 1 | -28/+2 | ||
2018-09-21 | make build pass. | 1 | -17/+19 | ||
2018-09-19 | [rust/ci/qemu] main for qemu run. | 1 | -0/+53 | ||
- taken from japaric/lm3s6965evb |