index
:
cortex-m
c-m-in
master
mutex_add
v0.5.x
v0.6.x
v0.7.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
asm.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, a...
Adam Greig
1
-15
/
+15
2022-02-24
Remove outlined asm, replace with stable inline asm.
Adam Greig
1
-27
/
+112
2021-01-07
Fix timing of asm-based delay implementation
Jonas Schievink
1
-5
/
+3
2020-12-02
Update src/asm.rs
Adam Greig
1
-1
/
+1
2020-12-02
asm.bootstrap: only set CONTROL.SPSEL, mark as divergent
Adam Greig
1
-10
/
+14
2020-12-02
Expose __syscall and add new bootstrap method
Adam Greig
1
-0
/
+41
2020-10-02
Add some Armv8-M assembly routines
Hugues de Valon
1
-0
/
+10
2020-08-29
Merge asm implementations
Jonas Schievink
1
-268
/
+27
2020-07-09
Expand iff and reword last sentence
Daniel Egger
1
-2
/
+2
2020-07-09
Change spelling of initialisation to AE
Daniel Egger
1
-1
/
+1
2020-07-09
Update src/asm.rs
Daniel Egger
1
-1
/
+1
2020-07-09
Better delay description
Daniel Egger
1
-4
/
+7
2020-04-28
Use llmv_asm! macro for inline assembly
Stian Eklund
1
-14
/
+14
2020-03-15
Merge #201
bors[bot]
1
-0
/
+29
2020-03-15
Swap infinite loops for unreachable_unchecked()
Adam Greig
1
-2
/
+2
2020-03-15
Mark asm::udf as divergent
Adam Greig
1
-3
/
+8
2020-03-15
Add UDF instruction. Closes #199.
Adam Greig
1
-0
/
+24
2020-03-15
Add CPSR to asm::delay's clobber flags. Fixes #195
Adam Greig
1
-1
/
+1
2020-03-02
Initial Rust CMSE support
Hugues de Valon
1
-0
/
+141
2018-05-18
v0.5.2
v0.5.2
Jorge Aparicio
1
-0
/
+1
2018-05-18
fix asm! clobber, no inline-asm support, 4 insn per cycle
Jorge Aparicio
1
-5
/
+16
2018-05-18
add asm::delay
Jorge Aparicio
1
-0
/
+24
2018-04-26
make compilable on stable
Jorge Aparicio
1
-26
/
+108
2018-04-12
Add SEV assembly instruction
Wim Looman
1
-0
/
+11
2017-12-23
map asm! ops to unimplemented! on non ARM targets
Jorge Aparicio
1
-47
/
+26
2017-06-05
inline all the functions in the asm module
Jorge Aparicio
1
-0
/
+6
2017-06-05
Add barrier instructions
Adam Greig
1
-0
/
+50
2017-03-08
turn bkpt! into a function
Jorge Aparicio
1
-40
/
+14
2017-03-04
review safety of the existing API, make the register API type safe
Jorge Aparicio
1
-18
/
+46
2016-10-15
asm must be in an unsafe block.
Jonathan 'theJPster' Pallant
1
-1
/
+3
2016-10-15
Added nop() function
Jonathan 'theJPster' Pallant
1
-0
/
+5
2016-10-03
make this crate compile further for HOST
Jorge Aparicio
1
-0
/
+16
2016-09-27
initial commit
Jorge Aparicio
1
-0
/
+35