Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-07 | Fixing tests | 1 | -57/+0 | ||
2021-04-07 | Updated dwt-systick-monotonic | 1 | -5/+2 | ||
2021-02-23 | GHA update | 1 | -5/+15 | ||
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-20 | Test fixes | 1 | -4/+3 | ||
2020-10-23 | Merge #400 | 1 | -8/+1 | ||
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 | 1 | -8/+1 | ||
2020-10-23 | Now all locks are symmetric | 1 | -1/+1 | ||
Test fixes Fix test Fix comment | |||||
2020-10-21 | Updated examples | 1 | -2/+3 | ||
More work | |||||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 1 | -14/+5 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-05 | Merge branch 'master' into always_late_resources | 1 | -2/+3 | ||
2020-10-01 | Now late resources are always used | 1 | -1/+3 | ||
2020-09-29 | All examples use #[resources] attribute | 1 | -0/+1 | ||
2020-09-25 | Modules using lower-case in examples | 1 | -1/+1 | ||
2020-09-25 | Examples using mod instead of const | 1 | -2/+2 | ||
2020-09-14 | Fixed so examples do not crash in release mode | 1 | -1/+3 | ||
2020-06-26 | Examples: Clarify extern section | 1 | -1/+4 | ||
Some beginners are confused about the "extern" section, so I added an explanation comment to all examples. Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0. | |||||
2020-06-11 | Rename RTFM to RTIC | 1 | -3/+3 | ||
2019-08-21 | doc up | 1 | -23/+24 | ||
2019-07-10 | implement RFC #212 | 1 | -5/+8 | ||
2019-06-20 | RFC #207 | 1 | -8/+8 | ||
2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | 1 | -5/+4 | ||
2019-05-01 | update examples | 1 | -23/+23 | ||
2018-11-04 | impl Mutex on all shared resources | 1 | -1/+2 | ||
document how to write generic code that operates on resources | |||||
2018-11-03 | v0.4.0 | 1 | -0/+54 | ||
closes #32 closes #33 |