2 个不稳定版本
使用旧的 Rust 2015
0.2.0 | 2018年6月26日 |
---|---|
0.1.0 | 2018年6月25日 |
#638 in #arm
200KB
220 代码行
STM32H7 Rust
为 ARM Cortex-M7 STM32H7xx 微控制器构建应用程序的模板。
依赖项
- Rust 夜间工具链
- ARM 跨平台编译器 (arm-none-eabi-gcc)
构建
如果尚未安装,请为目标安装 rust-std 组件
$ rustup target add thumbv7em-none-eabihf
构建应用程序
$ cargo build --release
lib.rs
:
主库接口
依赖项
~91MB
~2.5M SLoC