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-rt
/
examples
(
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
-17
/
+13
2021-03-02
Fix examples build for nightly
Adam Greig
1
-0
/
+1
2020-08-23
Fix examples
Jonas Schievink
2
-5
/
+3
2020-07-21
Run rustfmt to make CI happier
Daniel Egger
1
-2
/
+2
2020-01-26
Add a test that enables ALL the warnings
Jonas Schievink
1
-0
/
+50
2019-11-21
Remove Remaining Rand Remnants
Jonas Schievink
1
-24
/
+0
2019-11-01
Bump rand dependency to 0.7
Daniel Egger
1
-2
/
+2
2019-08-19
Enable building semihosting for Armv8m
Aurabindo Jayamohanan
1
-12
/
+0
2019-03-16
Bump cortex-m dev-dep to 0.6 (it's only a dev-dep and so doesn't affect other...
Jonathan 'theJPster' Pallant
1
-4
/
+15
2019-01-24
doc: Remove obsolete references to entry!
chrysn
1
-1
/
+1
2018-12-15
static mut transform: forward `#[cfg]`
Jorge Aparicio
1
-0
/
+25
2018-09-21
remove unneeded code and dependencies.
Hideki Sekine
1
-28
/
+2
2018-09-21
make build pass.
Hideki Sekine
1
-17
/
+19
2018-09-19
[rust/ci/qemu] main for qemu run.
Hideki Sekine
1
-0
/
+53
2018-09-18
update the unsafety example
Jorge Aparicio
1
-1
/
+1
2018-09-18
use panic-halt instead of panic-{abort,semihosting}
Jorge Aparicio
16
-16
/
+16
2018-09-18
respect declared unsafety
Jorge Aparicio
1
-0
/
+36
2018-09-07
Added example using rand crate to ensure no_std compatibility
Daniel Egger
1
-0
/
+24
2018-09-06
relax checks of the signatures of `entry` and the exceptions
Jorge Aparicio
6
-0
/
+100
2018-09-06
add a test / example about using `static mut` vars in the entry point
Jorge Aparicio
1
-0
/
+20
2018-08-31
fix soundness issue; change the syntax of the `exception` attribute
Jorge Aparicio
2
-6
/
+8
2018-08-31
turn macros into attributes
Jorge Aparicio
7
-31
/
+21
2018-08-15
Merge branch 'master' into release
Adam Greig
2
-0
/
+52
2018-08-12
Remove the setting of exceptions from the pre_init example as they are now de...
Gabriel Smith
1
-15
/
+1
2018-08-12
Add example for using the pre_init macro
Gabriel Smith
1
-0
/
+36
2018-08-12
remove exception handler overrides
Jorge Aparicio
1
-13
/
+1
2018-08-11
v0.5.2
Jorge Aparicio
6
-72
/
+38
2018-08-12
Update linker script to put .data into FLASH
Adam Greig
1
-0
/
+42
2018-08-07
refactor the linker script
Jorge Aparicio
1
-0
/
+45
2018-05-11
add CI, add device specific check of the vector table size, ..
Jorge Aparicio
4
-0
/
+147