Skip to content

Wrapper around Cortex-M SysTick to provide multiple concurrent CountDown values

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

fionawhim/cortex-m-systick-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cortex-m-systick-countdown

Crates.io rustdoc Travis Build Status

This crate provides PollingSysTick, a wrapper around the Cortex-M SysTick peripheral that makes it easy to get values of the embedded_hal::timer::CountDown trait.

Unlike the atsamd-hal Delay struct, PollingSysTick is non-blocking and lets you have multiple separate CountDown values at once.

Documentation

See the rustdoc on Docs.rs.

Development

There’s an example binary that’s set up for a lm3s6965evb with qemu. Run it with cargo run --example qemu

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Wrapper around Cortex-M SysTick to provide multiple concurrent CountDown values

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published