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
/
ci
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
Add implementation for critical-section 1.0
Dario Nieuwenhuis
1
-14
/
+17
2022-02-24
Add set-sp and set-vtor features to cortex-m-rt.
Adam Greig
1
-0
/
+5
2022-02-24
Remove prebuilt cortex-m-rt binaries, replace with global_asm
Adam Greig
1
-4
/
+0
2021-07-13
Only run tests on stable and nightly, not MSRV.
Adam Greig
1
-1
/
+4
2020-07-21
Get rid of Travis CI and switch to GHA
Daniel Egger
1
-19
/
+0
2020-04-04
Refactor ci/script.sh to factor our linker
Adam Greig
1
-65
/
+25
2020-04-04
Add testing linker=arm-none-eabi-gcc and MSRV to CI
Adam Greig
1
-0
/
+26
2020-02-06
Fix doctests and run them in CI
Jonas Schievink
1
-0
/
+2
2019-11-24
Merge #205
bors[bot]
1
-1
/
+0
2019-11-21
CI: Add shebangs and address shellcheck warnings
Jonas Schievink
2
-23
/
+27
2019-11-21
Remove Remaining Rand Remnants
Jonas Schievink
1
-1
/
+0
2019-11-21
Run compiletest tests on stable, not nightly
Jonas Schievink
1
-2
/
+2
2018-10-09
Merge branch 'master' into interrupt
Adam Greig
2
-28
/
+30
2018-09-24
Merge #128
bors[bot]
2
-27
/
+29
2018-09-25
[ci] update comment
Hideki Sekine
1
-1
/
+1
2018-09-25
[ci] now run qemu both for GNU LD and rustc's LLD.
Hideki Sekine
1
-2
/
+2
2018-09-25
[ci] disable GNU LD qemu run for now.
Hideki Sekine
1
-5
/
+4
2018-09-25
[ci] run qemu for both GNU LD and rustc's LLD. (fix)
Hideki Sekine
1
-2
/
+2
2018-09-25
[ci] run qemu for both GNU LD and rustc's LLD.
Hideki Sekine
1
-0
/
+6
2018-09-25
[ci] use pre-compiled qemu-system-arm binary.
Hideki Sekine
1
-0
/
+4
2018-09-21
remove redundant option (2/2)
Hideki Sekine
1
-27
/
+12
2018-09-21
remove redundant option (1/2)
Hideki Sekine
1
-12
/
+12
2018-09-21
[ci] run qemu example in crate's CI.
Hideki Sekine
1
-0
/
+8
2018-09-19
CI: test on beta
Jorge Aparicio
1
-1
/
+1
2018-09-18
implement `#[interrupt]`
Jorge Aparicio
1
-1
/
+1
2018-09-07
Added example using rand crate to ensure no_std compatibility
Daniel Egger
1
-1
/
+2
2018-09-06
relax checks of the signatures of `entry` and the exceptions
Jorge Aparicio
1
-0
/
+6
2018-09-06
add a test / example about using `static mut` vars in the entry point
Jorge Aparicio
1
-1
/
+2
2018-09-06
add compile-fail tests; test only on nightly
Jorge Aparicio
1
-2
/
+6
2018-08-31
remove the now redundant `-C linker=rust-lld` argument
Jorge Aparicio
1
-6
/
+0
2018-08-31
turn macros into attributes
Jorge Aparicio
1
-0
/
+2
2018-08-25
always install arm-none-eabi-gcc
Jorge Aparicio
1
-5
/
+3
2018-08-25
check that the blobs are up to date
Jorge Aparicio
1
-0
/
+4
2018-08-25
simplify CI
Jorge Aparicio
1
-18
/
+12
2018-08-15
Merge branch 'master' into release
Adam Greig
1
-0
/
+24
2018-08-12
Add the pre_init example to the CI script
Gabriel Smith
1
-0
/
+1
2018-08-11
v0.5.2
Jorge Aparicio
1
-0
/
+1
2018-08-12
Update linker script to put .data into FLASH
Adam Greig
1
-0
/
+23
2018-08-07
get gcc from a tarball
Jorge Aparicio
1
-3
/
+3
2018-08-07
install a newer gcc
Jorge Aparicio
1
-0
/
+6
2018-08-07
refactor the linker script
Jorge Aparicio
1
-0
/
+25
2018-05-11
add CI, add device specific check of the vector table size, ..
Jorge Aparicio
2
-0
/
+43