| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-19 | add "nightly" feature | Jorge Aparicio | |
| 2019-02-14 | update documentation link in crate metadata | Jorge Aparicio | |
| 2019-02-12 | bump macros version | Jorge Aparicio | |
| 2019-02-12 | v0.4.1 | Jorge Aparicio | |
| 2018-12-17 | make docs.rs build docs with +timer-queue | Jorge Aparicio | |
| 2018-12-16 | v0.4.0 | Jorge Aparicio | |
| 2018-12-16 | use the single core variant of spsc::Queue | Jorge Aparicio | |
| 2018-12-15 | bump cortex-m-rt dep | 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 | use new cortex_m_semihosting::hprintln macro | Jorge Aparicio | |
| 2018-11-03 | v0.4.0 | Jorge Aparicio | |
| closes #32 closes #33 | |||
| 2018-08-27 | v0.3.4 | Jorge Aparicio | |
| 2018-08-24 | v0.3.3 | Jorge Aparicio | |
| 2018-04-16 | v0.3.2 | Jorge Aparicio | |
| 2018-04-16 | switch to a crates.io release of rtfm-syntax | Jorge Aparicio | |
| 2018-01-16 | specify both the path and version of the cortex-m-rtfm-macros dependency | Jorge Aparicio | |
| 2018-01-15 | fix documentation link | Jorge Aparicio | |
| 2018-01-15 | v0.3.0 | Jorge Aparicio | |
| 2018-01-11 | fix the compiletest_rs version | Jorge Aparicio | |
| 2018-01-11 | switch to a stable release of compiletest_rs | Jorge Aparicio | |
| 2018-01-11 | use master branch of cortex-m | Jorge Aparicio | |
| 2017-12-23 | add a Cargo feature, cm7-r0p1, to fix a Cortex-M7 BASEPRI erratum | Jorge Aparicio | |
| 2017-12-23 | switch to a compiletest version that works with the latest nightly | Jorge Aparicio | |
| 2017-12-23 | switch to master branches | Jorge Aparicio | |
| 2017-12-09 | drop the Static wrapper | Jorge Aparicio | |
| 2017-12-09 | peripherals as scoped singletons | Jorge Aparicio | |
| 2017-12-08 | fix cfail tests | Jorge Aparicio | |
| 2017-11-22 | v0.2.2 | Jorge Aparicio | |
| 2017-09-22 | Bump stm32f103xx version | Jonas Schievink | |
| Fixes compilation on x86-64 | |||
| 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.1 | Jorge Aparicio | |
| 2017-07-29 | v0.2.0 | Jorge Aparicio | |
| 2017-07-29 | update examples | Jorge Aparicio | |
| 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-23 | bump the static-ref dependency | Jorge Aparicio | |
| 2017-07-20 | `Resource` trait, docs, examples and rtfm-syntax related changes | Jorge Aparicio | |
| 2017-07-20 | bump cortex-m version to v0.3.1 | Jorge Aparicio | |
| barrier! is no longer needed | |||
| 2017-07-18 | add cfail tests | Jorge Aparicio | |
| 2017-07-11 | compiler plugin -> proc macro | Jorge Aparicio | |
| 2017-07-04 | rtfm! macro take 2 | Jorge Aparicio | |
| 2017-06-05 | v0.1.1 | Jorge Aparicio | |
| 2017-05-09 | v0.1.0 | Jorge Aparicio | |
| 2017-05-08 | replace the ceiling token with a preemption threshold token | Jorge Aparicio | |
| 2017-04-27 | add categories | Jorge Aparicio | |
| 2017-04-21 | more docs, remove Ceiling / Priority / Level traits | Jorge Aparicio | |
| 2017-04-14 | wrap references to resources in static-ref's Ref/RefMut | Jorge Aparicio | |
| to assert that they point to `static` data | |||
| 2017-04-09 | compile time verified ceilings | Jorge Aparicio | |
| 2017-04-07 | use volatile read/writes for checked::Resource.locked | Jorge Aparicio | |
