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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
Merge pull request #490 from newAM/fix-clippy
Alex Martens
3
-22
/
+14
2023-10-29
Fix new clippy lints
Alex Martens
3
-22
/
+14
2023-10-16
Merge pull request #487 from rust-embedded/move-cortex-m
Adam Greig
55
-307
/
+113
2023-10-16
Move cortex-m crate into cortex-m directory
Adam Greig
55
-307
/
+113
2023-10-13
Merge pull request #486 from newAM/update-actions-checkout
Adam Greig
6
-11
/
+11
2023-10-13
actions/checkout: 3 -> 4
Alex Martens
6
-11
/
+11
2023-08-16
Merge pull request #476 from diondokter/optional-hardfault-trampoline
Adam Greig
8
-87
/
+275
2023-08-16
Add to docs
Dion Dokter
1
-9
/
+23
2023-07-21
Add readme with test running clarification
Dion Dokter
1
-0
/
+7
2023-07-21
fmt
Dion Dokter
1
-2
/
+1
2023-07-21
Changed setup for better compiler diagnostics. We won't get a nasty assembly ...
Dion Dokter
3
-7
/
+39
2023-07-21
Changed some names around so everything should be called correctly
Dion Dokter
1
-18
/
+14
2023-07-12
Merge pull request #482 from hannobraun/patch-1
Alex Martens
1
-1
/
+1
2023-07-12
Merge pull request #483 from rust-embedded/ghmq
Adam Greig
6
-20
/
+15
2023-07-11
Swap to GHMQ
Adam Greig
6
-20
/
+15
2023-07-07
Fix word in comment
Hanno Braun
1
-1
/
+1
2023-06-20
Added more tests and fixed a panic
Dion Dokter
3
-18
/
+62
2023-06-16
Removed the feature flag and moved the trampoline into the macro
Dion Dokter
5
-120
/
+159
2023-05-19
typo
Dion Dokter
1
-1
/
+1
2023-05-19
Update changelog
Dion Dokter
1
-0
/
+3
2023-05-19
Fix clippy warnings
Dion Dokter
1
-2
/
+2
2023-05-19
Hardfault trampoline is now optional
Dion Dokter
4
-2
/
+56
2023-03-21
Merge #474
bors[bot]
2
-7
/
+6
2023-03-18
Upgrade syn to version 2.0
Jan Niehusmann
2
-7
/
+6
2023-02-26
Merge #472
bors[bot]
2
-4
/
+7
2023-02-27
nvic: do not require `&mut self` for `request`.
Dario Nieuwenhuis
2
-4
/
+7
2023-02-17
Merge #455
bors[bot]
5
-8
/
+37
2023-02-17
Move zero-init-ram to just before bss initialisation, so that pre_init occurs...
Adam Greig
2
-15
/
+18
2023-02-17
Skip .bss memory init if zero-init-ram is active
Norbert Fabritius
1
-0
/
+1
2023-02-17
zero-init-ram: Expand comment above asm code
Norbert Fabritius
1
-2
/
+2
2023-02-17
Add documentation, test and changelog entry for `zero-init-ram` feature
Norbert Fabritius
3
-2
/
+11
2023-02-17
Fix _ram_start and _ram_end order
Norbert Fabritius
2
-5
/
+5
2023-02-17
Add zero-init-ram feature
Norbert Fabritius
3
-9
/
+25
2023-02-14
Merge #470
c-m-rt-v0.7.3
bors[bot]
2
-4
/
+15
2023-02-14
Prepare for cortex-m-rt v0.7.3
Adam Greig
2
-4
/
+15
2023-02-14
Merge #467
bors[bot]
1
-15
/
+1
2023-02-14
cortex-m-rt: Remove LR push, to ensure the stack is 8-byte aligned.
Dario Nieuwenhuis
1
-15
/
+1
2023-02-12
Merge #465
bors[bot]
3
-4
/
+17
2023-02-11
Enforce 8-byte initial stack pointer alignment
Adam Greig
3
-4
/
+17
2023-02-11
Merge #464
bors[bot]
1
-0
/
+6
2023-02-11
cortex-m-rt: assert in linker script that stack_start is 8-byte aligned.
Dario Nieuwenhuis
1
-0
/
+6
2023-01-28
Merge #462
bors[bot]
1
-1
/
+1
2023-01-25
panic-itm: update crate config so docs aren't empty
Trevor Gross
1
-1
/
+1
2022-11-12
Merge #422
bors[bot]
1
-2
/
+10
2022-11-08
Merge #454
c-m-rt-v0.7.2
bors[bot]
3
-3
/
+13
2022-11-08
Prepare for c-m-rt 0.7.2
Adam Greig
3
-3
/
+13
2022-09-04
Merge #451
bors[bot]
3
-26
/
+40
2022-08-22
Document critical-section-single-core feature.
Dario Nieuwenhuis
1
-0
/
+10
2022-08-22
Use a `mod _export` for macro reexports.
Dario Nieuwenhuis
3
-25
/
+26
2022-08-22
Fix outdated comment in `singleton!`.
Dario Nieuwenhuis
1
-1
/
+4
[next]