aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/resources_struct.rs (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-15Changed branch for rtic-syntaxGravatar Henrik Tjäder 1-2/+2
2020-10-15Updated examples and rtic-nameGravatar Henrik Tjäder 11-342/+141
2020-10-15Add example with features on all resources combined with lock_free and ↵Gravatar Henrik Tjäder 2-0/+192
task_local
2020-10-15Print module name and priorityGravatar Henrik Tjäder 1-74/+61
2020-10-15task_local and lock_free analysis (take 1)Gravatar Per 7-1/+444
2020-10-15Detect if the rt flag is defined in the PAC/HALGravatar Emil Fresk 6-15/+7
Better error message Improved error string Update UI tests
2020-10-13device path must be absolute; clarifyGravatar Daniel Carosone 2-6/+25
2020-10-12UI fixGravatar Emil Fresk 2-6/+6
2020-10-07Now core contains the same `Peripherals` type based on monotonicGravatar Emil Fresk 2-2/+30
2020-10-07minor md lints and wording clarificationGravatar Daniel Carosone 2-11/+12
2020-10-06Fix MD-lints, add Matrix and meeting notes badgesGravatar Henrik Tjäder 1-6/+14
2020-10-06Restore links to docsGravatar Henrik Tjäder 1-0/+4
2020-10-05Split up migration guides into its own sectionsGravatar Emil Fresk 5-332/+335
2020-10-05Run the macro testsGravatar Henrik Tjäder 1-0/+54
2020-10-05Added back accidentally removed blockGravatar Emil Fresk 2-2/+7
2020-10-05Move to master of rtic-syntaxGravatar Emil Fresk 1-1/+1
2020-10-05Overwrite steerr filesGravatar Emil Fresk 1-1/+1
2020-10-05Separate example check and run-pass testsGravatar Henrik Tjäder 1-1/+48
2020-10-05Also update for the deploy stageGravatar Henrik Tjäder 1-2/+1
2020-10-05Unable to use git for tagsGravatar Henrik Tjäder 1-5/+6
2020-10-05Use a full copy of the book instead of symlinkGravatar Henrik Tjäder 1-2/+4
2020-10-05Fix broken symlinkGravatar Henrik Tjäder 1-2/+2
2020-10-05Use latest rtic-syntax masterGravatar Henrik Tjäder 1-1/+1
2020-10-05v must be first in the tag, document the versionGravatar Henrik Tjäder 1-1/+5
2020-10-05Ensure pre-releases are not includedGravatar Henrik Tjäder 1-1/+1
2020-10-05The stable book should build from branchGravatar Henrik Tjäder 1-11/+17
2020-10-03Updated documentation to include the critical section token in initGravatar Emil Fresk 2-3/+8
2020-10-02Remove leftover v1.36 hacksGravatar Henrik Tjäder 1-6/+0
2020-10-02Prepare the book for v0.6Gravatar Henrik Tjäder 1-2/+4
2020-10-02Update ui-testGravatar Henrik Tjäder 1-2/+2
2020-10-02minor markdownlintsGravatar Daniel Carosone 4-7/+3
2020-10-02Shared access is useful with interior mutabilityGravatar Daniel Carosone 1-1/+3
2020-10-02Describe the resource struct attribute migration stepsGravatar Henrik Tjäder 1-0/+31
2020-10-02Clarify the need for resources-attributeGravatar Henrik Tjäder 1-0/+2
2020-10-02close console text blocks on a new lineGravatar Daniel Carosone 5-16/+32
fixes #369
2020-10-02Add migration to 0.6 along with updated documentationGravatar Henrik Tjäder 14-73/+140
2020-10-01Remove exports related to heterogeneous multi-core supportGravatar Henrik Tjäder 1-2/+0
2020-10-01Remove all of heterogeneous and homogeneous from the bookGravatar Henrik Tjäder 3-14/+0
2020-10-01Fixing test errorsGravatar Emil Fresk 1-3/+3
2020-10-01Fixing test errorsGravatar Emil Fresk 5-31/+37
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Gravatar Emil Fresk 3-0/+10
2020-10-01Now late resources are always usedGravatar Emil Fresk 35-71/+125
2020-10-01Start updating the bookGravatar Henrik Tjäder 1-10/+3
2020-10-01Use latest mdBookGravatar Henrik Tjäder 1-1/+1
2020-10-01Rename const_app to mod_appGravatar Henrik Tjäder 6-64/+52
2020-09-29Fix test output to match GHA runnerGravatar Henrik Tjäder 2-6/+6
2020-09-29Annotate the resource structGravatar Henrik Tjäder 1-0/+1
2020-09-29Import panic_halt so semihosting is not attemptedGravatar Henrik Tjäder 4-42/+50
ARMv6 would otherwise differ in output compared to ARMv7
2020-09-29Pool example need to import things into the modGravatar Henrik Tjäder 1-1/+3
2020-09-29Remove stale commentGravatar Henrik Tjäder 1-1/+0