| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-02 | Merge #375 | bors[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-02 | minor markdownlints | Daniel Carosone | |
| 2020-10-02 | Shared access is useful with interior mutability | Daniel Carosone | |
| 2020-10-02 | Describe the resource struct attribute migration steps | Henrik Tjäder | |
| 2020-10-02 | Merge branch 'mod_const' of github.com:AfoHT/cortex-m-rtic into mod_const | Henrik Tjäder | |
| 2020-10-02 | Clarify the need for resources-attribute | Henrik Tjäder | |
| 2020-10-02 | close console text blocks on a new line | Daniel Carosone | |
| fixes #369 | |||
| 2020-10-02 | Merge branch 'master' into mod_const | Henrik Tjäder | |
| 2020-10-02 | Add migration to 0.6 along with updated documentation | Henrik Tjäder | |
| 2020-10-01 | Merge #374 | bors[bot] | |
| 374: Multi-core cleanup from the book r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-10-01 | Remove exports related to heterogeneous multi-core support | Henrik Tjäder | |
| 2020-10-01 | Remove all of heterogeneous and homogeneous from the book | Henrik Tjäder | |
| 2020-10-01 | Merge #373 | bors[bot] | |
| 373: Added `bare_metal::CriticalSection` to `init::Context` r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-10-01 | Fixing test errors | Emil Fresk | |
| 2020-10-01 | Fixing test errors | Emil Fresk | |
| 2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | Emil Fresk | |
| 2020-10-01 | Now late resources are always used | Emil Fresk | |
| 2020-10-01 | Start updating the book | Henrik Tjäder | |
| 2020-10-01 | Use latest mdBook | Henrik Tjäder | |
| 2020-10-01 | Rename const_app to mod_app | Henrik Tjäder | |
| 2020-09-29 | Fix test output to match GHA runner | Henrik Tjäder | |
| 2020-09-29 | Annotate the resource struct | Henrik Tjäder | |
| 2020-09-29 | Import panic_halt so semihosting is not attempted | Henrik Tjäder | |
| ARMv6 would otherwise differ in output compared to ARMv7 | |||
| 2020-09-29 | Pool example need to import things into the mod | Henrik Tjäder | |
| 2020-09-29 | Remove stale comment | Henrik Tjäder | |
| 2020-09-29 | Update run-pass tests for stable | Henrik Tjäder | |
| 2020-09-29 | Workaround lint for now | Henrik Tjäder | |
| 2020-09-29 | Keep user code as-is within the module, add example | Henrik Tjäder | |
| 2020-09-29 | Add #[resources] to ui/single | Henrik Tjäder | |
| 2020-09-29 | All examples use #[resources] attribute | Henrik Tjäder | |
| 2020-09-25 | Update test suite output | Henrik Tjäder | |
| 2020-09-25 | Remove legacy 1.36.0 | Henrik Tjäder | |
| 2020-09-25 | Name collision with RTIC-main | Henrik Tjäder | |
| With modules the scoping is different and task names collide with main generated by RTIC | |||
| 2020-09-25 | Update new example to use mod {} | Henrik Tjäder | |
| 2020-09-25 | Due to new module boundaries the schedule fn needs to be pub | Henrik Tjäder | |
| 2020-09-25 | cfg_core is gone, cargo fmt | Henrik Tjäder | |
| 2020-09-25 | Use dev-branch for mod_const | Henrik Tjäder | |
| 2020-09-25 | Add format_ident imports | Henrik Tjäder | |
| 2020-09-25 | Modify macro tests, use mod instead of const | Henrik Tjäder | |
| 2020-09-25 | Compose the use-statements, reduce debug-printouts | Henrik Tjäder | |
| 2020-09-25 | Collect and generate required use-statements | Henrik Tjäder | |
| 2020-09-25 | Examples need to import the resources | Henrik Tjäder | |
| 2020-09-25 | Handle user hardware and software tasks and some resources | Henrik Tjäder | |
| 2020-09-25 | Modules using lower-case in examples | Henrik Tjäder | |
| 2020-09-25 | Generate mod instead of const, handle import of idle and init | Henrik Tjäder | |
| 2020-09-25 | Update documentation where const is replaced by mod | Henrik Tjäder | |
| 2020-09-25 | Update the test suite to use mod instead of const | Henrik Tjäder | |
| Changes MSRV to 1.42, failing tests updated to match 1.42. | |||
| 2020-09-25 | Examples using mod instead of const | Henrik Tjäder | |
| 2020-09-25 | Merge #365 | bors[bot] | |
| 365: Regression in master on double schedule example r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-09-25 | Fixed example and v7 flag | Emil Fresk | |
