| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-15 | v0.5.0 beta release | Jorge Aparicio | |
| 2019-09-15 | turn git deps into crates.io deps | Jorge Aparicio | |
| 2019-09-15 | Updated links in README for rtfm.rs | Emil Fresk | |
| 2019-09-15 | fix gh-pages build | Jorge Aparicio | |
| 2019-08-21 | document #[app] | Jorge Aparicio | |
| 2019-08-21 | fix Cargo.toml | Jorge Aparicio | |
| 2019-07-12 | use a stable heapless release | Jorge Aparicio | |
| 2019-07-11 | bump dependencies | Jorge Aparicio | |
| 2019-06-18 | homogeneous mode doesn't depend on microamp | Jorge Aparicio | |
| 2019-06-18 | add homogeneous multi-core support | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
| 2019-05-21 | bump heapless dependency to v0.5.0; remove "nightly" feature | Jorge Aparicio | |
| with the upcoming version of heapless we are able to initialize all internal queues in const context removing the need for late initialization this commit also removes the "nightly" feature because all the optimization provided by it are now enabled by default | |||
| 2019-05-01 | book: indirection for faster message passing | Jorge Aparicio | |
| 2019-05-01 | implement RFCs 147 and 155, etc. | Jorge Aparicio | |
| This commit: - Implements RFC 147: "all functions must be safe" - Implements RFC 155: "explicit Context parameter" - Implements the pending breaking change #141: reject assign syntax in `init` (which was used to initialize late resources) - Refactors code generation to make it more readable -- there are no more random identifiers in the output -- and align it with the book description of RTFM internals. - Makes the framework hard depend on `core::mem::MaybeUninit` and thus will require nightly until that API is stabilized. - Fixes a ceiling analysis bug where the priority of the system timer was not considered in the analysis. - Shrinks the size of all the internal queues by turning `AtomicUsize` indices into `AtomicU8`s. - Removes the integration with `owned_singleton`. | |||
| 2019-04-21 | v0.4.3 | Jorge Aparicio | |
| 2019-04-16 | [NFC] fix nightly ci | Jorge Aparicio | |
| 2019-02-27 | v0.4.2 | Jorge Aparicio | |
| 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 | |
