Skip to content

Releases: taiki-e/semihosting

0.1.15

15 Sep 20:07
Compare
Choose a tag to compare
  • Add process::{ExitCode,Termination}.

0.1.14

23 Aug 17:28
Compare
Choose a tag to compare
  • Add #[must_use] to OwnedFd::into_raw_fd.

0.1.13

22 Jul 16:53
Compare
Choose a tag to compare
  • Open files in "binary" mode to match std::fs::File's behavior. (#12)

0.1.12

09 Jul 15:07
Compare
Choose a tag to compare

0.1.11

16 Jun 05:34
Compare
Choose a tag to compare
  • Implement core::error::Error for semihosting::io::Error at Rust 1.81+. (8701460)

0.1.10

06 May 18:53
Compare
Choose a tag to compare
  • Make impl<Fd: AsFd> impl take ?Sized. (2c7b911)

0.1.9

21 Apr 16:41
Compare
Choose a tag to compare
  • Add trap-hlt feature to use HLT instruction on ARM A+R profile. See the documentation for details.

0.1.8

21 Apr 05:26
Compare
Choose a tag to compare
  • Respect RUSTC_WRAPPER in rustc version detection.

  • Documentation improvements.

0.1.7

21 Mar 16:26
Compare
Choose a tag to compare
  • Support Xtensa (OpenOCD Semihosting) under the openocd-semihosting feature. (#9)

0.1.6

02 Mar 20:52
Compare
Choose a tag to compare
  • Documentation improvements.