[1]: https://github.com/jamesmunns/teensy3-rs
[2]: https://branan.github.io/teensy/
[3]: https://disconnected.systems/blog/bare-metal-rust-on-the-tee...
[4]: https://github.com/SimonSapin/teensy-clock
[5]: https://rust-embedded.github.io/book/
Author of the first link above. The Teensy3 crate was some of my first embedded work, I was working with SimonSapin (author of the 4th link) at RustFest to get something working. That library wraps some of the Teensyduino code using bindgen, which gives you the ability to write application code using Rust.
Overall, the Teensy 3.1/3.2 family wasn't great for developing Rust, as they don't have debugger (SWD, similar to JTAG) lines available, meaning you have to use the serial bootloader, and rely on a serial port for all debugging. I believe the newer version of the board expose SWD lines now, so it's not a problem.
Let me know if you have any questions :)
Definitely check out the embedded WG[1], and the new Rust homepage[2]
[1]: https://github.com/rust-embedded/wg [2]: http://beta.rust-lang.org/what/embedded
Off-off topic, as a web developer I love their super functional site. It even has an about page with pictures of Paul windsurfing haha.
I know people like to write them off because it's so easy to get devboards with 1GHz+ MPUs and gigabytes of memory/flash on them but if you want to sell stuff, eventually you need to package the design and if you don't NEED linux, you can make your life so much easier and in most cases, have a much smaller product with way lower power consumption.
They are expensive, yes, but I am comfortable buying a board from them every few years to use as my main chip.
https://web.archive.org/web/20180824210333/http://kevincuzne...
You can cause us to save a page by hitting https:// web.archive.org/save/your-url-here with a GET request, and there are more details about the ways to use the interface with browser plugins/etc here: https://blog.archive.org/2017/01/25/see-something-save-somet...