aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-03Updated documentation to include the critical section token in initEmil Fresk
2020-10-02Remove leftover v1.36 hacksHenrik Tjäder
2020-10-02Prepare the book for v0.6Henrik Tjäder
2020-10-02Update ui-testHenrik Tjäder
2020-10-02Merge #375bors[bot]
375: close console text blocks on a new line r=AfoHT a=dcarosone fixes #369 Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-02minor markdownlintsDaniel Carosone
2020-10-02Shared access is useful with interior mutabilityDaniel Carosone
2020-10-02Describe the resource struct attribute migration stepsHenrik Tjäder
2020-10-02Merge branch 'mod_const' of github.com:AfoHT/cortex-m-rtic into mod_constHenrik Tjäder
2020-10-02Clarify the need for resources-attributeHenrik Tjäder
2020-10-02close console text blocks on a new lineDaniel Carosone
fixes #369
2020-10-02Merge branch 'master' into mod_constHenrik Tjäder
2020-10-02Add migration to 0.6 along with updated documentationHenrik Tjäder
2020-10-01Merge #374bors[bot]
374: Multi-core cleanup from the book r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-01Remove exports related to heterogeneous multi-core supportHenrik Tjäder
2020-10-01Remove all of heterogeneous and homogeneous from the bookHenrik Tjäder
2020-10-01Merge #373bors[bot]
373: Added `bare_metal::CriticalSection` to `init::Context` r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-01Fixing test errorsEmil Fresk
2020-10-01Fixing test errorsEmil Fresk
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Emil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-10-01Start updating the bookHenrik Tjäder
2020-10-01Use latest mdBookHenrik Tjäder
2020-10-01Rename const_app to mod_appHenrik Tjäder
2020-09-29Fix test output to match GHA runnerHenrik Tjäder
2020-09-29Annotate the resource structHenrik Tjäder
2020-09-29Import panic_halt so semihosting is not attemptedHenrik Tjäder
ARMv6 would otherwise differ in output compared to ARMv7
2020-09-29Pool example need to import things into the modHenrik Tjäder
2020-09-29Remove stale commentHenrik Tjäder
2020-09-29Update run-pass tests for stableHenrik Tjäder
2020-09-29Workaround lint for nowHenrik Tjäder
2020-09-29Keep user code as-is within the module, add exampleHenrik Tjäder
2020-09-29Add #[resources] to ui/singleHenrik Tjäder
2020-09-29All examples use #[resources] attributeHenrik Tjäder
2020-09-25Update test suite outputHenrik Tjäder
2020-09-25Remove legacy 1.36.0Henrik Tjäder
2020-09-25Name collision with RTIC-mainHenrik Tjäder
With modules the scoping is different and task names collide with main generated by RTIC
2020-09-25Update new example to use mod {}Henrik Tjäder
2020-09-25Due to new module boundaries the schedule fn needs to be pubHenrik Tjäder
2020-09-25cfg_core is gone, cargo fmtHenrik Tjäder
2020-09-25Use dev-branch for mod_constHenrik Tjäder
2020-09-25Add format_ident importsHenrik Tjäder
2020-09-25Modify macro tests, use mod instead of constHenrik Tjäder
2020-09-25Compose the use-statements, reduce debug-printoutsHenrik Tjäder
2020-09-25Collect and generate required use-statementsHenrik Tjäder
2020-09-25Examples need to import the resourcesHenrik Tjäder
2020-09-25Handle user hardware and software tasks and some resourcesHenrik Tjäder
2020-09-25Modules using lower-case in examplesHenrik Tjäder
2020-09-25Generate mod instead of const, handle import of idle and initHenrik Tjäder
2020-09-25Update documentation where const is replaced by modHenrik Tjäder