Tyler Holmes

Results 71 comments of Tyler Holmes

This looks like Arduino code. I think you have the wrong repo, this is a rust driver.

Same issue here. I'm trying to check [my oven temp project](https://github.com/TDHolmes/oven-temp-rs) and get the below error on rustc 1.46.0-nightly (feb3536eb 2020-06-09). I've attached the error output below. [error.txt](https://github.com/japaric/cargo-call-stack/files/4772611/error.txt) I acknowledge...

Looks like #22 is pretty much the same issue too

I’ve also had this thought. Do we really want the burden of SemVer 1.0? Are we really there yet with our existing APIs? E.g., We’re only starting to think about...

@Sympatron you can have sub-directories within `examples` folder, but you need to explicitly call their `path` in an `[[example]]` section of the `Cargo.toml`. `thumbv6m`/`thumbv7em` sub-folders makes sense to me

Yeah pretty confident my most recent RTC change broke our monotonic RTIC implementation. I tried looking at this last weekend and couldn’t figure it out before I ran out of...

Ping @henrikssn too

for something along the lines of 3, you can check if you're in interrupt context with [this cortex-m function](https://docs.rs/cortex-m/0.7.2/cortex_m/peripheral/struct.SCB.html#method.vect_active) and panic if you're in thread context

@ianrrees is there any update needed to this issue as a result of the recent USB PRs? Or is it the same story

Nope, I think it makes good sense