Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2020-11-14 | Bump version numbers to v0.6.0-alpha.0 | 2 | -3/+3 | ||
2020-11-12 | Disable things which needs more work to be complete | 3 | -10/+13 | ||
2020-11-12 | Add static mut | 1 | -1/+1 | ||
2020-11-12 | Add section about task_local and lock_free | 1 | -0/+12 | ||
2020-11-12 | resources fix | 1 | -2/+2 | ||
2020-11-12 | resources | 3 | -55/+23 | ||
2020-11-12 | Updated send/sync docs | 1 | -25/+2 | ||
2020-11-12 | Fixup app/new | 1 | -3/+4 | ||
2020-11-12 | Fixed spawn and timer queue docs | 2 | -7/+3 | ||
2020-11-12 | book.toml/by-example/app | 2 | -10/+9 | ||
2020-11-12 | Updated migration guide with symmetric locks and new spawn | 1 | -26/+96 | ||
2020-11-12 | Fixup app/tips | 1 | -16/+7 | ||
2020-10-29 | extern task | 7 | -33/+127 | ||