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