aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Prepare for c-m-sh 0.5.0, p-sh 0.6.0Gravatar Adam Greig 2-2/+5
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-25Remove inline-asm features from cortex-m-semihosting and panic-semihosting ↵Gravatar Adam Greig 2-1/+1
entirely
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-24Bump to Edition 2021 and rust-version 1.59Gravatar Adam Greig 1-1/+2
2022-02-24Remove outlined asm, replace with stable inline asm.Gravatar Adam Greig 5-34/+5
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-12-02Update c-m-sh changelog for 0.3.7Gravatar Adam Greig 1-0/+16
2020-12-02Update c-m-sh changelog for 0.3.6Gravatar Adam Greig 1-0/+8
2020-11-11Add "embedded" category to semihosting cratesGravatar Jonas Schievink 1-0/+1
2020-10-26Format everythingGravatar Jonas Schievink 3-13/+9
2020-10-21c-m-sh: fix missing prebuilt binaries. closes #271Gravatar Adam Greig 4-3/+9
2020-10-14Bump versions of c-m-sh and panic-shGravatar Adam Greig 2-3/+8
2020-10-14Merge HStdout and HStderr into the same typeGravatar Mara Bos 4-38/+17
This commit copies https://github.com/rust-embedded/cortex-m-semihosting/pull/41 into the cortex-m repository.
2020-10-13Remove redundant files, update linksGravatar Jonas Schievink 5-267/+4
2020-10-13Integrate semihosting cratesGravatar Jonas Schievink 19-206/+4
2020-10-13Import semihosting crates as-isGravatar Jonas Schievink 30-0/+1316