aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting/src/lib.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-29semihosting: add Safety docstring to syscallGravatar Alex Martens 1-0/+11
2022-02-25Put inline asm directly into cortex-m-semihosting so it doesn't need to ↵Gravatar Adam Greig 1-1/+7
depend on cortex-m 0.8
2022-02-25Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, ↵Gravatar Adam Greig 1-12/+1
add inline to most cortex_m::asm methods
2022-02-24Remove outlined asm, replace with stable inline asm.Gravatar Adam Greig 1-17/+1
2022-01-21Fix cortex-m-semihosting inline-asm on nightlyGravatar Adam Greig 1-3/+7
2021-02-09Fix rust-lld: error: undefined symbol: __syscallGravatar Ovidiu Sabou 1-2/+2
Encountered while building an example from stm32-rs/stm32f3xx-hal
2020-10-26Format everythingGravatar Jonas Schievink 1-3/+1
2020-10-14Merge HStdout and HStderr into the same typeGravatar Mara Bos 1-6/+2
This commit copies https://github.com/rust-embedded/cortex-m-semihosting/pull/41 into the cortex-m repository.
2020-10-13Import semihosting crates as-isGravatar Jonas Schievink 1-0/+232