| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | fix yet another warning on ARMv6-M | Jorge Aparicio | |
| 2017-07-27 | travis: install linker | Jorge Aparicio | |
| 2017-07-27 | fix warning on ARMv6-M | Jorge Aparicio | |
| 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 | |||
| 2017-07-27 | update tests and examples | Jorge Aparicio | |
| with task! gone 3 types of errors / gotchas have been eliminated :tada: | |||
| 2017-07-27 | refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic | Jorge Aparicio | |
| task! can be re-added in a backward compatible fashion and I'd like to not have two ways to assign a task handler to an interrupt / exception in the first release. rtfm::atomic now uses the `Threshold` token instead of the `CriticalSection` token. This reduces overhead by dropping the "are interrupts enabled?" check. | |||
| 2017-07-26 | provide a Threshold token even when all resources are lockless | Jorge Aparicio | |
| because the token will always be required for calling generic functions | |||
| 2017-07-26 | fix around owned idle resource | Jorge Aparicio | |
| 2017-07-25 | inline claim | Jorge Aparicio | |
| because it's needed for proper optimization / inlining | |||
| 2017-07-25 | fix errors around the use of `super` in relative paths | Jorge Aparicio | |
| 2017-07-24 | more "hygiene" | Jorge Aparicio | |
| prepend an underscore to the name of the statics generated in the root of the crate | |||
| 2017-07-24 | add another duplicated-handler cfail test | Jorge Aparicio | |
| 2017-07-24 | task! is not needed if tasks.$T.path is specified | Jorge Aparicio | |
| 2017-07-23 | document `task!` more | Jorge Aparicio | |
| 2017-07-23 | add cfail test: borrow can't escape critical sections | Jorge Aparicio | |
| 2017-07-23 | bump the static-ref dependency | Jorge Aparicio | |
| 2017-07-23 | don't wrap static references in a `Static` | Jorge Aparicio | |
| 2017-07-23 | update cfail tests | Jorge Aparicio | |
| 2017-07-23 | update examples | Jorge Aparicio | |
| 2017-07-23 | drop rtfm::Cell | Jorge Aparicio | |
| 2017-07-23 | drop idle.locals | Jorge Aparicio | |
| 2017-07-23 | add example about placing init, idle and tasks in modules | Jorge Aparicio | |
| 2017-07-20 | misc fixes | Jorge Aparicio | |
| 2017-07-20 | doc tweaks | Jorge Aparicio | |
| 2017-07-20 | update CI | Jorge Aparicio | |
| 2017-07-20 | `Resource` trait, docs, examples and rtfm-syntax related changes | Jorge Aparicio | |
| 2017-07-20 | more cfail tests | Jorge Aparicio | |
| 2017-07-20 | bump cortex-m version to v0.3.1 | Jorge Aparicio | |
| barrier! is no longer needed | |||
| 2017-07-18 | make compatible with the unsafe_code lint | Jorge Aparicio | |
| 2017-07-18 | tasks / idle have exclusive access to Threshold, but do not own the token | Jorge Aparicio | |
| 2017-07-18 | resources owned by idle have 'static lifetime | Jorge Aparicio | |
| 2017-07-18 | adapt to changes in rtfm-syntax | Jorge Aparicio | |
| 2017-07-18 | add cfail tests | Jorge Aparicio | |
| 2017-07-14 | rename rtfm! to app! and adapt to changes in rtfm-syntax | Jorge Aparicio | |
| 2017-07-14 | split macro parser into its own crate and improve error handling / reporting | Jorge Aparicio | |
| 2017-07-11 | compiler plugin -> proc macro | Jorge Aparicio | |
| 2017-07-09 | make the init::Resources argument optional | Jorge Aparicio | |
| 2017-07-08 | make the tasks and resources fields optional | Jorge Aparicio | |
| 2017-07-08 | fix unused variable warning around interrupt::free | Jorge Aparicio | |
| 2017-07-08 | rename rtfm-macros to cortex-m-rtfm-macros | 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 | |
| 2017-06-05 | v0.1.1 | Jorge Aparicio | |
| 2017-06-05 | fix unused macro error | Jorge Aparicio | |
| 2017-05-25 | make the register_block field optional in the peripherals! macro | Jorge Aparicio | |
| with svd2rust 0.8.x peripheral types are written in UPPERCASE and match their names so specifying the type in the register_block field is no longer necessary. | |||
| 2017-05-15 | fix links in the references section | Jorge Aparicio | |
| 2017-05-09 | v0.1.0 | Jorge Aparicio | |
