| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-15 | fix install script | Jorge Aparicio | |
| 2019-09-15 | Merge pull request #242 from japaric/fix-doc-build | Jorge Aparicio | |
| 0.4: don't cross compile docs | |||
| 2019-09-15 | 0.4: don't cross compile docs | Jorge Aparicio | |
| 2019-09-15 | Merge pull request #240 from japaric/faster-docs | Jorge Aparicio | |
| faster doc builds and fix redirect on 0.4 | |||
| 2019-09-15 | faster doc builds and fix redirect on 0.4 | Jorge Aparicio | |
| 2019-09-15 | Merge pull request #239 from japaric/fix-things | Jorge Aparicio | |
| fix redirects and CNAME | |||
| 2019-09-15 | fix redirects and CNAME | Jorge Aparicio | |
| 2019-09-15 | Merge pull request #235 from rtfm-rs/cname_addition | Jorge Aparicio | |
| Added CNAME for rtfm.rs | |||
| 2019-09-15 | Added CNAME for rtfm.rs | Emil Fresk | |
| 2019-09-15 | Merge #234 | bors[bot] | |
| 234: fix gh-pages build r=korken89 a=japaric this should build the latest docs and the docs for v0.4.x after successful merges Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-09-15 | fix gh-pages build | Jorge Aparicio | |
| 2019-09-15 | Merge pull request #205 from japaric/heterogeneous | Jorge Aparicio | |
| rtfm-syntax refactor + heterogeneous multi-core support | |||
| 2019-09-15 | don't use deprecated API | Jorge Aparicio | |
| 2019-08-21 | ci: install some thumb targets on x86 | Jorge Aparicio | |
| 2019-08-21 | doc tweaks | Jorge Aparicio | |
| 2019-08-21 | document #[app] | Jorge Aparicio | |
| 2019-08-21 | ci: fix x86 build | Jorge Aparicio | |
| 2019-08-21 | fix Cargo.toml | Jorge Aparicio | |
| 2019-08-21 | drop the "multi" test | Jorge Aparicio | |
| 2019-08-21 | fix preempt example | Jorge Aparicio | |
| 2019-08-21 | bump mdbook to v0.3.1 | Jorge Aparicio | |
| 2019-08-21 | fix link | Jorge Aparicio | |
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-08-20 | adapt to changes in rtfm-syntax | Jorge Aparicio | |
| 2019-07-12 | use a stable heapless release | Jorge Aparicio | |
| 2019-07-11 | bump dependencies | Jorge Aparicio | |
| 2019-07-11 | change Monotonic::ratio return type to Fraction | Jorge Aparicio | |
| 2019-07-11 | travis: enable stable builds | Jorge Aparicio | |
| 2019-07-11 | implement the #[shared] attribute as specified in RFC #211 | Jorge Aparicio | |
| 2019-07-10 | implement RFC #212 | Jorge Aparicio | |
| 2019-07-03 | fix (cross-core) initialization barriers | Jorge Aparicio | |
| 2019-06-29 | WIP | Jorge Aparicio | |
| 2019-06-24 | check that the app is not compiled for more cores than were specified | Jorge Aparicio | |
| 2019-06-24 | Monotonic trait is safe; add MultiCore trait | Jorge Aparicio | |
| 2019-06-20 | RFC #207 | 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 | Merge #194 | bors[bot] | |
| 194: bump heapless dependency to v0.5.0; remove "nightly" feature r=japaric a=japaric 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 Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-05-21 | Merge #193 | bors[bot] | |
| 193: remove unused check r=japaric a=japaric that was added in #140 but it's no longer required this PR also adds some cfail tests to test the updated code Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 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-21 | remove unused check | Jorge Aparicio | |
| that was added in #140 but it's no longer required | |||
| 2019-05-21 | Merge #192 | bors[bot] | |
| 192: removes the maybe_uninit feature gate r=japaric a=japaric and stop newtyping `core::mem::MaybeUninit` this also fixes CI on nightly Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-05-21 | removes the maybe_uninit feature gate | Jorge Aparicio | |
| and stop newtyping `core::mem::MaybeUninit` | |||
| 2019-05-09 | Merge #189 | bors[bot] | |
| 189: write generated code to disk for easier inspection r=japaric a=japaric now that the generated code is actually readable let's make it easier to access this commit also documents how to inspect the generated code via `rtfm-expansion.rs` and `cargo-expand` Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-05-09 | Merge #191 | bors[bot] | |
| 191: generate resource proxies only when needed r=japaric a=japaric only `static mut` resources need proxies just a codegen optimization Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-05-09 | Merge #175 | bors[bot] | |
| 175: document internals r=japaric a=japaric note that this assumes that RFC #155 has been implemented [Rendered text](https://japaric.github.io/rtfm5/book/en/internals.html) Do not merge this before PR #176 Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-05-09 | generate resource proxies only when needed | Jorge Aparicio | |
| only `static mut` resources need proxies | |||
| 2019-05-08 | document resolution and range of Instant and Duration | Jorge Aparicio | |
| 2019-05-08 | fix typo | Jorge Aparicio | |
