Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-22 | Added enable/disable timer calls | 1 | -6/+15 | ||
2021-02-21 | Properly call `on_interrupt` | 1 | -0/+4 | ||
2021-02-21 | Fixed UB in generated `Monotonic::now()` | 3 | -12/+26 | ||
2021-02-20 | Fixing warnings | 1 | -2/+5 | ||
2021-02-18 | Now with new monotonic trait and crate | 8 | -24/+89 | ||
2021-02-04 | Minor fixes | 3 | -4/+12 | ||
2020-12-13 | Cleanup | 2 | -11/+0 | ||
2020-12-13 | Now handling SysTick as well | 5 | -16/+60 | ||
2020-12-13 | Reexport embedded-time as rtic::time | 2 | -3/+3 | ||
2020-12-12 | Cleanup | 3 | -19/+14 | ||
2020-12-12 | Monotonic codegen now passing compile stage | 5 | -60/+37 | ||
2020-12-10 | More work | 7 | -181/+149 | ||
2020-12-08 | TQ handlers being generated | 8 | -152/+163 | ||
2020-12-03 | Save, init generation fixed | 7 | -18/+45 | ||
2020-11-19 | Fix the link | 1 | -1/+1 | ||
2020-11-19 | Remove stale documentation, refer to the book | 1 | -185/+1 | ||
2020-11-15 | The module should not be pub | 1 | -1/+1 | ||
2020-11-15 | Move entry-point main into a separate module | 1 | -8/+11 | ||
Prevents conflict with user provided tasks named main | |||||
2020-11-14 | Multilock support | 4 | -0/+5 | ||
2020-10-29 | extern task | 2 | -28/+32 | ||
2020-10-23 | Merge #400 | 11 | -116/+60 | ||
400: codegen and examples r=AfoHT a=perlindgren just a test Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||||
2020-10-23 | move dispatchers to app argument | 11 | -116/+60 | ||
2020-10-23 | Now all locks are symmetric | 6 | -103/+61 | ||
Test fixes Fix test Fix comment | |||||
2020-10-22 | Add the cfgs on a task to the module for that task | 1 | -0/+5 | ||
2020-10-22 | Merge #396 | 11 | -172/+76 | ||
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||||
2020-10-21 | Hide lock type better to not collide with user types | 1 | -1/+1 | ||
2020-10-21 | Namespace cleanup | 6 | -52/+18 | ||
2020-10-21 | Updated examples | 9 | -137/+75 | ||
More work | |||||
2020-10-15 | Implement all clippy suggestions | 8 | -25/+28 | ||
2020-10-15 | Merge branch 'master' into spawn_experiment | 1 | -0/+16 | ||
2020-10-15 | Merge #371 | 1 | -0/+17 | ||
371: task_local and lock_free r=korken89 a=AfoHT Getting this going to test with GHA For further discussion see https://github.com/rtic-rs/rfcs/issues/30 Co-authored-by: Per <Per Lindgren> Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||||
2020-10-15 | Create Enum containing all tasks | 1 | -0/+17 | ||
2020-10-15 | Updated examples and rtic-name | 2 | -180/+0 | ||
2020-10-15 | Print module name and priority | 1 | -74/+61 | ||
2020-10-15 | task_local and lock_free analysis (take 1) | 2 | -0/+193 | ||
2020-10-15 | Merge branch 'master' into spawn_experiment | 4 | -6/+5 | ||
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 5 | -9/+7 | ||
Better error message Improved error string Update UI tests | |||||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 7 | -41/+24 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-11 | Now with spawn/schedule from anywhere | 15 | -684/+158 | ||
2020-10-08 | Merge branch 'master' into spawn_experiment | 3 | -45/+33 | ||
2020-10-08 | Added critical sections | 1 | -17/+11 | ||
2020-10-07 | Now core contains the same `Peripherals` type based on monotonic | 1 | -2/+2 | ||
2020-10-05 | spawn POC works, likely unsound, cleanup | 3 | -81/+0 | ||
2020-10-05 | spawn POC works, likely unsound | 8 | -10/+169 | ||
2020-10-05 | Added back accidentally removed block | 2 | -2/+7 | ||
2020-10-05 | Merge branch 'master' into always_late_resources | 12 | -74/+202 | ||
2020-10-02 | Merge branch 'master' into mod_const | 1 | -0/+8 | ||
2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | 1 | -0/+8 | ||
2020-10-01 | Now late resources are always used | 2 | -37/+27 | ||
2020-10-01 | Rename const_app to mod_app | 6 | -64/+52 | ||