| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-21 | v0.4.3 | Jorge Aparicio | |
| 2019-04-16 | Merge #170 | bors[bot] | |
| 170: check task priority at compile time r=TeXitoi a=japaric before we were checking the priority at runtime. The compile time error message when the priority is too high is kind of awful though. Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-04-17 | now fix the fix | Jorge Aparicio | |
| 2019-04-16 | more nightly fixes | Jorge Aparicio | |
| 2019-04-16 | [NFC] fix nightly ci | Jorge Aparicio | |
| 2019-04-16 | check task priority at compile time | Jorge Aparicio | |
| before we were checking the priority at runtime. The compile time error message when the priority is too high is kind of awful though. | |||
| 2019-02-27 | v0.4.2 | Jorge Aparicio | |
| 2019-02-26 | refactor: make `binds` harder to misuse | Jorge Aparicio | |
| 2019-02-26 | `binds` can only appear once in the argument list | Jorge Aparicio | |
| 2019-02-26 | add `binds` example and make it work | Jorge Aparicio | |
| 2019-02-26 | make cfail test actually fail | Jorge Aparicio | |
| 2019-02-26 | add `binds` argument to the `interrupt` and `exception` attributes | Jorge Aparicio | |
| 2019-02-23 | reject duplicate arguments in #[interrupt] and #[exception] | Jorge Aparicio | |
| This program was being accepted: ``` rust #[task( capacity = 1, capacity = 2, priority = 1, priority = 2, )] fn foo() {} ``` now it will trigger a compiler error | |||
| 2019-02-19 | add "nightly" feature | Jorge Aparicio | |
| 2019-02-16 | rebase fix | Jorge Aparicio | |
| 2019-02-16 | cargo fmt | Jorge Aparicio | |
| 2019-02-16 | make debug builds reproducible | Jorge Aparicio | |
| 2019-02-16 | Make generated names stable when sorting. | Hugo van der Wijst | |
| 2019-02-16 | Seed RNG with package name and prepend string to full random name. | Hugo van der Wijst | |
| 2019-02-16 | Make identifiers deterministic. | Hugo van der Wijst | |
| 2019-02-16 | Make builds reproducible | Hugo van der Wijst | |
| This is done by using `BTreeMap`s and `BTreeSet`s to get deterministic ordering. Also updated the CI job to check reproducibility of all examples. | |||
| 2019-02-13 | fix non_camel_case_types warnings | Jorge Aparicio | |
| 2019-02-12 | bump macros version | Jorge Aparicio | |
| 2019-02-12 | accept `init: fn() -> init::LateResources` | Jorge Aparicio | |
| 2019-02-12 | forbid early returns in init | Jorge Aparicio | |
| 2019-01-17 | Fix build on recent nightlies. | Hugo van der Wijst | |
| 2018-12-16 | v0.4.0 | Jorge Aparicio | |
| 2018-12-16 | move macros crate to the 2018 edition | Jorge Aparicio | |
| 2018-12-16 | properly handle `#[cfg]` (conditional compilation) on tasks | Jorge Aparicio | |
| 2018-12-16 | properly handle #[cfg] (conditional compilation) on resources | Jorge Aparicio | |
| 2018-12-16 | use the single core variant of spsc::Queue | Jorge Aparicio | |
| 2018-12-15 | codegen/statics: forward #[cfg] attributes | Jorge Aparicio | |
| fixes #110 | |||
| 2018-12-15 | move some interrupt configuration to pre_init | Jorge Aparicio | |
| 2018-12-15 | codegen: merge dictionaries related to task dispatchers | Jorge Aparicio | |
| 2018-12-15 | codegen: merge dictionaries related to tasks | Jorge Aparicio | |
| 2018-12-02 | codegen: stop using `export_name` | Jorge Aparicio | |
| `export_name` creates external symbols that won't be removed when using `-Z emit-stack-sizes` | |||
| 2018-11-04 | 0.4.0-beta.2 | Jorge Aparicio | |
| 2018-11-04 | fix codegen | Jorge Aparicio | |
| 2018-11-04 | impl Mutex on all shared resources | Jorge Aparicio | |
| document how to write generic code that operates on resources | |||
| 2018-11-03 | update macros/Cargo.toml | Jorge Aparicio | |
| 2018-11-03 | v0.4.0 | Jorge Aparicio | |
| closes #32 closes #33 | |||
| 2018-08-24 | v0.3.3 | Jorge Aparicio | |
| 2018-08-24 | more fixes | Jorge Aparicio | |
| 2018-06-07 | Fix mistakes in dependencies | Ferdia McKeogh | |
| 2018-06-07 | Fix "Could not find `Op` in `proc_macro`" | Ferdia McKeogh | |
| 2018-04-16 | switch to a crates.io release of rtfm-syntax | Jorge Aparicio | |
| 2018-04-16 | update parser | Jorge Aparicio | |
| closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path. | |||
| 2018-01-15 | v0.3.0 | Jorge Aparicio | |
| 2018-01-11 | adapt to changes in the cortex-m crate | Jorge Aparicio | |
| 2017-12-23 | switch to master branches | Jorge Aparicio | |
