Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-02 | Bump heapless | 1 | -1/+1 | ||
2021-02-25 | Documentation generation fixes | 12 | -96/+114 | ||
Test fixes | |||||
2021-02-25 | Review fixes | 4 | -9/+5 | ||
2021-02-23 | No need for new rtic-core | 1 | -2/+2 | ||
2021-02-23 | GHA update | 8 | -70/+143 | ||
Fmt fixes Spawn_after did not work with parameters Examples working again Revert "GHA update" This reverts commit e0a71d4859966a6c5cf2629d3cb27e88acada9c0. Readd flags Only add DWT based dep with __v7 flag | |||||
2021-02-23 | Test output fix | 3 | -8/+8 | ||
2021-02-23 | Remove flags, updates UI tests | 8 | -64/+18 | ||
2021-02-22 | Use zero time in init for `spawn_after` to not cause panic | 1 | -1/+6 | ||
2021-02-22 | Updated to new interface | 1 | -3/+2 | ||
2021-02-22 | Added enable/disable timer calls | 2 | -7/+19 | ||
2021-02-22 | Of by 1 | 1 | -2/+2 | ||
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 | Test fixes | 50 | -199/+121 | ||
2021-02-20 | Fixing warnings | 1 | -2/+5 | ||
2021-02-18 | Now with new monotonic trait and crate | 12 | -58/+134 | ||
2021-02-05 | Minor grammar correction | 1 | -1/+1 | ||
you -> your | |||||
2021-02-04 | Minor fixes | 3 | -4/+12 | ||
2021-01-19 | Update the hashes related rust | 2 | -4/+4 | ||
2021-01-19 | Remove the ci-failure GHA job | 1 | -18/+0 | ||
2021-01-10 | cleanup | 1 | -7/+2 | ||
2021-01-04 | Bump hashes for Rust 1.49 | 2 | -4/+4 | ||
2021-01-04 | Bump cortex-m to 0.7.0 | 2 | -3/+6 | ||
2020-12-13 | Cleanup | 3 | -65/+49 | ||
2020-12-13 | Now handling SysTick as well | 6 | -17/+61 | ||
2020-12-13 | Double check the compare instant | 1 | -4/+13 | ||
2020-12-13 | Less ... hacky? | 1 | -2/+3 | ||
2020-12-13 | Reexport embedded-time as rtic::time | 4 | -5/+5 | ||
2020-12-12 | Cleanup | 4 | -22/+15 | ||
2020-12-12 | Monotonic codegen now passing compile stage | 8 | -220/+190 | ||
2020-12-10 | More work | 10 | -185/+164 | ||
2020-12-08 | TQ handlers being generated | 10 | -154/+171 | ||
2020-12-03 | Save, init generation fixed | 13 | -242/+229 | ||
2020-12-03 | Removed monotonic trait, moved to rtic-core | 1 | -44/+0 | ||
2020-11-26 | Removed cortex-m-rt | 2 | -2/+0 | ||
2020-11-19 | Fix the link | 1 | -1/+1 | ||
2020-11-19 | Test fixes for 1.48 | 3 | -20/+20 | ||
2020-11-19 | New logo, new text | 2 | -42/+12 | ||
2020-11-19 | Remove stale documentation, refer to the book | 1 | -185/+1 | ||
2020-11-17 | Use SVG logo instead | 3 | -1/+139 | ||
2020-11-16 | Add the logo to the book preface | 2 | -0/+4 | ||
2020-11-16 | Remove the rest of Travis CI | 3 | -367/+0 | ||
2020-11-15 | The module should not be pub | 1 | -1/+1 | ||
2020-11-15 | Move entry-point main into a separate module | 2 | -8/+37 | ||
Prevents conflict with user provided tasks named main | |||||
2020-11-14 | Added multilock to CI | 3 | -3/+9 | ||
2020-11-14 | Updated changelog, use released version of rtic-core | 2 | -2/+5 | ||
2020-11-14 | Add multilock to the book | 2 | -1/+9 | ||
2020-11-14 | Multilock support | 7 | -2/+85 | ||
2020-11-14 | Remove microamp dependency | 1 | -4/+0 | ||
2020-11-14 | Update the Changelog | 1 | -0/+6 | ||