rtic/macros
Jorge Aparicio 0b5afce771 refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic
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-27 11:37:58 -05:00
..
src refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomic 2017-07-27 11:37:58 -05:00
Cargo.toml split macro parser into its own crate and improve error handling / reporting 2017-07-14 18:57:02 -05:00