From cab2e28f674901cd87d4f88f7eb5ba32d3517b35 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 1 Sep 2020 22:58:22 +0200 Subject: Integrate semihosting crates --- cortex-m-semihosting/asm.s | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 cortex-m-semihosting/asm.s (limited to 'cortex-m-semihosting/asm.s') diff --git a/cortex-m-semihosting/asm.s b/cortex-m-semihosting/asm.s deleted file mode 100644 index 26a13fc..0000000 --- a/cortex-m-semihosting/asm.s +++ /dev/null @@ -1,6 +0,0 @@ - .section .text.__syscall - .global __syscall - .thumb_func -__syscall: - bkpt 0xAB - bx lr -- cgit v1.2.3