| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | Added `bare_metal::CriticalSection` to `init::Context` | Emil Fresk | |
| 2020-10-01 | Start updating the book | 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 | |
| 2020-09-25 | Merge #366 | bors[bot] | |
| 366: Also check examples which require __v7 r=korken89 a=AfoHT This will currently fail similarly like in #364 which affects all examples using schedule But this is required to fully check all examples. Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-09-25 | Also check examples which require __v7 | Henrik Tjäder | |
| 2020-09-24 | Merge branch 'master' into schedule_regression | Emil Fresk | |
| 2020-09-24 | Regression in master on double schedule | Emil Fresk | |
| 2020-09-22 | Merge #360 | bors[bot] | |
| 360: Improved loop example docs to highlight that one cannot have empty lo… r=AfoHT a=korken89 …ops in idle Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-09-15 | Improved loop example docs to highlight that one cannot have empty loops in idle | Emil Fresk | |
| 2020-09-15 | Merge #358 | bors[bot] | |
| 358: Fixed so examples do not crash in release mode r=AfoHT a=korken89 Fixes #357 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-09-14 | Fixed so examples do not crash in release mode | Emil Fresk | |
