Resources for getting started with embedded rust development of the SFY or similar
Opened this issue · 0 comments
gauteh commented
Rust and Rust embedded:
- https://doc.rust-lang.org/book/
- https://docs.rust-embedded.org/book/
- https://google.github.io/comprehensive-rust/welcome.html
Ambiq / Artemis:
- Quickstart for programming the Ambiq with Rust: https://github.com/gauteh/ambiq-rs/tree/main/quickstart
- HAL for Ambiq: https://github.com/gauteh/ambiq-rs | https://docs.rs/ambiq-hal/latest/ambiq_hal/
- PAC for Ambic: https://docs.rs/ambiq-apollo3-pac2/0.2.0/ambiq_apollo3_pac2/
Libraries and drivers:
- IMU driver: https://docs.rs/ism330dhcx/latest/ism330dhcx/
- AHRS Kalman-filter: https://github.com/gauteh/ahrs-fusion
- Notecard driver: https://github.com/gauteh/notecard-rs
(ping: @stianvikanes)