From 894f2aabdbd65f85eecf25debc2326f0387863c7 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 21 Feb 2022 19:57:18 +0000 Subject: Remove outlined asm, replace with stable inline asm. --- panic-semihosting/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'panic-semihosting/src') diff --git a/panic-semihosting/src/lib.rs b/panic-semihosting/src/lib.rs index 1db7b72..1d7379e 100644 --- a/panic-semihosting/src/lib.rs +++ b/panic-semihosting/src/lib.rs @@ -47,14 +47,6 @@ //! //! We discourage using this feature when the program will run on hardware as the exit call can //! leave the hardware debugger in an inconsistent state. -//! -//! ## `inline-asm` -//! -//! When this feature is enabled semihosting is implemented using inline assembly (`asm!`) and -//! compiling this crate requires nightly. -//! -//! When this feature is disabled semihosting is implemented using FFI calls into an external -//! assembly file and compiling this crate works on stable and beta. #![cfg(all(target_arch = "arm", target_os = "none"))] #![deny(missing_docs)] -- cgit v1.2.3