Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-29 | semihosting: add Safety docstring to syscall | 1 | -0/+11 | ||
2022-02-25 | Put inline asm directly into cortex-m-semihosting so it doesn't need to ↵ | 1 | -1/+7 | ||
depend on cortex-m 0.8 | |||||
2022-02-25 | Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, ↵ | 1 | -12/+1 | ||
add inline to most cortex_m::asm methods | |||||
2022-02-24 | Remove outlined asm, replace with stable inline asm. | 1 | -17/+1 | ||
2022-01-21 | Fix cortex-m-semihosting inline-asm on nightly | 1 | -3/+7 | ||
2021-02-09 | Fix rust-lld: error: undefined symbol: __syscall | 1 | -2/+2 | ||
Encountered while building an example from stm32-rs/stm32f3xx-hal | |||||
2020-10-26 | Format everything | 1 | -3/+1 | ||
2020-10-14 | Merge HStdout and HStderr into the same type | 1 | -6/+2 | ||
This commit copies https://github.com/rust-embedded/cortex-m-semihosting/pull/41 into the cortex-m repository. | |||||
2020-10-13 | Import semihosting crates as-is | 1 | -0/+232 | ||