Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | |
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 | |
2020-10-23 | Updating the changelog | 1 | -12/+42 | |
2020-10-23 | move dispatchers to app argument | 37 | -287/+124 | |
2020-10-23 | Now all locks are symmetric | 22 | -221/+181 | |
2020-10-22 | Add the cfgs on a task to the module for that task | 2 | -0/+99 | |
2020-10-22 | Fix UI tests | 2 | -20/+20 | |
2020-10-21 | Hide lock type better to not collide with user types | 1 | -1/+1 | |
2020-10-21 | Namespace cleanup | 11 | -63/+31 | |
2020-10-21 | Updated examples | 45 | -214/+176 | |
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 |