| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | datdenkikniet | |
| these functions more straightforward. fq_ident is always internal rq_ident is always internal monotonic_ident is always internal inputs_ident is always internal local_resources_ident is always internal shared_resources_ident is always internal monotonic_instants_ident is always internal tq_ident is always internal timer_queue_marker_ident is always internal static_shared_resource_ident is always internal static_local_resource_ident is always internal declared_static_local_resource_ident is always internal Only names, not idents, are now marked as internal Use same rtic internal everywhere | |||
| 2021-08-19 | Fixed some lints from Rust Analyzer with experimental proc-macros | Emil Fresk | |
| 2021-08-16 | Remove linked list impl - use heapless, linked list init now const fn | Emil Fresk | |
| 2021-07-09 | const generics | Andrey Zgarbul | |
| 2021-05-06 | Flattened the _ out of it | Emil Fresk | |
| 2021-04-22 | Keep comments | Emil Fresk | |
| 2021-04-08 | Goodbye static mut | Emil Fresk | |
| 2021-03-20 | Cancel and reschedule working | Emil Fresk | |
| Support cfgs in the imports Account for extern tasks | |||
| 2021-03-13 | Added interface for cancel/reschedule | Emil Fresk | |
| Use wrapping add for marker No need to store handle to queue Remove unnecessary `SpawnHandle::new` Fix test Updated interface to follow proposal | |||
| 2021-02-25 | Documentation generation fixes | Emil Fresk | |
| Test fixes | |||
| 2021-02-21 | Properly call `on_interrupt` | Emil Fresk | |
| 2021-02-21 | Fixed UB in generated `Monotonic::now()` | Emil Fresk | |
| 2021-02-18 | Now with new monotonic trait and crate | Emil Fresk | |
| 2021-02-04 | Minor fixes | Emil Fresk | |
| 2020-12-13 | Cleanup | Emil Fresk | |
| 2020-12-13 | Now handling SysTick as well | Emil Fresk | |
| 2020-12-12 | Monotonic codegen now passing compile stage | Emil Fresk | |
| 2020-12-10 | More work | Emil Fresk | |
| 2020-12-08 | TQ handlers being generated | Emil Fresk | |
| 2020-10-23 | move dispatchers to app argument | Per Lindgren | |
| 2020-10-22 | Merge #396 | bors[bot] | |
| 396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-10-21 | Namespace cleanup | Emil Fresk | |
| 2020-10-15 | Implement all clippy suggestions | 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 | |
| Better error message Improved error string Update UI tests | |||
| 2020-10-11 | Fixing examples and tests, modules now import user imports correctly | Emil Fresk | |
| Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||
| 2020-10-11 | Now with spawn/schedule from anywhere | Emil Fresk | |
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2019-06-29 | WIP | Jorge Aparicio | |
| 2019-06-18 | add homogeneous multi-core support | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
