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
/
build.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-24
Remove prebuilt cortex-m-rt binaries, replace with global_asm
Adam Greig
1
-10
/
+5
2021-11-22
Rerun build script when archive changes
Jonas Schievink
1
-5
/
+3
2021-01-21
Merge #301
bors[bot]
1
-8
/
+0
2021-01-21
Update Reset-in-asm.
Adam Greig
1
-8
/
+0
2021-01-08
Allow using the crate with custom target JSON specs
Jonas Schievink
1
-3
/
+14
2020-07-21
Run rustfmt to make CI happier
Daniel Egger
1
-6
/
+9
2019-03-18
Remove redundant and incorrect target FPU check
Jonas Schievink
1
-4
/
+0
2019-03-16
Build on x86 (even if that's weird for a Cortex-M support crate)
Jonathan 'theJPster' Pallant
1
-1
/
+3
2019-03-12
Add thumbv8m.main support.
Jonathan 'theJPster' Pallant
1
-11
/
+19
2018-09-17
link.x: EXTERN(__INTERRUPTS) must come before PROVIDED
Jorge Aparicio
1
-1
/
+5
2018-08-25
remove build dependency on arm-none-eabi-gcc
Jorge Aparicio
1
-4
/
+7
2018-08-07
refactor the linker script
Jorge Aparicio
1
-4
/
+4
2018-05-14
fix rebuild-if-changed path
Jorge Aparicio
1
-1
/
+1
2018-05-11
add CI, add device specific check of the vector table size, ..
Jorge Aparicio
1
-8
/
+27
2018-05-11
doc up, __reset -> Reset, main! -> entry!, weak syntax of `exception!` ..
Jorge Aparicio
1
-4
/
+18
2018-04-26
tweak HardFault and DefaultHandler
Jorge Aparicio
1
-0
/
+6
2018-04-09
drop support of older nightlies
Jorge Aparicio
1
-19
/
+0
2018-04-08
support the newest nightly
Jorge Aparicio
1
-2
/
+8
2018-02-16
Support dev channels of rustc
Alex Crawford
1
-8
/
+5
2018-01-17
support nightly-2017-09-22
Jorge Aparicio
1
-0
/
+14
2018-01-17
remove nightly date check
Jorge Aparicio
1
-19
/
+0
2017-12-29
adapt to changes in the `start` lang item
Jorge Aparicio
1
-0
/
+21
2017-12-23
provide a DEBUG_MONITOR exception on ARMv7-M
Jorge Aparicio
1
-4
/
+11
2017-07-07
s/local/locals/g and drop the linker-script feature
Jorge Aparicio
1
-32
/
+16
2017-06-30
enable the FPU before main if the target has an FPU
Jorge Aparicio
1
-1
/
+15
2017-03-12
initial commit
Jorge Aparicio
1
-0
/
+29