aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-semihosting
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-04-23 19:29:09 +0000
committerGravatar GitHub <noreply@github.com> 2022-04-23 19:29:09 +0000
commitec7f7c90e38e8900d368ea7279ee503075503624 (patch)
tree2f474d5afe4941b9997ebe96772d4c677e41453e /cortex-m-semihosting
parent7035723f1f8eddea2bb65b2ee23f31dc87d3b98f (diff)
parent37f77f1456ad362c95a8a5aacf9afa1242f632e2 (diff)
downloadcortex-m-ec7f7c90e38e8900d368ea7279ee503075503624.tar.gz
cortex-m-ec7f7c90e38e8900d368ea7279ee503075503624.tar.zst
cortex-m-ec7f7c90e38e8900d368ea7279ee503075503624.zip
Merge #432
432: Fix inline assembly. r=adamgreig a=reitermarkus Fix some differences between previous `asm.S` and inline assembly. Co-authored-by: Markus Reiter <me@reitermark.us>
Diffstat (limited to 'cortex-m-semihosting')
0 files changed, 0 insertions, 0 deletions
title='2020-09-25 14:33:08 +0000'>2020-09-25Name collision with RTIC-mainGravatar Henrik Tjäder 5-7/+7 With modules the scoping is different and task names collide with main generated by RTIC 2020-09-25Update new example to use mod {}Gravatar Henrik Tjäder 2-3/+4 2020-09-25Due to new module boundaries the schedule fn needs to be pubGravatar Henrik Tjäder 1-3/+3 2020-09-25cfg_core is gone, cargo fmtGravatar Henrik Tjäder 6-19/+36 2020-09-25Use dev-branch for mod_constGravatar Henrik Tjäder 1-1/+1 2020-09-25Add format_ident importsGravatar Henrik Tjäder 2-2/+2 2020-09-25Modify macro tests, use mod instead of constGravatar Henrik Tjäder 1-2/+2 2020-09-25Compose the use-statements, reduce debug-printoutsGravatar Henrik Tjäder 1-18/+12 2020-09-25Collect and generate required use-statementsGravatar Henrik Tjäder 6-12/+57 2020-09-25Examples need to import the resourcesGravatar Henrik Tjäder 5-0/+13 2020-09-25Handle user hardware and software tasks and some resourcesGravatar Henrik Tjäder 4-6/+71 2020-09-25Modules using lower-case in examplesGravatar Henrik Tjäder 44-45/+48 2020-09-25Generate mod instead of const, handle import of idle and initGravatar Henrik Tjäder 1-3/+16 2020-09-25Update documentation where const is replaced by modGravatar Henrik Tjäder 1-3/+2 2020-09-25Update the test suite to use mod instead of constGravatar Henrik Tjäder 9-19/+19 Changes MSRV to 1.42, failing tests updated to match 1.42. 2020-09-25Examples using mod instead of constGravatar Henrik Tjäder 37-76/+75 2020-09-25Fixed example and v7 flagGravatar Emil Fresk 2-1/+5 2020-09-25Also check examples which require __v7Gravatar Henrik Tjäder 1-2/+7