| Age | Commit message (Expand) | Author |
| 2022-02-22 | Clippy with pedantic suggestions | Henrik Tjäder |
| 2021-12-25 | Clippy lints | Henrik Tjäder |
| 2021-11-09 | New monotonic trait working | Emil Fresk |
| 2021-11-02 | Fixed aliasing issue due to RacyCell implementation | Emil Fresk |
| 2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of th... | datdenkikniet |
| 2021-07-07 | Fixing tests | Emil Fresk |
| 2021-07-07 | Full local resource syntax working | Emil Fresk |
| 2021-07-06 | Minimal app now compiles | Emil Fresk |
| 2021-07-05 | Started work | Emil Fresk |
| 2021-05-06 | Flattened the _ out of it | Emil Fresk |
| 2021-04-22 | Merge #469 | bors[bot] |
| 2021-04-22 | use super::xx now works with monotonics | Emil Fresk |
| 2021-04-20 | Merge #477 | bors[bot] |
| 2021-04-20 | Fix for default monotonic, `monotonics::now()` now properly works | Emil Fresk |
| 2021-04-18 | reclaim stack space used in init | Conor Patrick |
| 2021-04-08 | Goodbye static mut | Emil Fresk |
| 2021-04-08 | Type aliases now work in the app module | Emil Fresk |
| 2021-02-25 | Documentation generation fixes | Emil Fresk |
| 2021-02-25 | Review fixes | Emil Fresk |
| 2021-02-23 | GHA update | Emil Fresk |
| 2021-02-21 | Fixed UB in generated `Monotonic::now()` | Emil Fresk |
| 2021-02-20 | Fixing warnings | Emil Fresk |
| 2021-02-18 | Now with new monotonic trait and crate | Emil Fresk |
| 2020-12-13 | Now handling SysTick as well | Emil Fresk |
| 2020-12-12 | Cleanup | Emil Fresk |
| 2020-12-10 | More work | Emil Fresk |
| 2020-12-03 | Save, init generation fixed | Emil Fresk |
| 2020-11-15 | The module should not be pub | Henrik Tjäder |
| 2020-11-15 | Move entry-point main into a separate module | Henrik Tjäder |
| 2020-10-23 | move dispatchers to app argument | Per Lindgren |
| 2020-10-21 | Namespace cleanup | Emil Fresk |
| 2020-10-21 | Updated examples | Emil Fresk |
| 2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk |
| 2020-10-15 | Merge #371 | bors[bot] |
| 2020-10-15 | Create Enum containing all tasks | Henrik Tjäder |
| 2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk |
| 2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | Emil Fresk |
| 2020-10-11 | Fixing examples and tests, modules now import user imports correctly | Emil Fresk |
| 2020-10-11 | Now with spawn/schedule from anywhere | Emil Fresk |
| 2020-10-05 | spawn POC works, likely unsound, cleanup | Per Lindgren |
| 2020-10-05 | spawn POC works, likely unsound | Per Lindgren |
| 2020-10-01 | Rename const_app to mod_app | Henrik Tjäder |
| 2020-09-29 | Remove stale comment | Henrik Tjäder |
| 2020-09-29 | Keep user code as-is within the module, add example | Henrik Tjäder |
| 2020-09-25 | cfg_core is gone, cargo fmt | Henrik Tjäder |
| 2020-09-25 | Compose the use-statements, reduce debug-printouts | Henrik Tjäder |
| 2020-09-25 | Handle user hardware and software tasks and some resources | Henrik Tjäder |
| 2020-09-25 | Generate mod instead of const, handle import of idle and init | Henrik Tjäder |
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder |
| 2020-09-01 | Cargo fmt | Henrik Tjäder |