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
/
itm.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
remove the ptr() function in favor of the PTR constant
Tyler Holmes
1
-1
/
+1
2020-10-26
Format everything
Jonas Schievink
1
-3
/
+1
2020-01-15
Fix typo
Jonas Schievink
1
-1
/
+1
2020-01-15
Remove `aligned`, improve ITM code
Jonas Schievink
1
-48
/
+64
2019-10-29
Enable the missing_inline_in_public_items clippy lint.
Mara Bos
1
-0
/
+3
2019-10-29
Add `#[inline]` to lots of trivial functions.
Mara Bos
1
-0
/
+3
2019-10-09
Make Clippy happy.
Mara Bos
1
-1
/
+5
2019-07-29
Update for 2018 edition
Adam Greig
1
-1
/
+1
2018-12-09
Upgrade to aligned 0.3
Raphael Nestler
1
-3
/
+3
2018-04-26
make compilable on stable
Jorge Aparicio
1
-0
/
+2
2018-01-11
make `Stim::write_*` methods take `&mut self` instead of `&self`
Jorge Aparicio
1
-6
/
+6
2017-11-21
turn peripherals into scoped singletons
Jorge Aparicio
1
-1
/
+1
2017-05-30
fix itm::write_all
v0.2.9
Jorge Aparicio
1
-6
/
+21
2017-05-30
simplify the `itm::write_all` implementation
Jorge Aparicio
1
-39
/
+33
2017-05-30
add an example to the `itm::write_aligned` function
Jorge Aparicio
1
-0
/
+13
2017-05-30
add `itm::write_aligned` for writing 4-byte aligned buffers to an ITM port
Jorge Aparicio
1
-0
/
+33
2017-03-11
make ITM functions operate on `Stim`
Jorge Aparicio
1
-15
/
+11
2017-03-08
improve throughput of ITM functions
Jorge Aparicio
1
-13
/
+56
2017-03-08
add macros for writing to an ITM port
Jorge Aparicio
1
-0
/
+38