rust-embedded-community / tm4c-hal

An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
Apache License 2.0
40 stars 26 forks source link

update dependencies and apply corresponding API changes #8

Closed dkm closed 6 years ago

dkm commented 6 years ago

Bump dependencies and change how output pin are handled. OuputPin is only used for output-only. If the pin can also be read, it should use the StatefulOutputPin trait.

dkm commented 6 years ago

After updating my rustc, I needed to update some crates (mainly because of the changes in panic handling). I ended up updating embedded-hal and thus needed these changes.

thejpster commented 6 years ago

LGTM. Thanks.