mirror of
https://github.com/javifercep/turonet-rs.git
synced 2026-09-09 18:38:09 +02:00
USB to SPI bridge in rust
- Rust 100%
| .cargo | ||
| .github/workflows | ||
| .vscode | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| memory.x | ||
| openocd.cfg | ||
| README.md | ||
| STM32F0x2.svd | ||
Turonet - Rust
This is a personal project for learning the basics of Embedded Rust.
Environment
Visual Code
Extensions
- Cortex-Debug
- rust-analyzer
Hardware
- Turonet (https://github.com/javifercep/Turonet)
- based on STM32F042F6 (32 Kb of Flash are required for USB)
- ST-Link/v2
Tooling
- Follow The Embedded Rust Book guide
- QEMU is not required