aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Enforce 8-byte initial stack pointer alignmentGravatar Adam Greig 3-4/+17
2023-02-11cortex-m-rt: assert in linker script that stack_start is 8-byte aligned.Gravatar Dario Nieuwenhuis 1-0/+6
2023-01-25panic-itm: update crate config so docs aren't emptyGravatar Trevor Gross 1-1/+1
2022-11-08Prepare for c-m-rt 0.7.2Gravatar Adam Greig 3-3/+13
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
2022-08-12Fix CI compiletest breakage due to Rust 1.63Gravatar Dario Nieuwenhuis 1-2/+2
2022-08-11Add implementation for critical-section 1.0Gravatar Dario Nieuwenhuis 18-52/+95
2022-07-16fix and cleanup offsets in nvicGravatar Sascha Wise 1-6/+7
2022-05-07Fix typos in cortex-m-rt lib.rsGravatar Daniel Bevenius 1-3/+3
2022-05-06fix bug on cmse::TestTarget::mpu_regionGravatar Luo Jia 1-3/+3
2022-05-03ci: update github-actionsGravatar Alex Martens 6-15/+15
2022-04-28rt: fix veneer limit position in linker scriptGravatar luojia65 1-1/+5
2022-04-23Remove unused `4:` label.Gravatar Markus Reiter 1-2/+1
2022-04-22Fix inline assembly.Gravatar Markus Reiter 1-2/+3
2022-04-11Exclude testsuite from cron, fixes #427Gravatar Adam Greig 1-1/+1
2022-03-27Add on-target testsGravatar Alex Martens 16-3/+735
2022-03-10Remove prelude.Gravatar Dario Nieuwenhuis 2-4/+0
2022-03-04Prepare for c-m-sh 0.5.0, p-sh 0.6.0Gravatar Adam Greig 4-5/+11
2022-02-25Put inline asm directly into cortex-m-semihosting so it doesn't need to depen...Gravatar Adam Greig 1-1/+7
2022-02-25Remove inline-asm features from cortex-m-semihosting and panic-semihosting en...Gravatar Adam Greig 4-2/+2
2022-02-25Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, a...Gravatar Adam Greig 6-46/+33
2022-02-24Tweaks to enable building and doctesting on host platformGravatar Adam Greig 2-5/+7
2022-02-24Add a free() method for non-cortex-m build targets that panics, to allow chec...Gravatar Adam Greig 2-1/+12
2022-02-24Bump to Edition 2021 and rust-version 1.59Gravatar Adam Greig 5-4/+10
2022-02-24Remove references to unsupported Rust versions in cortex-m-rtGravatar Adam Greig 1-40/+9
2022-02-24Add set-sp and set-vtor features to cortex-m-rt.Gravatar Adam Greig 3-0/+37
2022-02-24Remove prebuilt cortex-m-rt binaries, replace with global_asmGravatar Adam Greig 17-186/+132
2022-02-24Remove outlined asm, replace with stable inline asm.Gravatar Adam Greig 54-1005/+301
2022-02-24Allow #[naked] attribute on interrupt handlers and pre_initGravatar Adam Greig 1-0/+1
2022-02-24Exclude c-m-rt from cron test of cortex-m, fixes #417Gravatar Adam Greig 1-1/+1
2022-02-15add itns field to NVIC perphGravatar Sascha Wise 1-1/+8
2022-02-03Allow #[naked] attribute on interrupt handlers and pre_initGravatar Adam Greig 1-0/+1
2022-01-29Exclude c-m-rt from cron test of cortex-m, fixes #417Gravatar Adam Greig 1-1/+1
2022-01-26c-m-rt: fix macro hygiene, set to edition 2018Gravatar Adam Greig 2-2/+3
2022-01-26Fix #414Gravatar Adam Greig 2-1/+12
2022-01-23Bump MSRV from 1.40 to 1.42, fix clippy::match_like_matches_macroGravatar Alex Martens 8-16/+10
2022-01-23Fix most clippy lintsGravatar Alex Martens 3-7/+7
2022-01-22Add cortex-m-rt tests to scheduled CI runsGravatar Adam Greig 1-0/+45
2022-01-21Fix cortex-m-semihosting inline-asm on nightlyGravatar Adam Greig 1-3/+7
2022-01-21Fix break in compilefail tests on 1.58Gravatar Adam Greig 1-2/+4
2022-01-12Move device.x example to workspace root for cortex-m-rt tests.Gravatar Adam Greig 2-5/+5
2022-01-12Fix cortex-m-rt build that was depending on old cortex-m via out-of-tree cort...Gravatar Adam Greig 1-1/+1
2022-01-12Fix cortex-m-rt compiletest testsGravatar Adam Greig 3-7/+4
2022-01-12Move examples' memory.x to workspace rootGravatar Adam Greig 1-0/+0
2022-01-12Bump cortex-m-rt MSRV 1.39->1.40 to support non_exhaustive in cortex-mGravatar Adam Greig 4-4/+4
2022-01-12Fix combined CIGravatar Adam Greig 2-3/+7
2022-01-12Update GHA for integrated cortex-m-rtGravatar Adam Greig 13-63/+20
2022-01-06update changelog for panic-itm tooGravatar Tyler Holmes 1-0/+5