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