Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-15 | Use latest GHA mdBook action | 1 | -2/+2 | ||
2020-10-15 | Implement all clippy suggestions | 11 | -29/+61 | ||
2020-10-15 | Use master branch on syntax | 1 | -1/+1 | ||
2020-10-15 | Fix comments in examples | 2 | -2/+2 | ||
2020-10-15 | Updated syntax crate | 1 | -1/+1 | ||
2020-10-15 | Create Enum containing all tasks | 1 | -0/+17 | ||
2020-10-15 | Changed branch for rtic-syntax | 1 | -2/+2 | ||
2020-10-15 | Updated examples and rtic-name | 11 | -342/+141 | ||
2020-10-15 | Add example with features on all resources combined with lock_free and ↵ | 2 | -0/+192 | ||
task_local | |||||
2020-10-15 | Print module name and priority | 1 | -74/+61 | ||
2020-10-15 | task_local and lock_free analysis (take 1) | 7 | -1/+444 | ||
2020-10-15 | Made relation between priority and number explicit | 1 | -3/+6 | ||
When quickly reading through the priorities chapter, I couldn't find in which order the priorities were, so I assumed it was the same as in the hardware. In the cortex-m hardware, interrupts with the **lower** priority number will preempt the other interrupts. RTIC does the reverse, so I think it's good to be more explicit about it. | |||||
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 6 | -15/+7 | ||
Better error message Improved error string Update UI tests | |||||
2020-10-13 | device path must be absolute; clarify | 2 | -6/+25 | ||
2020-10-12 | UI fix | 2 | -6/+6 | ||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 28 | -246/+148 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-11 | Now with spawn/schedule from anywhere | 19 | -693/+171 | ||
2020-10-08 | Added critical sections | 1 | -17/+11 | ||
2020-10-07 | Now core contains the same `Peripherals` type based on monotonic | 2 | -2/+30 | ||
2020-10-07 | minor md lints and wording clarification | 2 | -11/+12 | ||
2020-10-06 | Fix MD-lints, add Matrix and meeting notes badges | 1 | -6/+14 | ||
2020-10-06 | Restore links to docs | 1 | -0/+4 | ||
2020-10-05 | spawn examples updated | 2 | -1/+40 | ||
2020-10-05 | spawn POC works, likely unsound, cleanup | 3 | -81/+0 | ||
2020-10-05 | spawn POC works, likely unsound | 9 | -10/+202 | ||
2020-10-05 | Split up migration guides into its own sections | 5 | -332/+335 | ||
2020-10-05 | Run the macro tests | 1 | -0/+54 | ||
2020-10-05 | Added back accidentally removed block | 2 | -2/+7 | ||
2020-10-05 | Move to master of rtic-syntax | 1 | -1/+1 | ||
2020-10-05 | Overwrite steerr files | 1 | -1/+1 | ||
2020-10-05 | Separate example check and run-pass tests | 1 | -1/+48 | ||
2020-10-05 | Also update for the deploy stage | 1 | -2/+1 | ||
2020-10-05 | Unable to use git for tags | 1 | -5/+6 | ||
2020-10-05 | Use a full copy of the book instead of symlink | 1 | -2/+4 | ||
2020-10-05 | Fix broken symlink | 1 | -2/+2 | ||
2020-10-05 | Use latest rtic-syntax master | 1 | -1/+1 | ||
2020-10-05 | v must be first in the tag, document the version | 1 | -1/+5 | ||
2020-10-05 | Ensure pre-releases are not included | 1 | -1/+1 | ||
2020-10-05 | The stable book should build from branch | 1 | -11/+17 | ||
2020-10-03 | Updated documentation to include the critical section token in init | 2 | -3/+8 | ||
2020-10-02 | Remove leftover v1.36 hacks | 1 | -6/+0 | ||
2020-10-02 | Prepare the book for v0.6 | 1 | -2/+4 | ||
2020-10-02 | Update ui-test | 1 | -2/+2 | ||
2020-10-02 | minor markdownlints | 4 | -7/+3 | ||
2020-10-02 | Shared access is useful with interior mutability | 1 | -1/+3 | ||
2020-10-02 | Describe the resource struct attribute migration steps | 1 | -0/+31 | ||
2020-10-02 | Clarify the need for resources-attribute | 1 | -0/+2 | ||
2020-10-02 | close console text blocks on a new line | 5 | -16/+32 | ||
fixes #369 | |||||
2020-10-02 | Add migration to 0.6 along with updated documentation | 14 | -73/+140 | ||
2020-10-01 | Remove exports related to heterogeneous multi-core support | 1 | -2/+0 | ||