Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-19 | async haxx (public Priority)async_experiment | 2 | -1/+3 | ||
2020-10-15 | Implement all clippy suggestions | 8 | -25/+28 | ||
2020-10-15 | Merge branch 'master' into spawn_experiment | 2 | -0/+17 | ||
2020-10-15 | Use master branch on syntax | 1 | -1/+1 | ||
2020-10-15 | Merge #371 | 2 | -1/+19 | ||
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 | 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 | 3 | -186/+2 | ||
2020-10-15 | Print module name and priority | 1 | -74/+61 | ||
2020-10-15 | task_local and lock_free analysis (take 1) | 3 | -1/+199 | ||
2020-10-15 | Merge branch 'master' into spawn_experiment | 4 | -6/+5 | ||
2020-10-15 | Detect if the rt flag is defined in the PAC/HAL | 5 | -9/+7 | ||
Better error message Improved error string Update UI tests | |||||
2020-10-11 | Fixing examples and tests, modules now import user imports correctly | 8 | -42/+25 | ||
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||||
2020-10-11 | Now with spawn/schedule from anywhere | 16 | -685/+159 | ||
2020-10-08 | Merge branch 'master' into spawn_experiment | 3 | -45/+33 | ||
2020-10-08 | Added critical sections | 1 | -17/+11 | ||
2020-10-07 | Now core contains the same `Peripherals` type based on monotonic | 1 | -2/+2 | ||
2020-10-05 | spawn POC works, likely unsound, cleanup | 3 | -81/+0 | ||
2020-10-05 | spawn POC works, likely unsound | 8 | -10/+169 | ||
2020-10-05 | Added back accidentally removed block | 2 | -2/+7 | ||
2020-10-05 | Move to master of rtic-syntax | 1 | -1/+1 | ||
2020-10-05 | Merge branch 'master' into always_late_resources | 12 | -74/+202 | ||
2020-10-05 | Use latest rtic-syntax master | 1 | -1/+1 | ||
2020-10-02 | Merge branch 'master' into mod_const | 1 | -0/+8 | ||
2020-10-01 | Added `bare_metal::CriticalSection` to `init::Context` | 1 | -0/+8 | ||
2020-10-01 | Now late resources are always used | 3 | -38/+28 | ||
2020-10-01 | Rename const_app to mod_app | 6 | -64/+52 | ||
2020-09-29 | Remove stale comment | 1 | -1/+0 | ||
2020-09-29 | Keep user code as-is within the module, add example | 2 | -1/+8 | ||
2020-09-25 | Due to new module boundaries the schedule fn needs to be pub | 1 | -3/+3 | ||
2020-09-25 | cfg_core is gone, cargo fmt | 6 | -19/+36 | ||
2020-09-25 | Use dev-branch for mod_const | 1 | -1/+1 | ||
2020-09-25 | Add format_ident imports | 2 | -2/+2 | ||
2020-09-25 | Modify macro tests, use mod instead of const | 1 | -2/+2 | ||
2020-09-25 | Compose the use-statements, reduce debug-printouts | 1 | -18/+12 | ||
2020-09-25 | Collect and generate required use-statements | 6 | -12/+57 | ||
2020-09-25 | Handle user hardware and software tasks and some resources | 4 | -6/+71 | ||
2020-09-25 | Generate mod instead of const, handle import of idle and init | 1 | -3/+16 | ||
2020-09-25 | Update documentation where const is replaced by mod | 1 | -3/+2 | ||
2020-09-04 | Use rtic-rs master | 1 | -1/+1 | ||
2020-09-01 | Remove stale code, fix comment styling | 20 | -600/+40 | ||
2020-09-01 | Since there only will be one init/idle use .first().unwrap(), matching ↵ | 5 | -18/+9 | ||
rtic-syntax | |||||
2020-09-01 | Cargo fmt | 11 | -100/+54 | ||
2020-09-01 | Brutally yank out multicore | 27 | -725/+706 | ||
2020-08-27 | Preparing v0.5.5 release | 1 | -1/+1 | ||
2020-08-27 | Reuse cortex-m | 1 | -2/+1 | ||
2020-08-26 | Preparing for 0.5.4 release | 1 | -1/+1 | ||
2020-07-09 | rtic::export::Peripherals created by into instead of transmute | 1 | -6/+8 | ||
2020-06-30 | Fixes an issue where one could double take the cortex_m Peripheral | 1 | -0/+7 | ||
Added qemu test Added comment Typo Add cfg for homogeneous More cfg Now multicore working Add .run file |