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
/
cortex-m-semihosting
/
src
/
hio.rs
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-13
Import semihosting crates as-is
Jonas Schievink
1
-0
/
+88
2020-10-02
Add some Armv8-M assembly routines
Hugues de Valon
18
-0
/
+49
2020-09-22
Update CHANGELOG for InterruptNumber impl for Nr
Adam Greig
1
-0
/
+2
2020-09-20
Implement InterruptNumber for bare_metal::Nr
Adam Greig
1
-1
/
+10
2020-09-11
Update blobs
Jonas Schievink
14
-0
/
+0
2020-09-05
Add note about LTO inlining assembly to CHANGELOG
Adam Greig
1
-0
/
+2
2020-09-05
Address review comments
Adam Greig
2
-5
/
+18
2020-09-03
Tidy up some inline asm and add compiler fences where appropriate
Adam Greig
15
-66
/
+76
2020-08-31
Update documented MSRV
Jonas Schievink
2
-2
/
+2
2020-08-30
Bump MSRV to 1.38.0
Jonas Schievink
1
-1
/
+1
2020-08-30
Patch out the asm shim panic handler
Jonas Schievink
9
-2
/
+97
2020-08-29
Delete old asm.rs
Jonas Schievink
1
-346
/
+0
2020-08-29
Fix shims for v8m.main
Jonas Schievink
15
-1
/
+2
2020-08-29
Merge asm implementations
Jonas Schievink
35
-754
/
+603
2020-08-28
Replace shell scripts with integration test
Jonas Schievink
7
-331
/
+284
2020-08-27
Remove outdated TODO
Jonas Schievink
2
-3
/
+3
2020-08-27
Move feature docs to lib.rs and improve them
Jonas Schievink
2
-5
/
+26
2020-08-26
automate, automate
Jonas Schievink
18
-16
/
+49
2020-08-26
Only check blobs with the nightly compiler
Jonas Schievink
1
-0
/
+13
2020-08-26
Rust assembly stubs
Jonas Schievink
31
-492
/
+552
2020-08-25
changelog: forward-port 0.6.3 release notes
Adam Greig
1
-1
/
+19
2020-08-25
Moar full stops.
Vadim Kaushan
1
-4
/
+4
2020-08-24
Add prelude
Vadim Kaushan
2
-0
/
+4
2020-08-24
Update src/delay.rs
Vadim Kaushan
1
-1
/
+1
2020-08-23
Add change log entry
Vadim Kaushan
1
-0
/
+1
2020-08-23
Provide a delay driver based on SysTick
Vadim Kaushan
3
-0
/
+121
2020-08-23
Add embedded targets to docs.rs
Hugues de Valon
1
-0
/
+11
2020-08-18
Remap debuginfo paths
Jonas Schievink
8
-14
/
+17
2020-07-27
Update CHANGELOG.md
Youngsuk Kim
1
-2
/
+1
2020-07-27
CHANGELOG: const 'PTR' is introduced for Core Peripherals
JOE1994
1
-0
/
+3
2020-07-27
Peipheral deref/ptr APIs now use associated const PTR
JOE1994
1
-30
/
+30
2020-07-27
rename associated consts to 'PTR'
JOE1994
1
-14
/
+14
2020-07-27
add ptr to registerblock as associated constant
JOE1994
1
-14
/
+56
2020-07-27
make 'fn ptr()' APIs to be 'const fn ptr()'
JOE1994
1
-15
/
+15
2020-07-21
please clippy
Thales Fragoso
1
-2
/
+2
2020-07-21
Remove unused import in thumbv6
Thales Fragoso
1
-1
/
+3
2020-07-21
Add InterruptNumber to CHANGELOG
Adam Greig
1
-0
/
+5
2020-07-21
Add new InterruptNumber trait
Adam Greig
2
-34
/
+53
2020-07-18
Correct typo in RASR register aliases
R. Kyle Murphy
2
-9
/
+9
2020-07-16
Always link pre-built asm, required for new cache management functions
Adam Greig
1
-1
/
+1
2020-07-14
Updated repository URL in 'Cargo.toml' file
Vincent Esche
1
-1
/
+1
2020-07-12
Allow the taken flag to be optimized out
Jonas Schievink
1
-3
/
+6
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-07-05
Use assembly sequences to enable caches.
Cliff L. Biffle
9
-8
/
+53
2020-06-24
Add a function to get SHCSR enable bit positions
Hugues de Valon
1
-47
/
+28
2020-06-19
Correct the documentation for the `SCB::set_pendst` function
Peter Taylor
1
-1
/
+1
2020-06-11
Update assemble.sh
Dániel Buga
1
-1
/
+1
[next]