aboutsummaryrefslogtreecommitdiff
path: root/asm/basepri_r.s
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-08-26 23:57:12 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2018-08-26 23:57:12 +0000
commit478418c0eb38b9311e574d18d12cac69d3044e63 (patch)
tree0c3eed1a715253acf3378da4c731781fb72bd0e3 /asm/basepri_r.s
parentdfd0349772763e07b16bcaa13f536bfa381044b8 (diff)
parent945e2683f89a031b44b65d25e1917f3157c49fa1 (diff)
downloadcortex-m-478418c0eb38b9311e574d18d12cac69d3044e63.tar.gz
cortex-m-478418c0eb38b9311e574d18d12cac69d3044e63.tar.zst
cortex-m-478418c0eb38b9311e574d18d12cac69d3044e63.zip
Merge #108
108: remove build dependency on arm-none-eabi-gcc r=adamgreig a=japaric by shipping pre-assembled object files. This is the same approach as the one used in rust-embedded/cortex-m#95 r? @rust-embedded/cortex-m (anyone) Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'asm/basepri_r.s')
-rw-r--r--asm/basepri_r.s5
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/basepri_r.s b/asm/basepri_r.s
deleted file mode 100644
index 971b152..0000000
--- a/asm/basepri_r.s
+++ /dev/null
@@ -1,5 +0,0 @@
- .global __basepri_r
- .thumb_func
-__basepri_r:
- mrs r0, BASEPRI
- bx lr