| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-23 | Now all locks are symmetric | Emil Fresk | |
| Test fixes Fix test Fix comment | |||
| 2020-10-22 | Add the cfgs on a task to the module for that task | Henrik Tjäder | |
| 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 | Hide lock type better to not collide with user types | Emil Fresk | |
| 2020-10-21 | Namespace cleanup | Emil Fresk | |
| 2020-10-21 | Updated examples | Emil Fresk | |
| More work | |||
| 2020-10-15 | Implement all clippy suggestions | Henrik Tjäder | |
| 2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk | |
| 2020-10-15 | Merge #371 | bors[bot] | |
| 371: task_local and lock_free r=korken89 a=AfoHT Getting this going to test with GHA For further discussion see https://github.com/rtic-rs/rfcs/issues/30 Co-authored-by: Per <Per Lindgren> Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-10-15 | Create Enum containing all tasks | Henrik Tjäder | |
| 2020-10-15 | Updated examples and rtic-name | Henrik Tjäder | |
| 2020-10-15 | Print module name and priority | Henrik Tjäder | |
| 2020-10-15 | task_local and lock_free analysis (take 1) | Per | |
| 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-10-08 | Merge branch 'master' into spawn_experiment | Emil Fresk | |
| 2020-10-08 | Added critical sections | Emil Fresk | |
| 2020-10-07 | Now core contains the same `Peripherals` type based on monotonic | 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-05 | Added back accidentally removed block | Emil Fresk | |
| 2020-10-05 | Merge branch 'master' into always_late_resources | Emil Fresk | |
| 2020-10-02 | Merge branch 'master' into mod_const | Henrik Tjäder | |
| 2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | Emil Fresk | |
| 2020-10-01 | Now late resources are always used | Emil Fresk | |
| 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 | Due to new module boundaries the schedule fn needs to be pub | Henrik Tjäder | |
| 2020-09-25 | cfg_core is gone, cargo fmt | Henrik Tjäder | |
| 2020-09-25 | Add format_ident imports | Henrik Tjäder | |
| 2020-09-25 | Modify macro tests, use mod instead of const | Henrik Tjäder | |
| 2020-09-25 | Compose the use-statements, reduce debug-printouts | Henrik Tjäder | |
| 2020-09-25 | Collect and generate required use-statements | 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-25 | Update documentation where const is replaced by mod | Henrik Tjäder | |
| 2020-09-01 | Remove stale code, fix comment styling | Henrik Tjäder | |
| 2020-09-01 | Since there only will be one init/idle use .first().unwrap(), matching ↵ | Henrik Tjäder | |
| rtic-syntax | |||
| 2020-09-01 | Cargo fmt | Henrik Tjäder | |
| 2020-09-01 | Brutally yank out multicore | Henrik Tjäder | |
| 2020-08-27 | Reuse cortex-m | Henrik Tjäder | |
| 2020-07-09 | rtic::export::Peripherals created by into instead of transmute | Per Lindgren | |
| 2020-06-30 | Fixes an issue where one could double take the cortex_m Peripheral | Emil Fresk | |
| Added qemu test Added comment Typo Add cfg for homogeneous More cfg Now multicore working Add .run file | |||
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-11 | Fmt | Emil Fresk | |
| 2020-06-11 | Merge #314 | bors[bot] | |
| 314: do not optimize build deps r=korken89 a=japaric this may make CI faster Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2020-06-11 | Merge #315 | bors[bot] | |
| 315: allow handlers to be named 'main' r=korken89 a=japaric `#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com> | |||
