esp-rs / esp8266-hal

A experimental hardware abstraction layer for the esp8266 written in Rust.
Apache License 2.0
157 stars 16 forks source link

Add "rt" feature which re-exports the entry macro #6

Closed jessebraham closed 4 years ago

jessebraham commented 4 years ago

Just a little one, title should be pretty self-explanatory. This is fairly common in other HALs, and is just one less dependency the user needs to worry about.

I also updated some of the other dependencies while I was in here, but there were just patch version bumps.