TJ Peden
TJ Peden
I noticed this can't be overridden by the headers tab in Playground. Might it be desirable to allow that, at least for requests to `localhost`/`127.0.0.1`? I'm willing to work on...
What happened to this?
I agree, I'm down with that syntax
I second @dbrgn.
I actually took a stab at this the other day. I am really close but ran into an issue. I am happy to dig into it more tonight and this...
Here's my progress so far: https://github.com/tjpeden/firmware/commit/38529b100cc9c6e2866968d3c6e6ae1bb2162c71 There are some formatting changes in `application.rs` that aren't really important, but what is important is that I changed the `delay` parameters down to...
I'm now sure how to tell Cargo to let the makefiles dictate the target dirs. Thoughts?
@japaric, you're right, I did. Fixed. Also just committed my attempt at using `.cargo/config`. The problem is I think that the path is based on a couple make variables (if...
@japaric, I really like that project you linked. I think that would be an awesome way to model the Particle Rust support
Added the spin crate and got the following error running `make PLATFORM=photon all program-dfu` from `main/`: ``` ... cargo rustc --target thumbv7m-none-eabi -- -O -Z no-landing-pads -g -L ../build/arm/rust Updating...