diff options
author | 2020-09-01 22:58:22 +0200 | |
---|---|---|
committer | 2020-10-13 21:31:37 +0200 | |
commit | cab2e28f674901cd87d4f88f7eb5ba32d3517b35 (patch) | |
tree | cacc3652c5fda7f5830319abfe88b063e33f5fa3 /cortex-m-semihosting/asm.s | |
parent | 9bc9be611b262edf5c7811235e16bdbcbb3509cf (diff) | |
download | cortex-m-cab2e28f674901cd87d4f88f7eb5ba32d3517b35.tar.gz cortex-m-cab2e28f674901cd87d4f88f7eb5ba32d3517b35.tar.zst cortex-m-cab2e28f674901cd87d4f88f7eb5ba32d3517b35.zip |
Integrate semihosting crates
Diffstat (limited to 'cortex-m-semihosting/asm.s')
-rw-r--r-- | cortex-m-semihosting/asm.s | 6 |
1 files changed, 0 insertions, 6 deletions
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 |