diff --git a/Embedded-Rust-Resources.md b/Embedded-Rust-Resources.md index 6564b1f..a2c8ae9 100644 --- a/Embedded-Rust-Resources.md +++ b/Embedded-Rust-Resources.md @@ -1 +1,16 @@ -# Embedded Rust Resources \ No newline at end of file +# Embedded Rust Resources ++ [Awesome Embedded Rust](https://github.com/rust-embedded/awesome-embedded-rust) ++ Crates + + [heapless](https://docs.rs/heapless/0.7.10/heapless/) + + [embedded-graphics](https://docs.rs/embedded-graphics/latest/embedded_graphics/) + + [debouncr](https://docs.rs/debouncr/latest/debouncr/) + + [cmim](https://docs.rs/cmim/0.2.1/cmim/) + + [MPU6050 driver](https://github.com/juliangaal/mpu6050) + + [bbqueue](https://docs.rs/bbqueue/0.5.1/bbqueue/) + + [micromath](https://docs.rs/micromath/latest/micromath/) + + [scapegoat](https://docs.rs/scapegoat/2.3.0/scapegoat/) + + [static_bytes](https://docs.rs/static-bytes/latest/static_bytes/index.html) ++ Frameworks/Toolsets + + [Embassy](https://embassy.dev/embassy/dev/index.html) + + [RTIC](https://rtic.rs/1/book/en/) + + Ferrous Systems [Knurling Tools](https://knurling.ferrous-systems.com/tools/) \ No newline at end of file