| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Async tasks can now take arguments at spawn again | Emil Fresk | |
| 2023-03-01 | Start CI, disable docs building | Emil Fresk | |
| 2023-03-01 | Clippy fixes | Emil Fresk | |
| 2023-03-01 | Support 0 prio tasks | Emil Fresk | |
| 2023-03-01 | Fix failing UI test | Emil Fresk | |
| 2023-03-01 | Removed same prio spawn | Emil Fresk | |
| 2023-03-01 | Even more cleanup | Emil Fresk | |
| 2023-03-01 | Min codegen | Emil Fresk | |
| 2023-03-01 | syntax: Remove parse settings struct | Emil Fresk | |
| 2023-03-01 | Old xtask test pass | Emil Fresk | |
| 2023-03-01 | RTIC v2: Initial commit | Emil Fresk | |
| rtic-syntax is now part of RTIC repository | |||
| 2017-07-14 | split macro parser into its own crate and improve error handling / reporting | Jorge Aparicio | |
| 2017-07-08 | make the tasks and resources fields optional | Jorge Aparicio | |
| 2017-07-06 | syntax tweaks, relax check, add set_pending(), deal with imported types | Jorge Aparicio | |
| - allow trailing commas in list of resources - make task.resources optional - add rtfm::set_pending function which can be used to force an interrupt into the pending state. This is a replacement of the old rtfm::request. rtfm::set_pending takes the Interrupt enum provided by the device crate as argument. (The old rtfm::request took a task function as argument) - the user may want to use types they imported into the root of the crate. These types are not available in e.g. `mod idle` so `idle::Resources` *can't* be defined in that module. To workaround this problem `idle::Resources` will be defined in the root, with some other name, and then be re-exported in the `idle` module. - remove the "a resource only used by one task should be local data" check. In some cases you do want a resource owned by a single task instead of local data since `init` can access resources but not a task local data. | |||
| 2017-07-06 | rtfm!: remove init.resources and make idle.local optional | Jorge Aparicio | |
| 2017-07-04 | rtfm! macro take 2 | Jorge Aparicio | |
