| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | 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 | v0.4.0 | Jorge Aparicio | |
| closes #32 closes #33 | |||
| 2018-08-24 | more fixes | Jorge Aparicio | |
| 2018-06-07 | Fix "Could not find `Op` in `proc_macro`" | Ferdia McKeogh | |
| 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-17 | add missing comma | Jorge Aparicio | |
| 2017-12-09 | safe `&'static mut` references via init.resources | Jorge Aparicio | |
| 2017-12-09 | implement the Resource trait for owned resources | Jorge Aparicio | |
| this unbreaks the "generics" example | |||
| 2017-12-09 | drop the Static wrapper | Jorge Aparicio | |
| 2017-12-09 | make resource proxies not Sync | Jorge Aparicio | |
| 2017-12-09 | make resource proxies !Send | Jorge Aparicio | |
| 2017-12-09 | rename LateResourceValues to LateResources | Jorge Aparicio | |
| 2017-12-09 | remove special case around peripherals from codegen | Jorge Aparicio | |
| 2017-12-09 | peripherals as scoped singletons | Jorge Aparicio | |
| 2017-11-22 | v0.2.2 | Jorge Aparicio | |
| 2017-10-02 | fix `idle::Resources::new` | Jorge Aparicio | |
| it assumed that all resources were "early" resources | |||
| 2017-09-22 | Fix shared resource handling and extend example. | Jonas Schievink | |
| The extended example tests that this actually works this time. | |||
| 2017-09-22 | Simplify iterator usage | Jonas Schievink | |
| 2017-09-06 | Use `untagged_option` crate | Jonas Schievink | |
| 2017-09-03 | Allow initialization of resources in `init`. | Jonas Schievink | |
| 2017-07-29 | v0.2.0 | Jorge Aparicio | |
| 2017-07-29 | update examples | Jorge Aparicio | |
| 2017-07-27 | `Send`-ness check is now in rtfm-core | Jorge Aparicio | |
| 2017-07-27 | make task.$T.path mandatory | Jorge Aparicio | |
| 2017-07-27 | make task.$T.enabled optional | Jorge Aparicio | |
| and move the logic that differentiates interrupts from exceptions from the crate to the procedural macro logic | |||
| 2017-07-27 | don't generate empty modules | Jorge Aparicio | |
| 2017-07-27 | make task.$T.priority optional | Jorge Aparicio | |
| default the value to 1 if omitted | |||
