Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-07-06 | Minimal app now compiles | 14 | -348/+284 | |
2021-07-05 | Started work | 10 | -146/+283 | |
2021-05-27 | Prepare release alpha.4 | 3 | -9/+5 | |
2021-05-23 | Minor cleanup | 1 | -1/+1 | |
2021-05-06 | Flattened the _ out of it | 10 | -143/+146 | |
2021-04-22 | Merge #469 | 10 | -58/+127 | |
2021-04-22 | Keep comments | 6 | -1/+12 | |
2021-04-22 | use super::xx now works with monotonics | 1 | -0/+5 | |
2021-04-20 | Merge #477 | 1 | -0/+8 | |
2021-04-20 | Fix for default monotonic, `monotonics::now()` now properly works | 1 | -0/+8 | |
2021-04-18 | reclaim stack space used in init | 1 | -2/+10 | |
2021-04-08 | Goodbye static mut | 10 | -58/+116 | |
2021-04-08 | 0.6.0-alpha.2 release | 1 | -1/+1 | |
2021-04-08 | Fixed UB in `spawn_at` | 2 | -14/+6 | |
2021-04-08 | Type aliases now work in the app module | 4 | -13/+31 | |
2021-03-22 | Updated schedule example with all combinations | 1 | -12/+0 | |
2021-03-20 | Cancel and reschedule working | 3 | -20/+70 | |
2021-03-13 | Added interface for cancel/reschedule | 3 | -11/+79 | |
2021-03-04 | Preparing release 0.6.0-alpha.1 | 2 | -3/+3 | |
2021-03-02 | Updated `spawn_after` docs | 1 | -0/+3 | |
2021-02-25 | Documentation generation fixes | 11 | -81/+99 | |
2021-02-25 | Review fixes | 2 | -7/+4 | |
2021-02-23 | GHA update | 2 | -3/+6 | |
2021-02-22 | Use zero time in init for `spawn_after` to not cause panic | 1 | -1/+6 | |
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 | 8 | -19/+46 | |
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 | |
2020-11-14 | Multilock support | 4 | -0/+5 | |
2020-11-14 | Bump version numbers to v0.6.0-alpha.0 | 1 | -1/+1 | |
2020-10-29 | extern task | 2 | -28/+32 | |
2020-10-23 | Merge #400 | 11 | -116/+60 | |
2020-10-23 | move dispatchers to app argument | 11 | -116/+60 | |
2020-10-23 | Now all locks are symmetric | 6 | -103/+61 | |
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 |