| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-30 | Merge #337 | bors[bot] | |
| 337: Examples: Clarify extern section r=korken89 a=dbrgn Some beginners are confused about the "extern" section, so I added an explanation comment to all examples.  Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0. Co-authored-by: Danilo Bargen <mail@dbrgn.ch> | |||
| 2020-06-30 | Fixes an issue where one could double take the cortex_m Peripheral | Emil Fresk | |
| Added qemu test Added comment Typo Add cfg for homogeneous More cfg Now multicore working Add .run file | |||
| 2020-06-26 | Examples: Clarify extern section | Danilo Bargen | |
| Some beginners are confused about the "extern" section, so I added an explanation comment to all examples. Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0. | |||
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-11 | Fmt | Emil Fresk | |
| 2020-06-11 | Merge pull request #313 from russell/patch-1 | Emil Fresk | |
| Update example to use better initial value | |||
| 2020-06-11 | Merge #315 | bors[bot] | |
| 315: allow handlers to be named 'main' r=korken89 a=japaric `#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com> | |||
| 2020-06-10 | Use cargo feature instead of conditional compilation hacks | Henrik Tjäder | |
| 2020-06-03 | Run cargo fmt | Henrik Tjäder | |
| 2020-05-29 | allow handlers to be named 'main' | Jorge Aparicio | |
| `#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 | |||
| 2020-05-26 | Update example to use better initial value | Russell Sim | |
| The example above this in the documentation states ``` // semantically, the monotonic timer is frozen at time "zero" during `init` // NOTE do *not* call `Instant::now` in this context; it will return a nonsense value let now = cx.start; // the start time of the system ``` It results in weird scheduling issues, but still eventually works. `cx.start` is much more reliable. Relates to https://github.com/rtfm-rs/cortex-m-rtfm/issues/196 | |||
| 2020-04-22 | Retain cfg-attributes on resources | Henrik Tjäder | |
| 2020-01-24 | Merge #294 | bors[bot] | |
| 294: use the safe DWT::unlock API r=korken89 a=japaric instead of a unsafe write_volatile call Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2020-01-21 | docs: do not use Instant::now in #[init] | Jorge Aparicio | |
| 2020-01-21 | use the safe DWT::unlock API | Jorge Aparicio | |
| instead of a unsafe write_volatile call | |||
| 2019-11-07 | Added struct de-structure-ing example in tips & tricks | Emil Fresk | |
| 2019-10-15 | more monotonic timer docs | Jorge Aparicio | |
| covers - initialization and configuration of the timer; this is now a responsibility of the application author - correctness of `Monotonic::now()` in `#[init]` - safety of `Monotonic::reset()` closes #251 | |||
| 2019-08-21 | fix preempt example | Jorge Aparicio | |
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-07-10 | implement RFC #212 | Jorge Aparicio | |
| 2019-06-20 | RFC #207 | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
| 2019-05-01 | book: indirection for faster message passing | Jorge Aparicio | |
| 2019-05-01 | update examples | Jorge Aparicio | |
| 2019-04-21 | book: resources shared with init must also be `Send` | Jorge Aparicio | |
| 2019-02-26 | add `binds` example and make it work | Jorge Aparicio | |
| 2019-02-12 | update examples and tests | Jorge Aparicio | |
| 2018-12-16 | book: add an example of conditional compilation of resources and tasks | Jorge Aparicio | |
| 2018-11-04 | use new cortex_m_semihosting::hprintln macro | 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-04-16 | cargo fmt | Jorge Aparicio | |
| 2018-01-15 | v0.3.0 | Jorge Aparicio | |
| 2018-01-11 | adapt to changes in the cortex-m crate | 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 | deny warnings and unsafe code in tests and examples | Jorge Aparicio | |
| 2017-12-09 | fix the "generics" example | Jorge Aparicio | |
| 2017-12-09 | rename LateResourceValues to LateResources | Jorge Aparicio | |
| 2017-12-09 | peripherals as scoped singletons | Jorge Aparicio | |
| 2017-11-22 | v0.2.2 | Jorge Aparicio | |
| 2017-10-02 | fix the example | 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-04 | Add late resources example | Jonas Schievink | |
| 2017-07-29 | update examples | Jorge Aparicio | |
| 2017-07-27 | update examples | 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 | |||
